aws.dms.describe_engine_versions
Example SQL Queries
SELECT * FROMaws.dms.describe_engine_versions;Description
Returns information about the replication instance versions used in the project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| engine_versions Returned EngineVersion objects that describe the replication instance engine versions used in the project. | STRUCT( |
Show child fields
| |