AWS::KinesisVideo::SignalingChannel
Specifies a signaling channel.
CreateSignalingChannel is an asynchronous operation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::KinesisVideo::SignalingChannel", "Properties" : { "MessageTtlSeconds" :Integer, "Name" :String, "Tags" :[ Tag, ... ], "Type" :String} }
YAML
Type: AWS::KinesisVideo::SignalingChannel Properties: MessageTtlSeconds:IntegerName:StringTags:- TagType:String
Properties
MessageTtlSeconds-
The period of time a signaling channel retains undelivered messages before they are discarded.
Required: No
Type: Integer
Minimum:
5Maximum:
120Update requires: No interruption
Name-
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.
Required: No
Type: String
Minimum:
1Maximum:
256Pattern:
[a-zA-Z0-9_.-]+Update requires: Replacement
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
Type-
A type of the signaling channel that you are creating. Currently,
SINGLE_MASTERis the only supported channel type.Required: No
Type: String
Allowed values:
FULL_MESH | SINGLE_MASTERUpdate requires: No interruption