AWS::MediaPackage::Channel
Creates a channel to receive content.
After it's created, a channel provides static input URLs. These URLs remain the same throughout the lifetime of the channel, regardless of any failures or upgrades that might occur. Use these URLs to configure the outputs of your upstream encoder.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaPackage::Channel", "Properties" : { "Description" :
String
, "Id" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::MediaPackage::Channel Properties: Description:
String
Id:String
Tags:- Tag
Properties
Description
-
Any descriptive information that you want to add to the channel for future identification purposes.
Required: No
Type: String
Update requires: No interruption
Id
-
Unique identifier that you assign to the channel.
Required: Yes
Type: String
Update requires: Replacement
Tags
-
The tags to assign to the channel.
Required: No
Type: List of Tag
Update requires: Replacement