Channel Group Args
data class ChannelGroupArgs(val channelGroupName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ChannelGroupArgs>
Represents a channel group that facilitates the grouping of multiple channels.