You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::DisableEnhancedMonitoringInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DisableEnhancedMonitoringInput
- Defined in:
- (unknown)
Overview
When passing DisableEnhancedMonitoringInput as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_name: "StreamName", # required
shard_level_metrics: ["IncomingBytes"], # required, accepts IncomingBytes, IncomingRecords, OutgoingBytes, OutgoingRecords, WriteProvisionedThroughputExceeded, ReadProvisionedThroughputExceeded, IteratorAgeMilliseconds, ALL
}
Represents the input for DisableEnhancedMonitoring.
Instance Attribute Summary collapse
-
#shard_level_metrics ⇒ Array<String>
List of shard-level metrics to disable.
-
#stream_name ⇒ String
The name of the Kinesis data stream for which to disable enhanced monitoring.
Instance Attribute Details
#shard_level_metrics ⇒ Array<String>
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value \"ALL\"
disables 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.
#stream_name ⇒ String
The name of the Kinesis data stream for which to disable enhanced monitoring.