toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
NetworkInsightsAnalysisPortRange
Network
Insights
Analysis
Port
Range
data
class
NetworkInsightsAnalysisPortRange
(
val
from
:
Int
?
=
null
,
val
to
:
Int
?
=
null
)
Members
Constructors
Network
Insights
Analysis
Port
Range
Link copied to clipboard
constructor
(
from
:
Int
?
=
null
,
to
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Link copied to clipboard
val
from
:
Int
?
=
null
The first port in the range.
to
Link copied to clipboard
val
to
:
Int
?
=
null
The last port in the range.