AWS::KinesisVideo::SignalingChannelSpecifies a signaling channel. `CreateSignalingChannel` is an asynchronous operation.
import { CfnSignalingChannel } from 'aws-cdk-lib/aws-kinesisvideo';Or use the module namespace:
import * as kinesisvideo from 'aws-cdk-lib/aws-kinesisvideo';
// kinesisvideo.CfnSignalingChannelConfiguration passed to the constructor as CfnSignalingChannelProps.
messageTtlSecondsOptionalnumberThe period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. Use `API_UpdateSignalingChannel` to update this value.
nameOptionalstringA name for the signaling channel that you are creating. It must be unique for each AWS account and AWS Region .
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
typeOptionalstringA type of the signaling channel that you are creating. Currently, `SINGLE_MASTER` is the only supported channel type.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-kinesisvideoAWS::KinesisVideo::SignalingChannel