Amazon Step Functions · Example Payload

Amazon Step Functions Describe State Machine Output Example

example-value

OrchestrationServerlessState MachineWorkflow

Amazon Step Functions Describe State Machine Output Example is an example object payload from Amazon Step Functions, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateMachineArnnamestatusdefinitionroleArntypecreationDateloggingConfigurationtracingConfigurationlabelrevisionIddescription

Example Payload

Raw ↑
{
  "stateMachineArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "name": "MyResource",
  "status": "Active",
  "definition": "example-value",
  "roleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "type": "example-value",
  "creationDate": "example-value",
  "loggingConfiguration": "example-value",
  "tracingConfiguration": "example-value",
  "label": "example-value",
  "revisionId": "example-value",
  "description": "example-value"
}