aws.mgh.describe_application_state
Example SQL Queries
SELECT * FROMaws.mgh.describe_application_stateWHERE"application_id" = 'VALUE';Description
Gets the migration status of an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The configurationId in Application Discovery Service that uniquely identifies the grouped application. | VARCHAR |
| _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_status Status of the application - Not Started, In-Progress, Complete. | VARCHAR |
| last_updated_time The timestamp when the application status was last updated. | TIMESTAMP_S |