get Network Interface Attachment
suspend fun getNetworkInterfaceAttachment(argument: GetNetworkInterfaceAttachmentPlainArgs): GetNetworkInterfaceAttachmentResult
Attaches an elastic network interface (ENI) to an Amazon EC2 instance. You can use this resource type to attach additional network interfaces to an instance without interruption.
Return
null
Parameters
argument
null
suspend fun getNetworkInterfaceAttachment(attachmentId: String): GetNetworkInterfaceAttachmentResult
Return
null
Parameters
attachment Id
The ID of the network interface attachment.
See also
suspend fun getNetworkInterfaceAttachment(argument: suspend GetNetworkInterfaceAttachmentPlainArgsBuilder.() -> Unit): GetNetworkInterfaceAttachmentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetNetworkInterfaceAttachmentPlainArgs.