Values.AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsSourceAn array of objects that describes where your execution history events will be logged.
type nonrec t = {cloudWatchLogsLogGroup : AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.t
option;An object describing a CloudWatch Logs log group. For more information, see Amazon Web Services::Logs::LogGroup in the CloudFormation User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]