route53resolver:PutResolverRulePolicy

Permissions management

route53resolver:PutResolverRulePolicy is a Permissions management access-level action in the route53resolver service. Grants permission to specify an AWS account that you want to share rules with, the Resolver rules that you want to share, and the operations that you want the account to be able to perform on those rules

Resource types

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

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

Condition keys

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

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:PutResolverRulePolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in route53resolver

View all route53resolver actions →