Values.LogPublishingOptionsStatusSourceThe configured log publishing options for the domain and their current status.
type nonrec t = {options : LogPublishingOptions.t option;The log publishing options configured for the domain.
*)status : OptionStatus.t option;The status of the log publishing options for the domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of CloudWatchLogsLogGroupArn.t ])
list ])
list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]