EnhancedMetrics
public struct EnhancedMetrics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of shard-level metrics. The following are the valid shard-level metrics. The value “ALL” enhances 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
Swift
public let shardLevelMetrics: [MetricsName]?
-
Undocumented
Declaration
Swift
public init(shardLevelMetrics: [MetricsName]? = nil)