Channel Args
data class ChannelArgs(val channelGroupName: Output<String>? = null, val channelName: Output<String>? = null, val description: Output<String>? = null, val inputType: Output<ChannelInputType>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ChannelArgs>
Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints.