Provides a summarized description of the specified Kinesis data stream without the shard list.
The information returned includes the stream name, Amazon Resource Name (ARN), status, record retention period, approximate creation time, monitoring, encryption details, and open shard count.
describe_stream_summary
has a limit
of 20 transactions per second per account.
kinesis_describe_stream_summary(StreamName)
[required] The name of the stream to describe.
A list with the following syntax:
list( StreamDescriptionSummary = list( StreamName = "string", StreamARN = "string", StreamStatus = "CREATING"|"DELETING"|"ACTIVE"|"UPDATING", RetentionPeriodHours = 123, StreamCreationTimestamp = as.POSIXct( "2015-01-01" ), EnhancedMonitoring = list( list( ShardLevelMetrics = list( "IncomingBytes"|"IncomingRecords"|"OutgoingBytes"|"OutgoingRecords"|"WriteProvisionedThroughputExceeded"|"ReadProvisionedThroughputExceeded"|"IteratorAgeMilliseconds"|"ALL" ) ) ), EncryptionType = "NONE"|"KMS", KeyId = "string", OpenShardCount = 123, ConsumerCount = 123 ) )
svc$describe_stream_summary( StreamName = "string" )