メインコンテンツまでスキップ

AWSEC2InstanceNetworkInterfaceAttachment

No description

type AWSEC2InstanceNetworkInterfaceAttachment {
attachedAt: DateTime
id: String!
deleteOnTermination: Boolean!
deviceIndex: Int!
networkCardIndex: Int!
status: AWSEC2InstanceNetworkInterfaceAttachmentStatusType!
}

Fields

AWSEC2InstanceNetworkInterfaceAttachment.attachedAt ● DateTime scalar

The time stamp when the attachment initiated

AWSEC2InstanceNetworkInterfaceAttachment.id ● String! non-null scalar

The ID of the network interface attachment

AWSEC2InstanceNetworkInterfaceAttachment.deleteOnTermination ● Boolean! non-null scalar

Indicates whether the network interface is deleted when the instance is terminated

AWSEC2InstanceNetworkInterfaceAttachment.deviceIndex ● Int! non-null scalar

The index of the device on the instance for the network interface attachment

AWSEC2InstanceNetworkInterfaceAttachment.networkCardIndex ● Int! non-null scalar

The index of the network card

AWSEC2InstanceNetworkInterfaceAttachment.status ● AWSEC2InstanceNetworkInterfaceAttachmentStatusType! non-null enum

The attachment state

Member of

AWSEC2InstanceNetworkInterface object