toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
NetworkInterfaceAttachment
Network
Interface
Attachment
data
class
NetworkInterfaceAttachment
(
val
attachmentId
:
String
?
=
null
,
val
deviceIndex
:
Int
,
val
instance
:
String
)
Members
Constructors
Network
Interface
Attachment
Link copied to clipboard
constructor
(
attachmentId
:
String
?
=
null
,
deviceIndex
:
Int
,
instance
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attachment
Id
Link copied to clipboard
val
attachmentId
:
String
?
=
null
device
Index
Link copied to clipboard
val
deviceIndex
:
Int
Integer to define the devices index.
instance
Link copied to clipboard
val
instance
:
String
ID of the instance to attach to.