Values.LoggingConfigurationSourceThe LoggingConfiguration data type is used to set CloudWatch Logs options.
type nonrec t = {level : LogLevel.t option;Defines which category of execution history events are logged.
*)includeExecutionData : IncludeExecutionData.t option;Determines whether execution data is included in your log. When set to false, data is excluded.
*)destinations : LogDestinationList.t option;An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeExecutionData.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of (string * [> `String of Arn.t ]) list ])
list ]
list ])
list ]