Values.LogDeliveryConfigurationRequestSourceSpecifies the destination, format and type of the logs.
type nonrec t = {logType : LogType.t option;Refers to slow-log or engine-log..
*)destinationType : DestinationType.t option;Specify either cloudwatch-logs or kinesis-firehose as the destination type.
*)destinationDetails : DestinationDetails.t option;Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
*)logFormat : LogFormat.t option;Specifies either JSON or TEXT
*)enabled : BooleanOptional.t option;Specify if log delivery is enabled. Default true.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]