Skip to main content

network_interface_attachments

Retrieves a list of network_interface_attachments in a region

Overview

Namenetwork_interface_attachments
TypeResource
Descriptionnetwork_interface_attachments
Idawscc.ec2.network_interface_attachments

Fields

NameDatatypeDescription
attachment_idstringThe ID of the network interface attachment.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
attachment_id
FROM awscc.ec2.network_interface_attachments
WHERE region = 'us-east-1'

Permissions

To operate on the network_interface_attachments resource, the following permissions are required:

Create

ec2:AttachNetworkInterface,
ec2:DescribeNetworkInterfaces,
ec2:ModifyNetworkInterfaceAttribute

List

ec2:DescribeNetworkInterfaces