ChannelGroupArgs

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.

Constructors

Link copied to clipboard
constructor(channelGroupName: Output<String>? = null, description: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val channelGroupName: Output<String>? = null

The name of the channel group.

Link copied to clipboard
val description: Output<String>? = null

Enter any descriptive text that helps you to identify the channel group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags associated with the channel group.

Functions

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