attachNetworkInterface

Attaches a network interface to an instance.

Samples

// This example attaches the specified network interface to the specified instance.
val resp = ec2Client.attachNetworkInterface {
    networkInterfaceId = "eni-e5aa89a3"
    instanceId = "i-1234567890abcdef0"
    deviceIndex = 1
}