Route53Resolver / Client / get_firewall_rule_group_policy

get_firewall_rule_group_policy#

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

Request Syntax

response = client.get_firewall_rule_group_policy(
    Arn='string'
)
Parameters:

Arn (string) –

[REQUIRED]

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

Return type:

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

  • Route53Resolver.Client.exceptions.ValidationException

  • Route53Resolver.Client.exceptions.ResourceNotFoundException

  • Route53Resolver.Client.exceptions.AccessDeniedException

  • Route53Resolver.Client.exceptions.InternalServiceErrorException

  • Route53Resolver.Client.exceptions.ThrottlingException