Channel
The configuration parameters for a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
Contents
- Arn
-
The ARN of the channel.
Type: String
Required: Yes
- ChannelName
-
The name of the channel.
Type: String
Required: Yes
- ChannelState
-
Returns the state whether the channel is running or not.
Type: String
Required: Yes
- LogConfiguration
-
The log configuration.
Type: LogConfigurationForChannel object
Required: Yes
- Outputs
-
The channel's output properties.
Type: Array of ResponseOutputItem objects
Required: Yes
- 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.Type: String
Required: Yes
- Tier
-
The tier for this channel. STANDARD tier channels can contain live programs.
Type: String
Required: Yes
- Audiences
-
The list of audiences defined in channel.
Type: Array of strings
Required: No
- CreationTime
-
The timestamp of when the channel was created.
Type: Timestamp
Required: No
- 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
.Type: SlateSource object
Required: No
- LastModifiedTime
-
The timestamp of when the channel was last modified.
Type: Timestamp
Required: No
-
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.
Type: String to string map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: