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

******************************
get_firewall_rule_group_policy
******************************



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

  

  Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).

  

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


  **Request Syntax**
  ::

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

    The ARN (Amazon Resource Name) for the rule group.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **FirewallRuleGroupPolicy** *(string) --* 

        The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).

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

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

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

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

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

  