NetworkInterfaceAttachment

class NetworkInterfaceAttachment : KotlinCustomResource

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.

Properties

Link copied to clipboard
val attachmentId: Output<String>

The ID of the network interface attachment.

Link copied to clipboard

Whether to delete the network interface when the instance terminates. By default, this value is set to `true`.

Link copied to clipboard
val deviceIndex: Output<String>

The network interface's position in the attachment order. For example, the first attached network interface has a `DeviceIndex` of 0.

Link copied to clipboard

Configures ENA Express for the network interface that this action attaches to the instance.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the instance to which you will attach the ENI.

Link copied to clipboard

The ID of the ENI that you want to attach.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>