Amazon Step Functions · Example Payload

Amazon Step Functions Update State Machine Input Example

OrchestrationServerlessState MachineWorkflow

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

Top-level fields

stateMachineArndefinitionroleArnloggingConfigurationtracingConfigurationpublishversionDescription

Example Payload

Raw ↑
{
  "stateMachineArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "definition": "example-value",
  "roleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "loggingConfiguration": "example-value",
  "tracingConfiguration": "example-value",
  "publish": "example-value",
  "versionDescription": "example-value"
}