pcs:UpdateQueue

Write

pcs:UpdateQueue is a Write access-level action in the pcs service. Grants permission to update queue properties

Resource types

ARNs that pcs:UpdateQueue can be scoped to in an IAM policy.

arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}
cluster
arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/queue/${QueueIdentifier}
queue

Condition keys

Keys you can use in the Condition block of a policy that grants pcs:UpdateQueue.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPcsUpdateQueue",
      "Effect": "Allow",
      "Action": "pcs:UpdateQueue",
      "Resource": "*"
    }
  ]
}

Related actions in pcs

View all pcs actions →