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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.PortSetPropertystatic final classAn implementation forCfnRuleGroup.PortSetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
The set of port ranges.- See Also:
-
builder
-