GetChannelResult

data class GetChannelResult(val arn: String? = null, val audiences: List<String>? = null, val fillerSlate: ChannelSlateSource? = null, val logConfiguration: ChannelLogConfigurationForChannel? = null, val playbackMode: ChannelPlaybackMode? = null, val tags: List<Tag>? = null, val timeShiftConfiguration: ChannelTimeShiftConfiguration? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, audiences: List<String>? = null, fillerSlate: ChannelSlateSource? = null, logConfiguration: ChannelLogConfigurationForChannel? = null, playbackMode: ChannelPlaybackMode? = null, tags: List<Tag>? = null, timeShiftConfiguration: ChannelTimeShiftConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the channel.

Link copied to clipboard
val audiences: List<String>? = null

The list of audiences defined in channel.

Link copied to clipboard

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 the LOOP PlaybackMode .

Link copied to clipboard

The log configuration.

Link copied to clipboard

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.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to assign to the channel.

Link copied to clipboard

The configuration for time-shifted viewing.