Delete Firewall Rule
route53resolver_delete_firewall_rule | R Documentation |
Deletes the specified firewall rule¶
Description¶
Deletes the specified firewall rule.
Usage¶
route53resolver_delete_firewall_rule(FirewallRuleGroupId,
FirewallDomainListId, FirewallThreatProtectionId, Qtype)
Arguments¶
FirewallRuleGroupId |
[required] The unique identifier of the firewall rule group that you want to delete the rule from. |
FirewallDomainListId |
The ID of the domain list that's used in the rule. |
FirewallThreatProtectionId |
The ID that is created for a DNS Firewall Advanced rule. |
Qtype |
The DNS query type that the rule you are deleting evaluates. Allowed values are;
|
Value¶
A list with the following syntax:
list(
FirewallRule = list(
FirewallRuleGroupId = "string",
FirewallDomainListId = "string",
FirewallThreatProtectionId = "string",
Name = "string",
Priority = 123,
Action = "ALLOW"|"BLOCK"|"ALERT",
BlockResponse = "NODATA"|"NXDOMAIN"|"OVERRIDE",
BlockOverrideDomain = "string",
BlockOverrideDnsType = "CNAME",
BlockOverrideTtl = 123,
CreatorRequestId = "string",
CreationTime = "string",
ModificationTime = "string",
FirewallDomainRedirectionAction = "INSPECT_REDIRECTION_DOMAIN"|"TRUST_REDIRECTION_DOMAIN",
Qtype = "string",
DnsThreatProtection = "DGA"|"DNS_TUNNELING",
ConfidenceThreshold = "LOW"|"MEDIUM"|"HIGH"
)
)
Request syntax¶
svc$delete_firewall_rule(
FirewallRuleGroupId = "string",
FirewallDomainListId = "string",
FirewallThreatProtectionId = "string",
Qtype = "string"
)