Interface CfnFirewallRuleProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFirewallRuleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:06.770Z")
@Stability(Stable)
public interface CfnFirewallRuleProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnFirewallRule.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53globalresolver.*;
CfnFirewallRuleProps cfnFirewallRuleProps = CfnFirewallRuleProps.builder()
.action("action")
.dnsViewId("dnsViewId")
.name("name")
// the properties below are optional
.blockOverrideDnsType("blockOverrideDnsType")
.blockOverrideDomain("blockOverrideDomain")
.blockOverrideTtl(123)
.blockResponse("blockResponse")
.clientToken("clientToken")
.confidenceThreshold("confidenceThreshold")
.description("description")
.dnsAdvancedProtection("dnsAdvancedProtection")
.firewallDomainListId("firewallDomainListId")
.priority(123)
.qType("qType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFirewallRulePropsstatic final classAn implementation forCfnFirewallRuleProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
- See Also:
-
getDnsViewId
- See Also:
-
getName
- See Also:
-
getBlockOverrideDnsType
- See Also:
-
getBlockOverrideDomain
- See Also:
-
getBlockOverrideTtl
- See Also:
-
getBlockResponse
- See Also:
-
getClientToken
- See Also:
-
getConfidenceThreshold
- See Also:
-
getDescription
- See Also:
-
getDnsAdvancedProtection
- See Also:
-
getFirewallDomainListId
- See Also:
-
getPriority
- See Also:
-
getQType
- See Also:
-
builder
- Returns:
- a
CfnFirewallRuleProps.BuilderofCfnFirewallRuleProps
-