How to disable custom CDC stop mode in DMS using boto3 #3486
-
How to disable the custom CDC stop mode in DMS using boto3? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @vettrivikas, thanks for reaching out. For creating a task with custom CDC start mode disabled through the console, this documentation should contain what you're looking for, under the Task Settings section. For creating a task using commands, this documentation for the |
Beta Was this translation helpful? Give feedback.
Hi @vettrivikas, thanks for reaching out. For creating a task with custom CDC start mode disabled through the console, this documentation should contain what you're looking for, under the Task Settings section. For creating a task using commands, this documentation for the
create_replication_task
command should be useful. Note that the CdcStartTime parameter is optional. Please let me know if this isn't what you're looking for, or if you have any other questions.