Interface CfnFilter.PortRangeFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFilter.PortRangeFilterProperty.Jsii$Proxy
Enclosing class:
CfnFilter

@Stability(Stable) public static interface CfnFilter.PortRangeFilterProperty extends software.amazon.jsii.JsiiSerializable
An object that describes the details of a port range filter.

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.inspectorv2.*;
 PortRangeFilterProperty portRangeFilterProperty = PortRangeFilterProperty.builder()
         .beginInclusive(123)
         .endInclusive(123)
         .build();
 

See Also: