:doc:`Route53Resolver <../../route53resolver>` / Client / get_resolver_query_log_config_policy

************************************
get_resolver_query_log_config_policy
************************************



.. py:method:: Route53Resolver.Client.get_resolver_query_log_config_policy(**kwargs)

  

  Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverQueryLogConfigPolicy>`_  


  **Request Syntax**
  ::

    response = client.get_resolver_query_log_config_policy(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ARN of the query logging configuration that you want to get the query logging policy for.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ResolverQueryLogConfigPolicy': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResolverQueryLogConfigPolicy** *(string) --* 

        Information about the query logging policy for the query logging configuration that you specified in a ``GetResolverQueryLogConfigPolicy`` request.

        
  
  **Exceptions**
  
  *   :py:class:`Route53Resolver.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Route53Resolver.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Route53Resolver.Client.exceptions.UnknownResourceException`

  
  *   :py:class:`Route53Resolver.Client.exceptions.InternalServiceErrorException`

  
  *   :py:class:`Route53Resolver.Client.exceptions.AccessDeniedException`

  