aws.dms.describe_endpoint_settings
Example SQL Queries
SELECT * FROMaws.dms.describe_endpoint_settingsWHERE"engine_name" = 'VALUE';Description
Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.
Table Definition
| Column Name | Column Data Type |
|---|---|
| engine_name Required Input Column The database engine used for your source or target endpoint. | VARCHAR |
| 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 |
| endpoint_settings Descriptions of the endpoint settings available for your source or target database engine. | STRUCT( |
Show child fields
| |