AWS::MediaTailor::Channel
The configuration parameters for a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaTailor::Channel", "Properties" : { "Audiences" :
[ String, ... ]
, "ChannelName" :String
, "FillerSlate" :SlateSource
, "LogConfiguration" :LogConfigurationForChannel
, "Outputs" :[ RequestOutputItem, ... ]
, "PlaybackMode" :String
, "Tags" :[ Tag, ... ]
, "Tier" :String
, "TimeShiftConfiguration" :TimeShiftConfiguration
} }
YAML
Type: AWS::MediaTailor::Channel Properties: Audiences:
- String
ChannelName:String
FillerSlate:SlateSource
LogConfiguration:LogConfigurationForChannel
Outputs:- RequestOutputItem
PlaybackMode:String
Tags:- Tag
Tier:String
TimeShiftConfiguration:TimeShiftConfiguration
Properties
Audiences
-
The list of audiences defined in channel.
Required: No
Type: Array of String
Update requires: No interruption
ChannelName
-
The name of the channel.
Required: Yes
Type: String
Update requires: Replacement
FillerSlate
-
The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the
LINEAR
PlaybackMode
. MediaTailor doesn't support filler slate for channels using theLOOP
PlaybackMode
.Required: No
Type: SlateSource
Update requires: No interruption
LogConfiguration
-
The log configuration.
Required: No
Type: LogConfigurationForChannel
Update requires: No interruption
Outputs
-
The channel's output properties.
Required: Yes
Type: Array of RequestOutputItem
Update requires: No interruption
PlaybackMode
-
The type of playback mode for this channel.
LINEAR
- Programs play back-to-back only once.LOOP
- Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.Required: Yes
Type: String
Allowed values:
LOOP | LINEAR
Update requires: No interruption
-
The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Required: No
Type: Array of Tag
Update requires: No interruption
Tier
-
The tier for this channel. STANDARD tier channels can contain live programs.
Required: No
Type: String
Allowed values:
BASIC | STANDARD
Update requires: Replacement
TimeShiftConfiguration
-
The configuration for time-shifted viewing.
Required: No
Type: TimeShiftConfiguration
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
Property description not available.