Setting the file. One moment.
Chapter 77 · Dms Schema Conversion
Subchapter 77.2
references/cancel-operations.mdMarkdown2 KBView on GitHub
| Running command | Cancel command | Wait for cancellation |
|---|---|---|
start-metadata-model-conversion | cancel-metadata-model-conversion | aws dms wait metadata-model-conversion-cancelled |
start-metadata-model-creation | cancel-metadata-model-creation | aws dms wait metadata-model-creation-cancelled |
aws dms cancel-metadata-model-conversion \
--migration-project-identifier <project_arn>After cancelling, wait for completion:
aws dms wait metadata-model-conversion-cancelled \
--migration-project-identifier <project_arn>aws dms cancel-metadata-model-creation \
--migration-project-identifier <project_arn>After cancelling, wait for completion:
aws dms wait metadata-model-creation-cancelled \
--migration-project-identifier <project_arn>All other operations (import, assessment, export) are non-cancellable — inform the customer they must wait for completion.