AWS Step Functions · Schema

LoggingConfiguration

The LoggingConfiguration data type is used to set CloudWatch Logs options.

iPaaSOrchestrationServerless

Properties

Name Type Description
level object
includeExecutionData object
destinations object
View JSON Schema on GitHub

JSON Schema

step-functions-loggingconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LoggingConfiguration",
  "type": "object",
  "properties": {
    "level": {},
    "includeExecutionData": {},
    "destinations": {}
  },
  "description": "The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs options."
}