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
/
VerifiedAccessEndpointPortRange
Verified
Access
Endpoint
Port
Range
data
class
VerifiedAccessEndpointPortRange
(
val
fromPort
:
Int
?
=
null
,
val
toPort
:
Int
?
=
null
)
The IP port range.
Members
Constructors
Verified
Access
Endpoint
Port
Range
Link copied to clipboard
constructor
(
fromPort
:
Int
?
=
null
,
toPort
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Port
Link copied to clipboard
val
fromPort
:
Int
?
=
null
The first port in the range.
to
Port
Link copied to clipboard
val
toPort
:
Int
?
=
null
The last port in the range.