Channel Group Args
data class ChannelGroupArgs(val channelGroupName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<ChannelGroupTagArgs>>? = null) : ConvertibleToJava<ChannelGroupArgs>
Definition of AWS::MediaPackageV2::ChannelGroup Resource Type
Constructors
Link copied to clipboard
fun ChannelGroupArgs(channelGroupName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<ChannelGroupTagArgs>>? = null)