network_interface_attachments_list_only
Lists network_interface_attachments
in a region or regions, for all properties use network_interface_attachments
Overview
Name | network_interface_attachments_list_only |
Type | Resource |
Description | 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. |
Id | aws.ec2.network_interface_attachments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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