limited-electrician-71574
12/20/2021, 6:31 PMevent_pattern
parameter in aws.cloudwatch.EventRule
must be a string. The Glue job configured has a random suffix attached to the resource name. How do I specify the job name in the event_pattern
given that gluejob.name
is an Output
type? I'm coding w/ Python. Thanks!little-cartoon-10569
12/20/2021, 8:37 PMeventPattern: gluejob.name.apply(name => `${name}OtherStuffHere`)
Or whatever works in your preferred language.