AWSNetworkInterfaceAttachment
No description
type AWSNetworkInterfaceAttachment {
attachedAt: DateTime
id: String!
deleteOnTermination: Boolean!
deviceIndex: Int!
enaSrdSpecification: AWSNetworkInterfaceAttachmentENASRDSpecification
instanceId: String!
instanceOwnerId: String!
networkCardIndex: Int!
status: AWSNetworkInterfaceAttachmentStatusType!
}
Fields
AWSNetworkInterfaceAttachment.attachedAt
● DateTime
scalar
The timestamp indicating when the attachment initiated
AWSNetworkInterfaceAttachment.id
● String!
non-null scalar
The ID of the network interface attachment
AWSNetworkInterfaceAttachment.deleteOnTermination
● Boolean!
non-null scalar
Indicates whether the network interface is deleted when the instance is terminated
AWSNetworkInterfaceAttachment.deviceIndex
● Int!
non-null scalar
The device index of the network interface attachment on the instance
AWSNetworkInterfaceAttachment.enaSrdSpecification
● AWSNetworkInterfaceAttachmentENASRDSpecification
object
Configures ENA Express for the network interface that this action attaches to the instance
AWSNetworkInterfaceAttachment.instanceId
● String!
non-null scalar
The ID of the instance
AWSNetworkInterfaceAttachment.instanceOwnerId
● String!
non-null scalar
The Amazon Web Services account ID of the owner of the instance
AWSNetworkInterfaceAttachment.networkCardIndex
● Int!
non-null scalar
The index of the network card
AWSNetworkInterfaceAttachment.status
● AWSNetworkInterfaceAttachmentStatusType!
non-null enum
The attachment state
Member of
AWSNetworkInterface
object