route53resolver:GetResolverQueryLogConfigAssociation

Read

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

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in route53resolver

View all route53resolver actions →