CreateChannelRequest

Types

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

Properties

Link copied to clipboard

The name of the channel.

Link copied to clipboard

Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.

Link copied to clipboard

How long, in days, message data is kept for the channel. When customerManagedS3 storage is selected, this parameter is ignored.

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

Metadata which can be used to manage 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