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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFirewallPolicy.PolicyVariablesPropertystatic final classAn 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_NETvariable.If your firewall uses an inspection VPC, you might want to override the
HOME_NETvariable with the CIDRs of your home networks. If you don't overrideHOME_NETwith your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnFirewallPolicy.IPSetProperty>- See Also:
-
builder
-