Values.StreamSourceRepresents a change data capture stream for an Amazon Keyspaces table, which enables tracking and processing of data changes.
type nonrec t = {streamArn : StreamArn.t option;The Amazon Resource Name (ARN) that uniquely identifies this stream.
*)keyspaceName : KeyspaceName.t option;The name of the keyspace containing the table associated with this stream.
*)tableName : TableName.t option;The name of the table associated with this stream.
*)streamLabel : String_.t option;A unique identifier for this stream that can be used in stream operations.
*)}