Enables enhanced Kinesis data stream monitoring for shard-level metrics
Source:R/kinesis_operations.R
kinesis_enable_enhanced_monitoring.RdEnables enhanced Kinesis data stream monitoring for shard-level metrics.
See https://www.paws-r-sdk.com/docs/kinesis_enable_enhanced_monitoring/ for full documentation.
Usage
kinesis_enable_enhanced_monitoring(
StreamName = NULL,
ShardLevelMetrics,
StreamARN = NULL,
StreamId = NULL
)Arguments
- StreamName
The name of the stream for which to enable enhanced monitoring.
- ShardLevelMetrics
[required] List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value "
ALL" enables every metric.IncomingBytesIncomingRecordsOutgoingBytesOutgoingRecordsWriteProvisionedThroughputExceededReadProvisionedThroughputExceededIteratorAgeMillisecondsALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
- StreamARN
The ARN of the stream.
- StreamId
Not Implemented. Reserved for future use.