class Aws::KinesisVideo::Types::CreateSignalingChannelInput
@note When making an API call, you may pass CreateSignalingChannelInput
data as a hash: { channel_name: "ChannelName", # required channel_type: "SINGLE_MASTER", # accepts SINGLE_MASTER single_master_configuration: { message_ttl_seconds: 1, }, tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] channel_name
A name for the signaling channel that you are creating. It must be unique for each AWS account and AWS Region. @return [String]
@!attribute [rw] channel_type
A type of the signaling channel that you are creating. Currently, `SINGLE_MASTER` is the only supported channel type. @return [String]
@!attribute [rw] single_master_configuration
A structure containing the configuration for the `SINGLE_MASTER` channel type. @return [Types::SingleMasterConfiguration]
@!attribute [rw] tags
A set of tags (key-value pairs) that you want to associate with this channel. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/CreateSignalingChannelInput AWS API Documentation
Constants
- SENSITIVE