route53resolver:GetResolverQueryLogConfigAssociation is a Read access-level action in the route53resolver service. Grants permission to get information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows route53resolver:GetResolverQueryLogConfigAssociation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRoute53resolverGetResolverQueryLogConfigAssociation",
"Effect": "Allow",
"Action": "route53resolver:GetResolverQueryLogConfigAssociation",
"Resource": "*"
}
]
}