Values_2.VerifiedAccessInstanceLoggingConfigurationSourceDescribes logging options for an Amazon Web Services Verified Access instance.
type nonrec t = {verifiedAccessInstanceId : Values_0.String_.t option;The ID of the Amazon Web Services Verified Access instance.
*)accessLogs : Values_1.VerifiedAccessLogs.t option;Details about the logging options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of bool
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ])
list ])
list ]