Network Interface Attachment Args
data class NetworkInterfaceAttachmentArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceIndex: Output<String>? = null, val enaSrdSpecification: Output<NetworkInterfaceAttachmentEnaSrdSpecificationArgs>? = null, val instanceId: Output<String>? = null, val networkInterfaceId: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceAttachmentArgs>
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.
Constructors
Link copied to clipboard
constructor(deleteOnTermination: Output<Boolean>? = null, deviceIndex: Output<String>? = null, enaSrdSpecification: Output<NetworkInterfaceAttachmentEnaSrdSpecificationArgs>? = null, instanceId: Output<String>? = null, networkInterfaceId: Output<String>? = null)
Properties
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
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
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.