class Aws::Route53Resolver::Types::FirewallRule
A single firewall rule in a rule group.
@!attribute [rw] firewall_rule_group_id
The unique identifier of the firewall rule group of the rule. @return [String]
@!attribute [rw] firewall_domain_list_id
The ID of the domain list that's used in the rule. @return [String]
@!attribute [rw] name
The name of the rule. @return [String]
@!attribute [rw] priority
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. @return [Integer]
@!attribute [rw] action
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 to go through but send an alert to the logs. * `BLOCK` - Disallow the request. If this is specified, additional handling details are provided in the rule's `BlockResponse` setting. @return [String]
@!attribute [rw] block_response
The way that you want DNS Firewall to block the request. Used for the rule action setting `BLOCK`. * `NODATA` - Respond indicating that the query was successful, but no response is available for it. * `NXDOMAIN` - Respond indicating that the domain name that's in the query doesn't exist. * `OVERRIDE` - Provide a custom override in the response. This option requires custom handling details in the rule's `BlockOverride*` settings. @return [String]
@!attribute [rw] 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`. @return [String]
@!attribute [rw] 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`. @return [String]
@!attribute [rw] 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`. @return [Integer]
@!attribute [rw] 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. @return [String]
@!attribute [rw] creation_time
The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC). @return [String]
@!attribute [rw] modification_time
The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC). @return [String]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/FirewallRule AWS API Documentation
Constants
- SENSITIVE