CLI pour AWS Glue. Définie un endpoint publique pour le service AWS Glue. Plus d'informations : https://docs.aws.amazon.com/cli/latest/reference/glue/.
aws glue list-jobs
aws glue start-job-run --job-name {{nom_de_la_tâche}}
aws glue start-workflow-run --name {{nom_flux_de_travail}}
aws glue list-triggers
aws glue start-trigger --name {{nom_du_déclencheur}}
aws glue create-dev-endpoint --endpoint-name {{nom}} --role-arn {{rôle_arn_utilisé_par_l_endpoint}}