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: