Stream

class Stream

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

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the table associated with this stream.

Functions

Link copied to clipboard
inline fun copy(block: Stream.Builder.() -> Unit = {}): Stream
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