How can I retrieve the AWS Glue service job ARNs?

0

How to retrieve the aws glue service job arn?

KARTHIK
asked 8 months ago1150 views
1 Answer
1
Accepted Answer

The Glue Job ARN follows this convention: arn:aws:glue:region:account-id:job/job-name

For example: arn:aws:glue:us-east-1:123456789012:job/testjob

The documentation to this can be found in this link under the section ARNs for non-catalog objects in AWS Glue.

AWS
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions