Skip to main content

network_interface_attachments_list_only

Lists network_interface_attachments in a region or regions, for all properties use network_interface_attachments

Overview

Namenetwork_interface_attachments_list_only
TypeResource
DescriptionAttaches 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.
Idaws.ec2.network_interface_attachments_list_only

Fields

NameDatatypeDescription
attachment_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all network_interface_attachments in a region.

SELECT
region,
attachment_id
FROM aws.ec2.network_interface_attachments_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the network_interface_attachments_list_only resource, see network_interface_attachments