toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lightsail.kotlin.outputs
/
InstancePort
/
InstancePort
Instance
Port
constructor
(
accessDirection
:
String
?
=
null
,
accessFrom
:
String
?
=
null
,
accessType
:
String
?
=
null
,
cidrListAliases
:
List
<
String
>
?
=
null
,
cidrs
:
List
<
String
>
?
=
null
,
commonName
:
String
?
=
null
,
fromPort
:
Int
?
=
null
,
ipv6Cidrs
:
List
<
String
>
?
=
null
,
protocol
:
String
?
=
null
,
toPort
:
Int
?
=
null
)