@Stability(value=Stable)
public static interface CfnRuleGroup.RuleVariablesProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
RuleVariablesProperty ruleVariablesProperty = RuleVariablesProperty.builder()
.ipSets(Map.of(
"ipSetsKey", Map.of(
"definition", List.of("definition"))))
.portSets(Map.of(
"portSetsKey", PortSetProperty.builder()
.definition(List.of("definition"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.RuleVariablesProperty.Builder
A builder for
CfnRuleGroup.RuleVariablesProperty |
static class |
CfnRuleGroup.RuleVariablesProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.RuleVariablesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.RuleVariablesProperty.Builder |
builder() |
default Object |
getIpSets()
A list of IP addresses and address ranges, in CIDR notation.
|
default Object |
getPortSets()
A list of port ranges.
|
@Stability(value=Stable) @Nullable default Object getIpSets()
@Stability(value=Stable) @Nullable default Object getPortSets()
@Stability(value=Stable) static CfnRuleGroup.RuleVariablesProperty.Builder builder()
Copyright © 2022. All rights reserved.