aws.route53resolver.list_firewall_configs
Example SQL Queries
SELECT * FROMaws.route53resolver.list_firewall_configs;Description
Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.
A single call might return only a partial list of the configurations. For information, see MaxResults.
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 |
| firewall_fail_open Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association. | VARCHAR |
| id The ID of the firewall configuration. | VARCHAR |
| owner_id The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to. | VARCHAR |
| resource_id The ID of the VPC that this firewall configuration applies to. | VARCHAR |