CdcSpecification

The settings for the CDC stream of a table. For more information about CDC streams, see Working with change data capture (CDC) streams in Amazon Keyspaces in the Amazon Keyspaces Developer Guide.

Types

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

Properties

Link copied to clipboard

Specifies that the stream inherits the tags from the table.

Link copied to clipboard

The status of the CDC stream. You can enable or disable a stream for a table.

Link copied to clipboard
val tags: List<Tag>?

The tags (key-value pairs) that you want to apply to the stream.

Link copied to clipboard

The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.

Functions

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