Values.UpdateChannelPlacementGroupRequestSourceA request to update the channel placement group
type nonrec t = {channelPlacementGroupId : string;The ID of the channel placement group.
*)clusterId : string;The ID of the cluster.
*)name : string option;Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
*)nodes : string list option;Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
*)}