AWS Fundamentals Logo
AWS Fundamentals
AWS::KinesisVideo::SignalingChannel

KinesisVideo SignalingChannel

Resource Type Definition for AWS::KinesisVideo::SignalingChannel

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
MessageTtlSeconds
integer
Name
string
Create-only
Tags
Array<Tag>
Type
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the Kinesis Video Signaling Channel.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::KinesisVideo::SignalingChannel

Resources:
  MyResource:
    Type: AWS::KinesisVideo::SignalingChannel
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

kinesisvideo:CreateSignalingChannelkinesisvideo:DescribeSignalingChannelkinesisvideo:TagResource

read

kinesisvideo:DescribeSignalingChannelkinesisvideo:ListTagsForResource

update

kinesisvideo:UpdateSignalingChannelkinesisvideo:DescribeSignalingChannelkinesisvideo:TagResourcekinesisvideo:UntagResourcekinesisvideo:ListTagsForResource

delete

kinesisvideo:DeleteSignalingChannelkinesisvideo:DescribeSignalingChannel

list

kinesisvideo:ListSignalingChannels

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

ServiceKinesisVideo
Properties5
Required0
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links