aws.dms.describe_table_statistics
Example SQL Queries
SELECT * FROMaws.dms.describe_table_statisticsWHERE"replication_task_arn" = 'VALUE';Description
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| replication_task_arn Required Input Column The Amazon Resource Name (ARN) of the replication task. | VARCHAR |
| filters Input Column Filters applied to table statistics. Valid filter names: schema-name | table-name | table-state A combination of filters creates an AND condition where each record matches all specified filters. | STRUCT( |
Show child fields
| |
| _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 |
| table_statistics The table statistics. | STRUCT( |
Show child fields
| |