Values_3.VerifiedAccessLogOptionsSourceOptions for Verified Access logs.
type nonrec t = {s3 : Values_2.VerifiedAccessLogS3DestinationOptions.t option;Sends Verified Access logs to Amazon S3.
*)cloudWatchLogs : Values_2.VerifiedAccessLogCloudWatchLogsDestinationOptions.t
option;Sends Verified Access logs to CloudWatch Logs.
*)kinesisDataFirehose : Values_2.VerifiedAccessLogKinesisDataFirehoseDestinationOptions.t
option;Sends Verified Access logs to Kinesis.
*)logVersion : Values_0.String_.t option;The logging version. Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2
*)includeTrustContext : Values_0.Boolean.t option;Indicates whether to include trust data sent by trust providers in the logs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t ])
list ])
list ]