Skip to main content

replication_task_individual_assessments

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

Overview

Namereplication_task_individual_assessments
TypeResource
Idaws.dms.replication_task_individual_assessments

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
markerstringA pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords.
replication_task_individual_assessmentsarrayOne or more individual assessments as specified by Filters.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_replication_task_individual_assessmentsselectregionReturns a paginated list of individual assessments based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.

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 a paginated list of individual assessments based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.

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