ChannelArgs

data class ChannelArgs(val channelName: Output<String>? = null, val fillerSlate: Output<ChannelSlateSourceArgs>? = null, val logConfiguration: Output<ChannelLogConfigurationForChannelArgs>? = null, val outputs: Output<List<ChannelRequestOutputItemArgs>>? = null, val playbackMode: Output<ChannelPlaybackMode>? = null, val tags: Output<List<ChannelTagArgs>>? = null, val tier: Output<ChannelTier>? = null) : ConvertibleToJava<ChannelArgs>

Definition of AWS::MediaTailor::Channel Resource Type

Constructors

Link copied to clipboard
fun ChannelArgs(channelName: Output<String>? = null, fillerSlate: Output<ChannelSlateSourceArgs>? = null, logConfiguration: Output<ChannelLogConfigurationForChannelArgs>? = null, outputs: Output<List<ChannelRequestOutputItemArgs>>? = null, playbackMode: Output<ChannelPlaybackMode>? = null, tags: Output<List<ChannelTagArgs>>? = null, tier: Output<ChannelTier>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ChannelArgs

Properties

Link copied to clipboard
val channelName: Output<String>? = null
Link copied to clipboard
val fillerSlate: Output<ChannelSlateSourceArgs>? = null
Link copied to clipboard
Link copied to clipboard

The channel's output properties.

Link copied to clipboard
val playbackMode: Output<ChannelPlaybackMode>? = null
Link copied to clipboard
val tags: Output<List<ChannelTagArgs>>? = null

The tags to assign to the channel.

Link copied to clipboard
val tier: Output<ChannelTier>? = null