aws.mgh.list_created_artifacts
Example SQL Queries
SELECT * FROMaws.mgh.list_created_artifactsWHERE"progress_update_stream" = 'VALUE'AND "migration_task_name" = 'VALUE';Description
Lists the created artifacts attached to a given migration task in an update stream. This API has the following traits:
Gets the list of the created artifacts while migration is taking place.
Shows the artifacts created by the migration tool that was associated by the AssociateCreatedArtifact API.
Lists created artifacts in a paginated interface.
Table Definition
| Column Name | Column Data Type |
|---|---|
| migration_task_name Required Input Column Unique identifier that references the migration task. 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 |
| description A description that can be free-form text to record additional detail about the artifact for clarity or for later reference. | VARCHAR |
| name An ARN that uniquely identifies the result of a migration task. | VARCHAR |