AWS Step Functions · JSON Structure

Step Functions Describestatemachineforexecutionoutput Structure

Type: object Properties: 0
iPaaSOrchestrationServerless

Step Functions Describestatemachineforexecutionoutput Structure is a JSON Structure definition published by AWS Step Functions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "DescribeStateMachineForExecutionOutput",
  "type": "object",
  "fields": [
    {
      "name": "stateMachineArn",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "definition",
      "type": "string"
    },
    {
      "name": "roleArn",
      "type": "string"
    },
    {
      "name": "updateDate",
      "type": "string"
    },
    {
      "name": "loggingConfiguration",
      "type": "object",
      "description": "The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs options."
    },
    {
      "name": "tracingConfiguration",
      "type": "string"
    },
    {
      "name": "mapRunArn",
      "type": "string"
    },
    {
      "name": "label",
      "type": "string"
    }
  ]
}