network_interface_attachments
Retrieves a list of network_interface_attachments
in a region
Overview
Name | network_interface_attachments |
Type | Resource |
Description | network_interface_attachments |
Id | awscc.ec2.network_interface_attachments |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | The ID of the network interface attachment. |
region | string | AWS 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