Uses of Class
software.amazon.awscdk.services.route53resolver.alpha.DnsBlockResponse
Packages that use DnsBlockResponse
Package
Description
Amazon Route53 Resolver Construct Library
-
Uses of DnsBlockResponse in software.amazon.awscdk.services.route53resolver.alpha
Methods in software.amazon.awscdk.services.route53resolver.alpha that return DnsBlockResponseModifier and TypeMethodDescriptionabstract DnsBlockResponseFirewallRuleAction.getBlockResponse()(experimental) The way that you want DNS Firewall to block the request.static DnsBlockResponseDnsBlockResponse.noData()(experimental) Respond indicating that the query was successful, but no response is available for it.static DnsBlockResponseDnsBlockResponse.nxDomain()(experimental) Respond indicating that the domain name that's in the query doesn't exist.static DnsBlockResponse(experimental) Provides a custom override response to the query.static DnsBlockResponse(experimental) Provides a custom override response to the query.Methods in software.amazon.awscdk.services.route53resolver.alpha with parameters of type DnsBlockResponseModifier and TypeMethodDescriptionstatic FirewallRuleActionFirewallRuleAction.block(DnsBlockResponse response) (experimental) Disallow the request.