aws.network_firewall.list_firewall_policies
Example SQL Queries
SELECT * FROMaws.network_firewall.list_firewall_policies;Description
Retrieves the metadata for the firewall policies that you have defined. Depending on your setting for max results and the number of firewall policies, a single call might not return the full list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the firewall policy. | VARCHAR |
| name The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it. | VARCHAR |