aws.network_firewall.describe_resource_policy
Example SQL Queries
SELECT * FROMaws.network_firewall.describe_resource_policyWHERE"resource_arn" = 'VALUE';Description
Retrieves a resource policy that you created in a PutResourcePolicy request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve. | 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 |
| policy The IAM policy for the resource. | VARCHAR |