aws.route53resolver.get_firewall_rule_group_policy
Example SQL Queries
SELECT * FROMaws.route53resolver.get_firewall_rule_group_policyWHERE"arn" = 'VALUE';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).
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ARN (Amazon Resource Name) for the rule group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| firewall_rule_group_policy 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). | VARCHAR |