Interface CfnNetworkInsightsAnalysis.PortRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkInsightsAnalysis.PortRangeProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkInsightsAnalysis
@Stability(Stable)
public static interface CfnNetworkInsightsAnalysis.PortRangeProperty
extends software.amazon.jsii.JsiiSerializable
Describes a range of ports.
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.*; PortRangeProperty portRangeProperty = PortRangeProperty.builder() .from(123) .to(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNetworkInsightsAnalysis.PortRangeProperty
static final class
An implementation forCfnNetworkInsightsAnalysis.PortRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFrom
The first port in the range.- See Also:
-
getTo
The last port in the range.- See Also:
-
builder
-