GetChannelPlacementGroupResult

data class GetChannelPlacementGroupResult(val arn: String? = null, val channels: List<String>? = null, val id: String? = null, val name: String? = null, val nodes: List<String>? = null, val state: ChannelPlacementGroupState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, channels: List<String>? = null, id: String? = null, name: String? = null, nodes: List<String>? = null, state: ChannelPlacementGroupState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the channel placement group.

Link copied to clipboard
val channels: List<String>? = null

List of channel IDs added to the channel placement group.

Link copied to clipboard
val id: String? = null

Unique internal identifier.

Link copied to clipboard
val name: String? = null

The name of the channel placement group.

Link copied to clipboard
val nodes: List<String>? = null

List of nodes added to the channel placement group

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

A collection of key-value pairs.