Interface CfnRuleGroup.PortSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.PortSetProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.PortSetProperty
extends software.amazon.jsii.JsiiSerializable
A set of port ranges for use in the rules in a rule group.
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.*; PortSetProperty portSetProperty = PortSetProperty.builder() .definition(List.of("definition")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRuleGroup.PortSetProperty
static final class
An implementation forCfnRuleGroup.PortSetProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
The set of port ranges. -
builder
-