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