aws.dms.describe_replication_table_statistics
Example SQL Queries
SELECT * FROMaws.dms.describe_replication_table_statisticsWHERE"replication_config_arn" = 'VALUE';Description
Returns table and schema statistics for one or more provisioned replications that use a given DMS Serverless replication configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| replication_config_arn Required Input Column The Amazon Resource Name of the replication config. | VARCHAR |
| filters Input Column Filters applied to the replication table statistics. | STRUCT( |
Show child fields
| |
| marker Input Column An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. | VARCHAR |
| max_records Input Column The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. | BIGINT |
| _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 |
| replication_table_statistics Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted. | STRUCT( |
Show child fields
| |