CreateChannelRequest

Creates a Channel that streams records from an Amazon MSK Express cluster topic to Amazon S3 or Apache Iceberg.

Types

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

Properties

Link copied to clipboard

The name of the channel. Must be unique within the cluster.

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Link copied to clipboard

The encryption configuration applied to the channel.

Link copied to clipboard

The Apache Iceberg destination for the channel. Mutually exclusive with s3DestinationConfiguration.

Link copied to clipboard

The destinations to which the channel publishes operational logs.

Link copied to clipboard

The Amazon S3 destination for the channel. Mutually exclusive with icebergDestinationConfiguration.

Link copied to clipboard

The tags attached to the channel.

Link copied to clipboard

The list of topic configurations for the channel. Currently exactly one topic must be specified.

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