aws.mgh.list_discovered_resources
Example SQL Queries
SELECT * FROMaws.mgh.list_discovered_resourcesWHERE"progress_update_stream" = 'VALUE'AND "migration_task_name" = 'VALUE';Description
Lists discovered resources associated with the given MigrationTask.
Table Definition
| Column Name | Column Data Type |
|---|---|
| migration_task_name Required Input Column The name of the MigrationTask. Do not store personal data in this field. | VARCHAR |
| progress_update_stream Required Input Column The name of the ProgressUpdateStream. | 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 |
| configuration_id The configurationId in Application Discovery Service that uniquely identifies the on-premise resource. | VARCHAR |
| description A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference. | VARCHAR |