aws.ec2.describe_moving_addresses
Example SQL Queries
SELECT * FROMaws.ec2.describe_moving_addresses;Description
This action is deprecated.
Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| filters Input Column One or more filters.
| STRUCT( |
Show child fields
| |
| public_ips Input Column One or more Elastic IP addresses. | VARCHAR[] |
Show child fields
| |
| _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 |
| move_status The status of the Elastic IP address that's being moved or restored. | VARCHAR |
| public_ip The Elastic IP address. | VARCHAR |