GetStreamResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the request to create this stream was issued. The value is represented in ISO 8601 format.

Link copied to clipboard

The name of the keyspace containing the table associated with this stream. The keyspace name is part of the table's hierarchical identifier in Amazon Keyspaces.

Link copied to clipboard

A pagination token that can be used in a subsequent GetStream request. This token is returned if the response contains more shards than can be returned in a single response.

Link copied to clipboard

An array of shard objects associated with this stream. Each shard contains a subset of the stream's data records and has its own unique identifier. The collection of shards represents the complete stream data.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the stream within Amazon Keyspaces. This ARN can be used in other API operations to reference this specific stream.

Link copied to clipboard

A timestamp that serves as a unique identifier for this stream, used for debugging and monitoring purposes. The stream label represents the point in time when the stream was created.

Link copied to clipboard

The current status of the stream. Values can be ENABLING, ENABLED, DISABLING, or DISABLED. Operations on the stream depend on its current status.

Link copied to clipboard

The format of the data records in this stream. Currently, this can be one of the following options:

Link copied to clipboard

The name of the table associated with this stream. The stream captures changes to rows in this Amazon Keyspaces table.

Functions

Link copied to clipboard
inline fun copy(block: GetStreamResponse.Builder.() -> Unit = {}): GetStreamResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String