elastictranscoder:CancelJob

Write

elastictranscoder:CancelJob is a Write access-level action in the elastictranscoder service. Cancel a job that Elastic Transcoder has not begun to process

Resource types

ARNs that elastictranscoder:CancelJob can be scoped to in an IAM policy.

arn:${Partition}:elastictranscoder:${Region}:${Account}:job/${JobId}
job

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElastictranscoderCancelJob",
      "Effect": "Allow",
      "Action": "elastictranscoder:CancelJob",
      "Resource": "*"
    }
  ]
}

Related actions in elastictranscoder

View all elastictranscoder actions →