aws.mgh.describe_migration_task
Example SQL Queries
SELECT * FROMaws.mgh.describe_migration_taskWHERE"progress_update_stream" = 'VALUE'AND "migration_task_name" = 'VALUE';Description
Retrieves a list of all attributes associated with a specific migration task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| migration_task_name Required Input Column The identifier given to 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 |
| migration_task Object encapsulating information about the migration task. | STRUCT( |
Show child fields
| |