AWS::IVS::ChannelResource Type definition for AWS::IVS::Channel
10 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Authorized | boolean | |
ContainerFormat | string | |
InsecureIngest | boolean | |
LatencyMode | string | |
MultitrackInputConfiguration | MultitrackInputConfiguration | |
Name | string | |
Preset | string | |
RecordingConfigurationArn | string | |
Tags | Array<Tag> | |
Type | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Channel ARN is automatically generated on creation and assigned as the unique identifier. |
IngestEndpoint | string | Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software. |
PlaybackUrl | string | Channel Playback URL. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IVS::Channel
Resources:
MyResource:
Type: AWS::IVS::Channel
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ivs:CreateChannelivs:TagResourceivs:GetChannelivs:ListTagsForResourceivs:GetChannelivs:UpdateChannelivs:TagResourceivs:UntagResourceivs:ListTagsForResourceivs:DeleteChannelivs:UntagResourceivs:ListChannelsivs:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn