Values_2.VerifiedAccessGroupSourceDescribes a Verified Access group.
type nonrec t = {verifiedAccessGroupId : Values_0.String_.t option;The ID of the Verified Access group.
*)verifiedAccessInstanceId : Values_0.String_.t option;The ID of the Amazon Web Services Verified Access instance.
*)description : Values_0.String_.t option;A description for the Amazon Web Services Verified Access group.
*)owner : Values_0.String_.t option;The Amazon Web Services account number that owns the group.
*)verifiedAccessGroupArn : Values_0.String_.t option;The ARN of the Verified Access group.
*)creationTime : Values_0.String_.t option;The creation time.
*)lastUpdatedTime : Values_0.String_.t option;The last updated time.
*)deletionTime : Values_0.String_.t option;The deletion time.
*)sseSpecification : Values_1.VerifiedAccessSseSpecificationResponse.t option;The options in use for server side encryption.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.KmsKeyArn.t ])
list ])
list ]