Values.CreateChannelPlacementGroupRequestSourceA request to create a channel placement group.
type nonrec t = {clusterId : string;The ID of the cluster.
*)name : string option;Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
*)nodes : string list option;An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
*)requestId : string option;An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.
*)}