@Stability(value=Stable)
public static interface CfnPolicy.NetworkFirewallPolicyProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPolicy.NetworkFirewallPolicyProperty.Builder
A builder for
CfnPolicy.NetworkFirewallPolicyProperty |
static class |
CfnPolicy.NetworkFirewallPolicyProperty.Jsii$Proxy
An implementation for
CfnPolicy.NetworkFirewallPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPolicy.NetworkFirewallPolicyProperty.Builder |
builder() |
String |
getFirewallDeploymentModel()
Defines the deployment model to use for the firewall policy.
|
@Stability(value=Stable) @NotNull String getFirewallDeploymentModel()
To use a distributed model, set PolicyOption to NULL .
@Stability(value=Stable) static CfnPolicy.NetworkFirewallPolicyProperty.Builder builder()
Copyright © 2022. All rights reserved.