Skip to main content

network_interfaces_list_only

Lists network_interfaces in a region or regions, for all properties use network_interfaces

Overview

Namenetwork_interfaces_list_only
TypeResource
DescriptionThe AWS::EC2::NetworkInterface resource creates network interface
Idaws.ec2.network_interfaces_list_only

Fields

NameDatatypeDescription
idstringNetwork interface id.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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