route53resolver:PutResolverQueryLogConfigPolicy is a Permissions management access-level action in the route53resolver service. Grants permission to specify an AWS account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration
ARNs that route53resolver:PutResolverQueryLogConfigPolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants route53resolver:PutResolverQueryLogConfigPolicy.
Filters access by the presence of tag key-value pairs attached to the resource
A minimal policy that allows route53resolver:PutResolverQueryLogConfigPolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRoute53resolverPutResolverQueryLogConfigPolicy",
"Effect": "Allow",
"Action": "route53resolver:PutResolverQueryLogConfigPolicy",
"Resource": "*"
}
]
}