Values_1.VerifiedAccessLogsSourceDescribes the options for Verified Access logs.
type nonrec t = {s3 : Values_0.VerifiedAccessLogS3Destination.t option;Amazon S3 logging options.
*)cloudWatchLogs : Values_0.VerifiedAccessLogCloudWatchLogsDestination.t option;CloudWatch Logs logging destination.
*)kinesisDataFirehose : Values_0.VerifiedAccessLogKinesisDataFirehoseDestination.t
option;Kinesis logging destination.
*)logVersion : Values_0.String_.t option;The log version.
*)includeTrustContext : Values_0.Boolean.t option;Indicates whether trust data is included 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 bool
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ])
list ]