CreateChannelRequest

Types

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

Properties

Link copied to clipboard

The name of the channel. The name is unique within your Amazon Web Services account and Amazon Web Services Region.

Link copied to clipboard

The server-side encryption configuration that uses an Amazon Web Services KMS key to encrypt data delivered to the destination.

Link copied to clipboard

The Amazon CloudWatch Logs configuration for the channel.

Link copied to clipboard

The configuration for delivery to a general purpose Amazon S3 bucket. You must specify either S3DestinationConfiguration or S3TablesDestinationConfiguration, but not both.

Link copied to clipboard

The configuration for delivery to streaming tables on Apache Iceberg in Amazon S3 Tables. You must specify either S3DestinationConfiguration or S3TablesDestinationConfiguration, but not both.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Data Streams assumes to write records to the destination.

Link copied to clipboard

The source stream configuration for the channel. Currently, one stream is supported per channel.

Link copied to clipboard

A set of key-value pairs to assign to the channel. A tag consists of a required key and an optional value.

Functions

Link copied to clipboard
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