amplify:DeleteJob

Write

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

Resource types

ARNs that amplify:DeleteJob 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:DeleteJob. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in amplify

View all amplify actions →