Values_2.VerifiedAccessInstanceSourceDescribes a Verified Access instance.
type nonrec t = {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 instance.
*)verifiedAccessTrustProviders : Values_1.VerifiedAccessTrustProviderCondensedList.t
option;The IDs of the Amazon Web Services Verified Access trust providers.
*)creationTime : Values_0.String_.t option;The creation time.
*)lastUpdatedTime : Values_0.String_.t option;The last updated time.
*)fipsEnabled : Values_0.Boolean.t option;Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
*)cidrEndpointsCustomSubDomain : Values_1.VerifiedAccessInstanceCustomSubDomain.t
option;The custom subdomain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ])
list ]