Interface CfnFirewallPolicy.PolicyVariablesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFirewallPolicy.PolicyVariablesProperty.Jsii$Proxy
- Enclosing class:
CfnFirewallPolicy
@Stability(Stable)
public static interface CfnFirewallPolicy.PolicyVariablesProperty
extends software.amazon.jsii.JsiiSerializable
Contains variables that you can use to override default Suricata settings in your firewall policy.
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.networkfirewall.*; PolicyVariablesProperty policyVariablesProperty = PolicyVariablesProperty.builder() .ruleVariables(Map.of( "ruleVariablesKey", Map.of( "definition", List.of("definition")))) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFirewallPolicy.PolicyVariablesProperty
static final class
An implementation forCfnFirewallPolicy.PolicyVariablesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuleVariables
The IPv4 or IPv6 addresses in CIDR notation to use for the SuricataHOME_NET
variable.If your firewall uses an inspection VPC, you might want to override the
HOME_NET
variable with the CIDRs of your home networks. If you don't overrideHOME_NET
with your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC. -
builder
-