Module Values.AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetailsSource

An array of objects that describes where your execution history events will be logged.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?cloudWatchLogsLogGroup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t