aws.migrationhubstrategy.get_server_strategies
Example SQL Queries
SELECT * FROMaws.migrationhubstrategy.get_server_strategiesWHERE"server_id" = 'VALUE';Description
Retrieves recommended strategies and tools for the specified server.
Table Definition
| Column Name | Column Data Type |
|---|---|
| server_id Required Input Column The ID of the server. | 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
| |
| server_strategies A list of strategy recommendations for the server. | STRUCT( |
Show child fields
| |