Interface CfnRuleGroupPropsMixin.PortSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupPropsMixin.PortSetProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static interface CfnRuleGroupPropsMixin.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.cfnpropertymixins.services.networkfirewall.*;
PortSetProperty portSetProperty = PortSetProperty.builder()
.definition(List.of("definition"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupPropsMixin.PortSetPropertystatic final classAn implementation forCfnRuleGroupPropsMixin.PortSetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
The set of port ranges.- See Also:
-
builder
-