aws.network_firewall.list_firewalls
Example SQL Queries
SELECT * FROMaws.network_firewall.list_firewalls;Description
Retrieves the metadata for the firewalls that you have defined. If you provide VPC identifiers in your request, this returns only the firewalls for those VPCs.
Depending on your setting for max results and the number of firewalls, a single call might not return the full list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpc_ids Input Column The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for. Leave this blank to retrieve all firewalls that you have defined. | VARCHAR[] |
Show child fields
| |
| _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_arn The Amazon Resource Name (ARN) of the firewall. | VARCHAR |
| firewall_name The descriptive name of the firewall. You can't change the name of a firewall after you create it. | VARCHAR |