network_interfaces_list_only
Lists network_interfaces in a region or regions, for all properties use network_interfaces
Overview
| Name | network_interfaces_list_only |
| Type | Resource |
| Description | The AWS::EC2::NetworkInterface resource creates network interface |
| Id | aws.ec2.network_interfaces_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | Network interface id. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all network_interfaces in a region.
SELECT
region,
id
FROM aws.ec2.network_interfaces_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the network_interfaces_list_only resource, see network_interfaces