amplify:StartJob

Write

amplify:StartJob is a Write access-level action in the amplify service. Grants permission to start a new job for a branch, part of an Amplify App

Resource types

ARNs that amplify:StartJob can be scoped to in an IAM policy.

arn:${Partition}:amplify:${Region}:${Account}:apps/${AppId}/branches/${BranchName}/jobs/${JobId}
jobs

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows amplify:StartJob. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAmplifyStartJob",
      "Effect": "Allow",
      "Action": "amplify:StartJob",
      "Resource": "*"
    }
  ]
}

Related actions in amplify

View all amplify actions →