network_interfaces
Retrieves a list of network_interfaces
in a region
Overview
Name | network_interfaces |
Type | Resource |
Description | network_interfaces |
Id | awscc.ec2.network_interfaces |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Network interface id. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.ec2.network_interfaces
WHERE region = 'us-east-1'
Permissions
To operate on the network_interfaces
resource, the following permissions are required:
Create
ec2:CreateNetworkInterface,
ec2:DescribeNetworkInterfaces,
ec2:CreateTags,
ec2:ModifyNetworkInterfaceAttribute
List
ec2:DescribeNetworkInterfaces