My task is to create a cloudformation template that produces a glue job and then sets that glue job up as the first step function task.
I have the two pieces working separately, but I don't seem to be able to get the Glue job ARN, if there even is one created:
https://theburningmonk.com/cloudformation-ref-and-getatt-cheatsheet/
If it is created, according to this cheatsheet, it's not available to cloudformation GetAtt ..
Am I missing something? Any way to do this?