aws.route53resolver.list_firewall_rules
Example SQL Queries
SELECT * FROMaws.route53resolver.list_firewall_rulesWHERE"firewall_rule_group_id" = 'VALUE';Description
Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.
A single call might return only a partial list of the rules. For information, see MaxResults.
Table Definition
| Column Name | Column Data Type |
|---|---|
| firewall_rule_group_id Required Input Column The unique identifier of the firewall rule group of the rule. | VARCHAR |
| action Input Column The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
| VARCHAR |
| priority Input Column The priority of the rule in the rule group. This value must be unique within the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting. | BIGINT |
| _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 |
| block_override_dns_type The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE. | VARCHAR |
| block_override_domain The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE. | VARCHAR |
| block_override_ttl The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE. | BIGINT |
| block_response The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.
| VARCHAR |
| creation_time The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC). | VARCHAR |
| creator_request_id A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of executing the operation twice. This can be any unique string, for example, a timestamp. | VARCHAR |
| firewall_domain_list_id The ID of the domain list that's used in the rule. | VARCHAR |
| firewall_domain_redirection_action How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list. Trust_Redirection_Domain inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain list. | VARCHAR |
| modification_time The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC). | VARCHAR |
| name The name of the rule. | VARCHAR |
| qtype The DNS query type you want the rule to evaluate. Allowed values are;
| VARCHAR |