toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
PortResponse
/
PortResponse
Port
Response
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
)