Stream - Amazon Keyspaces
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Stream

Represents a change data capture stream for an Amazon Keyspaces table, which enables tracking and processing of data changes.

Contents

keyspaceName

The name of the keyspace containing the table associated with this stream.

Type: String

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

Pattern: [a-zA-Z0-9][a-zA-Z0-9_]{0,47}

Required: Yes

streamArn

The Amazon Resource Name (ARN) that uniquely identifies this stream.

Type: String

Length Constraints: Minimum length of 37. Maximum length of 1024.

Required: Yes

streamLabel

A unique identifier for this stream that can be used in stream operations.

Type: String

Required: Yes

tableName

The name of the table associated with this stream.

Type: String

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

Pattern: [a-zA-Z0-9][a-zA-Z0-9_]{0,47}

Required: Yes

See Also

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