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
ARNs that route53resolver:PutResolverRulePolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants route53resolver:PutResolverRulePolicy.
Filters access by the presence of tag key-value pairs attached to the resource
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": "*"
}
]
}