AWSKinesisEnhancedMetrics
Objective-C
@interface AWSKinesisEnhancedMetrics
Swift
class AWSKinesisEnhancedMetrics
Represents enhanced metrics types.
-
List of shard-level metrics.
The following are the valid shard-level metrics. The value “
ALL” enhances 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.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable shardLevelMetrics;Swift
var shardLevelMetrics: [String]? { get set }
View on GitHub
Install in Dash
AWSKinesisEnhancedMetrics Class Reference