I am creating a crawler through AWS CLI in Glue, but facing issue.
Here's the CLI Command that i use
aws glue create-crawler \
--name "mytestcrawlernew" \
--role "arn:aws:iam::role/AWSGlueServiceRole-AWSGlueServiceRole" \
--database-name "mydb" \
--description "This is the test Crawler" \
--targets "JdbcTargets":{"ConnectionName":"RS_Connection"}
Am i doing anything wring, cause i am facing the subjected issue