ChannelArgs

data class ChannelArgs(val channelGroupName: Output<String>? = null, val channelName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<ChannelTagArgs>>? = null) : ConvertibleToJava<ChannelArgs>

Definition of AWS::MediaPackageV2::Channel Resource Type

Constructors

Link copied to clipboard
fun ChannelArgs(channelGroupName: Output<String>? = null, channelName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<ChannelTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val channelGroupName: Output<String>? = null
Link copied to clipboard
val channelName: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ChannelTagArgs>>? = null