{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnhancedMetrics", "title": "EnhancedMetrics", "type": "object", "properties": { "ShardLevelMetrics": { "allOf": [ { "$ref": "#/components/schemas/MetricsNameList" }, { "description": "

List of shard-level metrics.

The following are the valid shard-level metrics. The value \"ALL\" enhances every metric.

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

" } ] } }, "description": "Represents enhanced metrics types." }