dms: CfnReplicationTask does not apply task_data #29799
Labels
@aws-cdk/aws-dms
Related to AWS Database Migration Service (AWS DMS)
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
I set the task_data to a valid JSON string. The TaskData value can be seen in the CloudFormation template but it is not applied to the DMS replication task and only default values are seen.
Expected Behavior
JSON string that is supplied in task_data is applied to the DMS replication task
Current Behavior
Default values for taskdata is generated despite attempt to override
Reproduction Steps
Create a new CfnReplicationTask update the task_data value observe that overidden JSON is ignored.
Possible Solution
It's possible this is actually a bug in the AWS API as the JSON is observed in the CloudFormation template?
Additional Information/Context
No response
CDK CLI Version
2.137.0
Framework Version
2
Node.js Version
20.10
OS
MacOS
Language
Python
Language Version
3.12
Other information
No response
The text was updated successfully, but these errors were encountered: