CreateSignalingChannelRequest

Types

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

Properties

Link copied to clipboard

A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.

Link copied to clipboard

A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.

Link copied to clipboard

A structure containing the configuration for the SINGLE_MASTER channel type.

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

A set of tags (key-value pairs) that you want to associate with this 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