Values.LogDeliveryConfigurationSourceReturns 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;Returns the destination type, either cloudwatch-logs or kinesis-firehose.
*)destinationDetails : DestinationDetails.t option;Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
*)logFormat : LogFormat.t option;Returns the log format, either JSON or TEXT.
*)status : LogDeliveryConfigurationStatus.t option;Returns the log delivery configuration status. Values are one of enabling | disabling | modifying | active | error
*)message : String_.t option;Returns an error message for the log delivery configuration.
*)}