Skip to main content

endpoint_settings

Creates, updates, deletes, gets or lists an endpoint_settings resource.

Overview

Nameendpoint_settings
TypeResource
Idaws.dms.endpoint_settings

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
endpoint_settingsarrayDescriptions of the endpoint settings available for your source or target database engine.
markerstringAn 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.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_endpoint_settingsselectregionReturns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

SELECT
endpoint_settings,
marker
FROM aws.dms.endpoint_settings
WHERE region = '{{ region }}' -- required
;