aws.dms.describe_replications
Example SQL Queries
SELECT * FROMaws.dms.describe_replications;Description
Provides details on replication progress by returning status information for one or more provisioned DMS Serverless replications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Filters applied to the replications. | 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 |
| replications The replication descriptions. | STRUCT( |
Show child fields
| |