Resource Type definition for AWS::EC2::NetworkInterfaceAttachment
device_index
(String) The network interface's position in the attachment order. For example, the first attached network interface has a DeviceIndex of 0.instance_id
(String) The ID of the instance to which you will attach the ENI.network_interface_id
(String) The ID of the ENI that you want to attach.delete_on_termination
(Boolean) Whether to delete the network interface when the instance terminates. By default, this value is set to true.ena_srd_specification
(Attributes) (see below for nested schema)attachment_id
(String) The ID of the network interface attachment.id
(String) Uniquely identifies the resource.ena_srd_specification
Optional:
ena_srd_enabled
(Boolean)ena_srd_udp_specification
(Attributes) (see below for nested schema)ena_srd_specification.ena_srd_udp_specification
Optional:
ena_srd_udp_enabled
(Boolean)Import is supported using the following syntax:
$ terraform import awscc_ec2_network_interface_attachment.example <resource ID>