elastictranscoder:CancelJob is a Write access-level action in the elastictranscoder service. Cancel a job that Elastic Transcoder has not begun to process
ARNs that elastictranscoder:CancelJob can be scoped to in an IAM policy.
No condition keys are documented for this action.
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": "*"
}
]
}