BatchUpdateFirewallRuleResult
Information about a firewall rule that was updated in a batch operation.
Contents
- id
-
The unique identifier of the updated firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: Yes
- action
-
The action configured for the updated firewall rule.
Type: String
Valid Values:
ALLOW | ALERT | BLOCKRequired: No
- blockOverrideDnsType
-
The DNS record type configured for the updated firewall rule's custom response.
Type: String
Valid Values:
CNAMERequired: No
- blockOverrideDomain
-
The custom domain name configured for the updated 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 updated 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 updated firewall rule.
Type: String
Valid Values:
NODATA | NXDOMAIN | OVERRIDERequired: No
- clientToken
-
The unique string that identified the request and ensured idempotency.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- confidenceThreshold
-
The confidence threshold configured for the updated firewall rule's advanced threat detection.
Type: String
Valid Values:
LOW | MEDIUM | HIGHRequired: No
- createdAt
-
The date and time when the firewall rule was originally created.
Type: Timestamp
Required: No
- description
-
The description of the updated 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 updated firewall rule.
Type: String
Valid Values:
DGA | DNS_TUNNELINGRequired: No
- dnsViewId
-
The ID of the DNS view associated with the updated firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: No
- firewallDomainListId
-
The ID of the firewall domain list associated with the updated firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[-.a-zA-Z0-9]+Required: No
- name
-
The name of the updated firewall rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
(?!^[0-9]+$)([a-zA-Z0-9-_/' ']+)Required: No
- priority
-
The priority of the updated firewall rule.
Type: Long
Valid Range: Minimum value of 1. Maximum value of 10000.
Required: No
- queryType
-
The DNS query type that the updated firewall rule matches.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 16.
Required: No
- status
-
The current status of the updated firewall rule.
Type: String
Valid Values:
CREATING | OPERATIONAL | UPDATING | DELETINGRequired: No
- updatedAt
-
The date and time when the firewall rule was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: