Interface CfnPolicy.NetworkFirewallPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicy.NetworkFirewallPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnPolicy
@Stability(Stable)
public static interface CfnPolicy.NetworkFirewallPolicyProperty
extends software.amazon.jsii.JsiiSerializable
Configures the firewall policy deployment model of AWS Network Firewall .
For information about Network Firewall deployment models, see AWS Network Firewall example architectures with routing in the Network Firewall Developer Guide .
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.fms.*; NetworkFirewallPolicyProperty networkFirewallPolicyProperty = NetworkFirewallPolicyProperty.builder() .firewallDeploymentModel("firewallDeploymentModel") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPolicy.NetworkFirewallPolicyProperty
static final class
An implementation forCfnPolicy.NetworkFirewallPolicyProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Defines the deployment model to use for the firewall policy.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFirewallDeploymentModel
Defines the deployment model to use for the firewall policy.To use a distributed model, set FirewallDeploymentModel to
DISTRIBUTED
. -
builder
-