Channel Args
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)