route53resolver:UpdateOutpostResolver

Write

route53resolver:UpdateOutpostResolver is a Write access-level action in the route53resolver service. Grants permission to update seletected settings for a specified Route 53 Resolver on Outposts

Resource types

ARNs that route53resolver:UpdateOutpostResolver can be scoped to in an IAM policy.

arn:${Partition}:route53resolver:${Region}:${Account}:outpost-resolver/${ResourceId}
outpost-resolver

Condition keys

Keys you can use in the Condition block of a policy that grants route53resolver:UpdateOutpostResolver.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRoute53resolverUpdateOutpostResolver",
      "Effect": "Allow",
      "Action": "route53resolver:UpdateOutpostResolver",
      "Resource": "*"
    }
  ]
}

Related actions in route53resolver

View all route53resolver actions →