toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.outputs
/
EndpointNetworkInterfaceOptions
Endpoint
Network
Interface
Options
data
class
EndpointNetworkInterfaceOptions
(
val
networkInterfaceId
:
String
?
=
null
,
val
port
:
Int
?
=
null
,
val
protocol
:
String
?
=
null
)
Members
Constructors
Endpoint
Network
Interface
Options
Link copied to clipboard
constructor
(
networkInterfaceId
:
String
?
=
null
,
port
:
Int
?
=
null
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
network
Interface
Id
Link copied to clipboard
val
networkInterfaceId
:
String
?
=
null
port
Link copied to clipboard
val
port
:
Int
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null