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.
Properties
Link copied to clipboard
List of shard ids in the CLOSED state. See Shard State for more.
Link copied to clipboard
Approximate UNIX timestamp that the stream was created.
Link copied to clipboard
List of shard ids in the OPEN state. See Shard State for more.
Link copied to clipboard
Length of time (in hours) data records are accessible after they are added to the stream.
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.