elastictranscoder:UpdatePipelineStatus is a Write access-level action in the elastictranscoder service. Pause or reactivate a pipeline, so the pipeline stops or restarts processing jobs, update the status for the pipeline
ARNs that elastictranscoder:UpdatePipelineStatus can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows elastictranscoder:UpdatePipelineStatus. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElastictranscoderUpdatePipelineStatus",
"Effect": "Allow",
"Action": "elastictranscoder:UpdatePipelineStatus",
"Resource": "*"
}
]
}