aws.dms.describe_replication_task_assessment_results
Example SQL Queries
SELECT * FROMaws.dms.describe_replication_task_assessment_results;Description
Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account. This action always returns the latest results.
For more information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| replication_task_arn Input Column The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input parameter is specified, the API returns only one result and ignore the values of the MaxRecords and Marker parameters. | 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 |
| bucket_name - The Amazon S3 bucket where the task assessment report is located. | VARCHAR |
| replication_task_assessment_results The task assessment report. | STRUCT( |
Show child fields
| |