Values.LogPublishingOptionSourceLog Publishing option that is set for given domain. Attributes and their details: CloudWatchLogsLogGroupArn: ARN of the Cloudwatch log group to which log needs to be published. Enabled: Whether the log publishing for given log type is enabled or not
type nonrec t = {cloudWatchLogsLogGroupArn : CloudWatchLogsLogGroupArn.t option;enabled : Boolean.t option;Specifies whether given log publishing option is enabled or not.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of CloudWatchLogsLogGroupArn.t ])
list ]