Interface CfnPolicy.ThirdPartyFirewallPolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicy.ThirdPartyFirewallPolicyProperty.Jsii$Proxy
- Enclosing class:
CfnPolicy
@Stability(Stable)
public static interface CfnPolicy.ThirdPartyFirewallPolicyProperty
extends software.amazon.jsii.JsiiSerializable
Configures the deployment model for the third-party firewall.
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.*; ThirdPartyFirewallPolicyProperty thirdPartyFirewallPolicyProperty = ThirdPartyFirewallPolicyProperty.builder() .firewallDeploymentModel("firewallDeploymentModel") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPolicy.ThirdPartyFirewallPolicyProperty
static final class
An implementation forCfnPolicy.ThirdPartyFirewallPolicyProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Defines the deployment model to use for the third-party firewall policy.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFirewallDeploymentModel
Defines the deployment model to use for the third-party firewall policy. -
builder
-