paws.analytics (version 0.1.0)

kinesis_disable_enhanced_monitoring: Disables enhanced monitoring

Description

Disables enhanced monitoring.

Usage

kinesis_disable_enhanced_monitoring(StreamName, ShardLevelMetrics)

Arguments

StreamName

[required] 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 "ALL" disables every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

Request syntax

svc$disable_enhanced_monitoring(
  StreamName = "string",
  ShardLevelMetrics = list(
    "IncomingBytes"|"IncomingRecords"|"OutgoingBytes"|"OutgoingRecords"|"WriteProvisionedThroughputExceeded"|"ReadProvisionedThroughputExceeded"|"IteratorAgeMilliseconds"|"ALL"
  )
)