FirewallRulesItem
Summary information about a firewall rule.
Contents
- action
-
The action configured for the firewall rule.
Type: String
Valid Values:
ALLOW | ALERT | BLOCKRequired: Yes
- createdAt
-
The date and time when the firewall rule was created.
Type: Timestamp
Required: Yes
- dnsViewId
-
The ID of the DNS view associated with the firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: Yes
- id
-
The unique identifier of the firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: Yes
- name
-
The name of the firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
(?!^[0-9]+$)([a-zA-Z0-9-_/' ']+)Required: Yes
- priority
-
The priority of the firewall rule.
Type: Long
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: Yes
- status
-
The current status of the firewall rule.
Type: String
Valid Values:
CREATING | OPERATIONAL | UPDATING | DELETINGRequired: Yes
- updatedAt
-
The date and time when the firewall rule was last updated.
Type: Timestamp
Required: Yes
- blockOverrideDnsType
-
The DNS record type configured for the firewall rule's custom response.
Type: String
Valid Values:
CNAMERequired: No
- blockOverrideDomain
-
The custom domain name configured for the firewall rule's BLOCK response.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
\*?[-a-zA-Z0-9.]+Required: No
- blockOverrideTtl
-
The TTL value configured for the firewall rule's custom response.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 604800.
Required: No
- blockResponse
-
The type of block response configured for the firewall rule.
Type: String
Valid Values:
NODATA | NXDOMAIN | OVERRIDERequired: No
- confidenceThreshold
-
The confidence threshold configured for the firewall rule's advanced threat detection.
Type: String
Valid Values:
LOW | MEDIUM | HIGHRequired: No
- description
-
The description of the firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- dnsAdvancedProtection
-
Whether advanced DNS threat protection is enabled for the firewall rule.
Type: String
Valid Values:
DGA | DNS_TUNNELINGRequired: No
- firewallDomainListId
-
The ID of the firewall domain list associated with the firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: No
- queryType
-
The DNS query type that the firewall rule matches.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 16.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: