Values.GetFirewallRuleOutputSourceRetrieves information about a DNS firewall rule. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.
type nonrec t = {action : FirewallRuleAction.t option;The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule.
*)blockOverrideDnsType : BlockOverrideDnsQueryType.t option;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.
*)blockOverrideDomain : Domain.t option;The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.
*)blockOverrideTtl : BlockOverrideTtl.t option;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.
*)blockResponse : FirewallBlockResponse.t option;The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.
*)confidenceThreshold : ConfidenceThreshold.t option;The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.
*)createdAt : ISO8601TimeString.t option;The time and date the DNS Firewall rule was created.
*)description : ResourceDescription.t option;The description of the DNS Firewall rule.
*)dnsAdvancedProtection : DnsAdvancedProtection.t option;The type of the DNS Firewall Advanced rule. Valid values are DGA, DNS_TUNNELING, and DICTIONARY_DGA.
*)firewallDomainListId : ResourceId.t option;The ID of a DNS Firewall domain list.
*)id : ResourceId.t option;ID of the DNS Firewall rule.
*)name : ResourceName.t option;The name of the DNS Firewall rule.
*)priority : FirewallRulePriority.t option;The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
*)dnsViewId : ResourceId.t option;The DNS view ID the DNS Firewall is associated with.
*)queryType : DnsQueryType.t option;The DNS query type you want the rule to evaluate.
*)status : CRResourceStatus.t option;The operational status of the DNS Firewall rule.
*)updatedAt : ISO8601TimeString.t option;The date and time the DNS Firewall rule was updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?action:??? ->
?blockOverrideDnsType:??? ->
?blockOverrideDomain:??? ->
?blockOverrideTtl:??? ->
?blockResponse:??? ->
?confidenceThreshold:??? ->
?createdAt:??? ->
?description:??? ->
?dnsAdvancedProtection:??? ->
?firewallDomainListId:??? ->
?id:??? ->
?name:??? ->
?priority:??? ->
?dnsViewId:??? ->
?queryType:??? ->
?status:??? ->
?updatedAt:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of BlockOverrideTtl.t
| `Long of FirewallRulePriority.t
| `String of Domain.t
| `Timestamp of ISO8601TimeString.t ])
list ]