2 Answers
- Newest
- Most votes
- Most comments
0
Hi.
You need to use a Universal Target. So the ARN need to be a ARN pointing to the DMS api action, in the following format arn:aws:scheduler:::aws-sdk:databasemigration:[apiAction]
DMS is not supported as a Templated Target that you are trying to use in the CloudFormation template, you need to change the ARN to a Universal Target.
0
Perhaps the target ARN is in the wrong format.
Create a scheduler once from the management console and then check the scheduler with the following command to see if the target ARN format is correct.
aws scheduler get-schedule --name schedule_name
Okay, Thank you, Let me check that.
Relevant content
- asked 9 months ago
- Accepted Answerasked 5 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
Thank you, I tried with this approach and now it is working fine.