kinesis_disable_enhanced_monitoring {paws.analytics} | R Documentation |
Disables enhanced monitoring
Description
Disables enhanced monitoring.
See https://www.paws-r-sdk.com/docs/kinesis_disable_enhanced_monitoring/ for full documentation.
Usage
kinesis_disable_enhanced_monitoring(
StreamName = NULL,
ShardLevelMetrics,
StreamARN = NULL
)
Arguments
StreamName |
The name of the Kinesis data stream for which to disable enhanced monitoring. |
ShardLevelMetrics |
[required] List of shard-level metrics to disable. The following are the valid shard-level metrics. The value "
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. |
[Package paws.analytics version 0.9.0 Index]