AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::KinesisVideo::SignalingChannel

CfnSignalingChannel

Specifies a signaling channel. `CreateSignalingChannel` is an asynchronous operation.

Import

import { CfnSignalingChannel } from 'aws-cdk-lib/aws-kinesisvideo';

Or use the module namespace:

import * as kinesisvideo from 'aws-cdk-lib/aws-kinesisvideo';
// kinesisvideo.CfnSignalingChannel

Properties

Configuration passed to the constructor as CfnSignalingChannelProps.

messageTtlSecondsOptional
number

The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. Use `API_UpdateSignalingChannel` to update this value.

nameOptional
string

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

tagsOptional
CfnTag[]

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) .

typeOptional
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-kinesisvideo
CFN TypeAWS::KinesisVideo::SignalingChannel
Properties4

Related Constructs

External Links