eip_associations_list_only
Lists eip_associations
in a region or regions, for all properties use eip_associations
Overview
Name | eip_associations_list_only |
Type | Resource |
Description | Resource schema for EC2 EIP association. |
Id | aws.ec2.eip_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Composite ID of non-empty properties, to determine the identification. |
allocation_id | string | The allocation ID. This is required for EC2-VPC. |
network_interface_id | string | The ID of the network interface. |
instance_id | string | The ID of the instance. |
private_ip_address | string | The primary or secondary private IP address to associate with the Elastic IP address. |
e_ip | string | The Elastic IP address to associate with the instance. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all eip_associations
in a region.
SELECT
region,
id
FROM aws.ec2.eip_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the eip_associations_list_only
resource, see eip_associations