toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
GetNetworkInterfaceAttachment
Get
Network
Interface
Attachment
data
class
GetNetworkInterfaceAttachment
(
val
attachmentId
:
String
,
val
deviceIndex
:
Int
,
val
instanceId
:
String
,
val
instanceOwnerId
:
String
)
Members
Constructors
Get
Network
Interface
Attachment
Link copied to clipboard
constructor
(
attachmentId
:
String
,
deviceIndex
:
Int
,
instanceId
:
String
,
instanceOwnerId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attachment
Id
Link copied to clipboard
val
attachmentId
:
String
device
Index
Link copied to clipboard
val
deviceIndex
:
Int
instance
Id
Link copied to clipboard
val
instanceId
:
String
instance
Owner
Id
Link copied to clipboard
val
instanceOwnerId
:
String