AWSKinesisEnableEnhancedMonitoringInput
Objective-C
@interface AWSKinesisEnableEnhancedMonitoringInput
Swift
class AWSKinesisEnableEnhancedMonitoringInput
Represents the input for EnableEnhancedMonitoring.
Required parameters: [StreamName, ShardLevelMetrics]
-
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value “
ALL
” enables 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.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable shardLevelMetrics;
Swift
var shardLevelMetrics: [String]? { get set }
-
The name of the stream for which to enable enhanced monitoring.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }