Values_2.VerifiedAccessLogCloudWatchLogsDestinationOptionsSourceOptions for CloudWatch Logs as a logging destination.
type nonrec t = {enabled : Values_0.Boolean.t;Indicates whether logging is enabled.
*)logGroup : Values_0.String_.t option;The ID of the CloudWatch Logs log group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]