StreamSummary - Amazon Kinesis Data Streams Service

StreamSummary

The summary of a stream.

Contents

StreamARN

The ARN of the stream.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: arn:aws.*:kinesis:.*:\d{12}:stream/\S+

Required: Yes

StreamName

The name of a stream.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: Yes

StreamStatus

The status of the stream.

Type: String

Valid Values: CREATING | DELETING | ACTIVE | UPDATING

Required: Yes

StreamCreationTimestamp

The timestamp at which the stream was created.

Type: Timestamp

Required: No

StreamModeDetails

Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.

Type: StreamModeDetails object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: