Skip to main content

target_selection_rules

Creates, updates, deletes, gets or lists a target_selection_rules resource.

Overview

Nametarget_selection_rules
TypeResource
Idaws.dms.target_selection_rules

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
target_selection_rulesstringThe JSON string representing the counterpart selection rules in the target.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_target_selection_rulesselectregionConverts source selection rules into their target counterparts for schema conversion operations. Required permissions: dms:GetTargetSelectionRules. For more information, see Actions, resources, and condition keys for Database Migration Service.

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

Converts source selection rules into their target counterparts for schema conversion operations. Required permissions: dms:GetTargetSelectionRules. For more information, see Actions, resources, and condition keys for Database Migration Service.

SELECT
target_selection_rules
FROM aws.dms.target_selection_rules
WHERE region = '{{ region }}' -- required
;