AWS Step Functions (IAM)

JSON →
aws compute

AWS Step Functions is a serverless orchestration service that lets you coordinate multiple AWS services into flexible workflows.

states:ListStateMachinesstates:DescribeStateMachinestates:StartExecutionstates:StopExecutionstates:DescribeExecutionstates:GetExecutionHistorystates:ListExecutionsstates:ListTagsForResource
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "states:ListStateMachines",
        "states:DescribeStateMachine",
        "states:StartExecution",
        "states:StopExecution",
        "states:DescribeExecution",
        "states:GetExecutionHistory",
        "states:ListExecutions",
        "states:ListTagsForResource"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/states