Values_2.PlacementGroupSourceDescribes a placement group.
type nonrec t = {groupName : Values_0.String_.t option;The name of the placement group.
*)state : Values_1.PlacementGroupState.t option;The state of the placement group.
*)strategy : Values_1.PlacementStrategy.t option;The placement strategy.
*)partitionCount : Values_0.Integer.t option;The number of partitions. Valid only if strategy is set to partition.
*)groupId : Values_0.String_.t option;The ID of the placement group.
*)groupArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the placement group.
*)spreadLevel : Values_1.SpreadLevel.t option;The spread level for the placement group. Only Outpost placement groups can be spread across hosts.
*)linkedGroupId : Values_0.PlacementGroupId.t option;Reserved for future use.
*)operator : Values_0.OperatorResponse.t option;The service provider that manages the Placement Group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string * [> `Boolean of bool | `String of string ]) list ])
list ]