aws.migrationhubstrategy.get_application_component_strategies
Example SQL Queries
SELECT * FROMaws.migrationhubstrategy.get_application_component_strategiesWHERE"application_component_id" = 'VALUE';Description
Retrieves a list of all the recommended strategies and tools for an application component running on a server.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_component_id Required Input Column The ID of the application component. The ID is unique within an AWS account. | 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
| |
| application_component_strategies A list of application component strategy recommendations. | STRUCT( |
Show child fields
| |