AWS::KinesisVideo::SignalingChannelResource Type Definition for AWS::KinesisVideo::SignalingChannel
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MessageTtlSeconds | integer | |
Name | string | Create-only |
Tags | Array<Tag> | |
Type | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the Kinesis Video Signaling Channel. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
kinesisvideo:CreateSignalingChannelkinesisvideo:DescribeSignalingChannelkinesisvideo:TagResourcekinesisvideo:DescribeSignalingChannelkinesisvideo:ListTagsForResourcekinesisvideo:UpdateSignalingChannelkinesisvideo:DescribeSignalingChannelkinesisvideo:TagResourcekinesisvideo:UntagResourcekinesisvideo:ListTagsForResourcekinesisvideo:DeleteSignalingChannelkinesisvideo:DescribeSignalingChannelkinesisvideo:ListSignalingChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name