The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
- ALLOW - Permit the request to go through.
- ALERT - Permit the request and send metrics and logs to CloudWatch.
- BLOCK - Disallow the request. This option requires additional details in the rule's BlockResponse.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
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.This setting is required if the BlockResponse setting is OVERRIDE.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.This setting is required if the BlockResponse setting is OVERRIDE.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-BlockOverrideTtl <
Int32>
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.This setting is required if the BlockResponse setting is OVERRIDE.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The response to return when the action is BLOCK. Valid values are NXDOMAIN (domain does not exist), NODATA (domain exists but no records), or OVERRIDE (return custom response).
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.R53GR.AmazonRoute53GlobalResolverClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The confidence threshold for advanced threat detection. Valid values are HIGH, MEDIUM, or LOW, indicating the accuracy level required for threat detection.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
An optional description for the firewall rule.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Whether to enable advanced DNS threat protection for this rule. Advanced protection can detect and block DNS tunneling and Domain Generation Algorithm (DGA) threats.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The ID of the DNS view to associate with this firewall rule.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-FirewallDomainListId <
String>
The ID of the firewall domain list to use in this rule.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A descriptive name for the firewall rule.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-Priority <Int64>
The priority of this rule. Rules are evaluated in priority order, with lower numbers having higher priority. When a DNS query matches multiple rules, the rule with the highest priority (lowest number) is applied.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The DNS query type to match for this rule. Examples include A (IPv4 address), AAAA (IPv6 address), MX (mail exchange), or TXT (text record).
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53GlobalResolver.Model.CreateFirewallRuleResponse). Specifying the name of a property of type Amazon.Route53GlobalResolver.Model.CreateFirewallRuleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |