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();
 

See Also: