Channel Args
data class ChannelArgs(val description: Output<String>? = null, val egressAccessLogs: Output<ChannelLogConfigurationArgs>? = null, val hlsIngest: Output<ChannelHlsIngestArgs>? = null, val ingressAccessLogs: Output<ChannelLogConfigurationArgs>? = null, val tags: Output<List<ChannelTagArgs>>? = null) : ConvertibleToJava<ChannelArgs>
Resource schema for AWS::MediaPackage::Channel
Constructors
Link copied to clipboard
fun ChannelArgs(description: Output<String>? = null, egressAccessLogs: Output<ChannelLogConfigurationArgs>? = null, hlsIngest: Output<ChannelHlsIngestArgs>? = null, ingressAccessLogs: Output<ChannelLogConfigurationArgs>? = null, tags: Output<List<ChannelTagArgs>>? = null)