How can I retrieve the AWS Glue service job ARNs?

0

How to retrieve the aws glue service job arn?

KARTHIK
posta 8 mesi fa1254 visualizzazioni
1 Risposta
1
Risposta accettata

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
con risposta 8 mesi fa
profile pictureAWS
ESPERTO
verificato 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande