Skip to content

Get Firewall Rule Group Policy

route53resolver_get_firewall_rule_group_policy R Documentation

Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group

Description

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).

Usage

route53resolver_get_firewall_rule_group_policy(Arn)

Arguments

Arn

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

Value

A list with the following syntax:

list(
  FirewallRuleGroupPolicy = "string"
)

Request syntax

svc$get_firewall_rule_group_policy(
  Arn = "string"
)