Interface CfnNetworkInsightsPath.FilterPortRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkInsightsPath.FilterPortRangeProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkInsightsPath
@Stability(Stable)
public static interface CfnNetworkInsightsPath.FilterPortRangeProperty
extends software.amazon.jsii.JsiiSerializable
Describes a port range.
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.ec2.*;
FilterPortRangeProperty filterPortRangeProperty = FilterPortRangeProperty.builder()
.fromPort(123)
.toPort(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkInsightsPath.FilterPortRangePropertystatic final classAn implementation forCfnNetworkInsightsPath.FilterPortRangeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFromPort
The first port in the range.- See Also:
-
getToPort
The last port in the range.- See Also:
-
builder
-