network_interface_attachment
Gets an individual network_interface_attachment
resource
Overview
Name | network_interface_attachment |
Type | Resource |
Description | network_interface_attachment |
Id | awscc.ec2.network_interface_attachment |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | The ID of the network interface attachment. |
delete_on_termination | boolean | Whether to delete the network interface when the instance terminates. By default, this value is set to true. |
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. |
ena_srd_specification | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
attachment_id,
delete_on_termination,
device_index,
instance_id,
network_interface_id,
ena_srd_specification
FROM awscc.ec2.network_interface_attachment
WHERE data__Identifier = '<AttachmentId>';
Permissions
To operate on the network_interface_attachment
resource, the following permissions are required:
Read
ec2:DescribeNetworkInterfaces
Update
ec2:ModifyNetworkInterfaceAttribute,
ec2:DescribeNetworkInterfaces,
ec2:AttachNetworkInterface,
ec2:DetachNetworkInterface
Delete
ec2:DetachNetworkInterface,
ec2:DescribeNetworkInterfaces