{
  "source": [
    "aws.states"
  ],
  "detail-type": [
    "Step Functions Execution Status Change"
  ],
  "detail": {
    "status": [
      "SUCCEEDED",
      "FAILED",
      "TIMED_OUT",
      "ABORTED"
    ],
    "stateMachineArn": [
      "${state_machine_arn}"
    ]
  }
}
