Values.DescribeChannelPlacementGroupResultSourceContains the response for CreateChannelPlacementGroup, DescribeChannelPlacementGroup, DeleteChannelPlacementGroup, UpdateChannelPlacementGroup
type nonrec t = {arn : string option;The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
*)channels : string list option;Used in ListChannelPlacementGroupsResult
*)clusterId : string option;The ID of the Cluster that the Node belongs to.
*)id : string option;The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
*)name : string option;The name that you specified for the ChannelPlacementGroup.
*)nodes : string list option;An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
*)state : ChannelPlacementGroupState.t option;The current state of the ChannelPlacementGroup.
*)}