Values.CapacityAssignmentSourceA mapping between one or more workgroups and a capacity reservation.
type nonrec t = {workGroupNames : WorkGroupNamesList.t option;The list of workgroup names for the capacity assignment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of WorkGroupName.t ] list ]) list ]