ChannelDescription

Describes the configuration and current status of a channel.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the channel.

Link copied to clipboard
val channelCreationTimestamp: ERROR CLASS: Symbol not found for aws.smithy.kotlin.runtime.time.Instant

The time at which the channel was created.

Link copied to clipboard

The unique identifier of the channel.

Link copied to clipboard

The name of the channel.

Link copied to clipboard

The current status of the channel. Valid values:

Link copied to clipboard

A message describing the reason for a FAILED status.

Link copied to clipboard

The Amazon Web Services KMS key configuration that Amazon Kinesis Data Streams uses to encrypt data delivered to the channel's 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. Present only when the channel destination is a general purpose Amazon S3 bucket.

Link copied to clipboard

The configuration for delivery to streaming tables on Apache Iceberg in Amazon S3 Tables. Present only when the channel destination is a streaming table.

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.

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