/AWS1/CL_DMG=>RELOADREPLICATIONTABLES()
¶
About ReloadReplicationTables¶
Reloads the target database table with the source data for a given DMS Serverless replication configuration.
You can only use this operation with a task in the RUNNING state, otherwise the service
will throw an InvalidResourceStateFault
exception.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_REPLICATIONCONFIGARN
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The Amazon Resource Name of the replication config for which to reload tables.
IT_TABLESTORELOAD
TYPE /AWS1/CL_DMGTABLETORELOAD=>TT_TABLELISTTORELOAD
TT_TABLELISTTORELOAD
¶
The list of tables to reload.
Optional arguments:¶
IV_RELOADOPTION
TYPE /AWS1/DMGRELOADOPTIONVALUE
/AWS1/DMGRELOADOPTIONVALUE
¶
Options for reload. Specify
data-reload
to reload the data and re-validate it if validation is enabled. Specifyvalidate-only
to re-validate the table. This option applies only when validation is enabled for the replication.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_DMGRELOADREPLTBLSRSP
/AWS1/CL_DMGRELOADREPLTBLSRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC