Get Stream Result
data class GetStreamResult(val arn: String, val closedShards: List<String>, val creationTimestamp: Int, val id: String, val name: String, val openShards: List<String>, val retentionPeriod: Int, val shardLevelMetrics: List<String>, val status: String, val streamModeDetails: List<GetStreamStreamModeDetail>, val tags: Map<String, String>)
A collection of values returned by getStream.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of shard-level CloudWatch metrics which are enabled for the stream. See Monitoring with CloudWatch for more.
Link copied to clipboard
Capacity mode of the data stream. Detailed below.