@Stability(value=Stable)
public static interface CfnRuleGroup.IPSetProperty
extends software.amazon.jsii.JsiiSerializable
This is part of a RuleGroup.RuleVariables .
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.*;
IPSetProperty iPSetProperty = Map.of(
"definition", List.of("definition"));
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.IPSetProperty.Builder
A builder for
CfnRuleGroup.IPSetProperty |
static class |
CfnRuleGroup.IPSetProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.IPSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.IPSetProperty.Builder |
builder() |
default List<String> |
getDefinition()
The list of IP addresses and address ranges, in CIDR notation.
|
@Stability(value=Stable) @Nullable default List<String> getDefinition()
@Stability(value=Stable) static CfnRuleGroup.IPSetProperty.Builder builder()
CfnRuleGroup.IPSetProperty.Builder of CfnRuleGroup.IPSetPropertyCopyright © 2022. All rights reserved.