aws.mgh.list_application_states
Example SQL Queries
SELECT * FROMaws.mgh.list_application_states;Description
Lists all the migration statuses for your applications. If you use the optional ApplicationIds parameter, only the migration statuses for those applications will be returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_ids Input Column The configurationIds from the Application Discovery Service that uniquely identifies your applications. | 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 |
| application_id The configurationId from the Application Discovery Service that uniquely identifies an application. | VARCHAR |
| application_status The current status of an application. | VARCHAR |
| last_updated_time The timestamp when the application status was last updated. | TIMESTAMP_S |