Background: I am trying to generate patch compliance data report in quicksight. In order to do it I am using terraform I have added all inventory data in S3 bucket.
I have created Athena automation document which creates database/tables in Athena using S3 bucket data. Now I want to add some terraform code which execute automation document daily on scheduled time. For more information about this task: https://reinvent2019.awsmanagement.tools/mgt410/en/cont.html
Problem: I can create maintenance window to define crone job for automation task but I do not have target to add. My Athena Automation script is only creating/updating database in the Athena.There is no role of target here.
Can someone guid me on this issue? Thank you in advance