CreateChannelPlacementGroupResponse

Placeholder documentation for CreateChannelPlacementGroupResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.

Link copied to clipboard

Used in ListChannelPlacementGroupsResult

Link copied to clipboard

The ID of the Cluster that the Node belongs to.

Link copied to clipboard
val id: String?

The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.

Link copied to clipboard
val name: String?

The name that you specified for the ChannelPlacementGroup.

Link copied to clipboard

An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.

Link copied to clipboard

The current state of the ChannelPlacementGroup.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String