Values.GroupIdentifierSourceThe unique identifiers for a resource group.
type nonrec t = {groupName : GroupName.t option;The name of the resource group.
*)groupArn : GroupArn.t option;The Amazon resource name (ARN) of the resource group.
*)description : Description.t option;The description of the application group.
*)criticality : Criticality.t option;The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.
*)owner : Owner.t option;A name, email address or other identifier for the person or group who is considered as the owner of this group within your organization.
*)displayName : DisplayName.t option;The name of the application group, which you can change at any time.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Criticality.t | `String of GroupName.t ]) list ]