target_selection_rules
Creates, updates, deletes, gets or lists a target_selection_rules resource.
Overview
| Name | target_selection_rules |
| Type | Resource |
| Id | aws.dms.target_selection_rules |
Fields
The following fields are returned by SELECT queries:
- get_target_selection_rules
| Name | Datatype | Description |
|---|---|---|
target_selection_rules | string | The JSON string representing the counterpart selection rules in the target. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_target_selection_rules | select | region | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_target_selection_rules
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
;