aws.ec2.describe_addresses_attribute
Example SQL Queries
SELECT * FROMaws.ec2.describe_addresses_attribute;Description
Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| allocation_ids Input Column [EC2-VPC] The allocation IDs. | VARCHAR[] |
Show child fields
| |
| attribute Input Column The attribute of the IP address. | VARCHAR |
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| allocation_id [EC2-VPC] The allocation ID. | VARCHAR |
| ptr_record The pointer (PTR) record for the IP address. | VARCHAR |
| ptr_record_update The updated PTR record for the IP address. | STRUCT( |
Show child fields
| |
| public_ip The public IP address. | VARCHAR |