aws-glue: add page (#4740)

beep
ahonarmand 2020-10-24 06:40:49 -06:00 committed by GitHub
parent b8a1ccc200
commit 18c35024fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/common/aws-glue.md Normal file
View File

@ -0,0 +1,29 @@
# aws glue
> CLI for AWS Glue.
> Defines the public endpoint for the AWS Glue service.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/glue/index.html>.
- List jobs:
`aws glue list-jobs`
- Start a job:
`aws glue start-job-run --job-name {{job_name}}`
- Start running a workflow:
`aws glue start-workflow-run --name {{workflow_name}}`
- List triggers:
`aws glue list-triggers`
- Start a trigger:
`aws glue start-trigger --name {{trigger_name}}`
- Create a dev endpoint:
`aws glue create-dev-endpoint --endpoint-name {{name}} --role-arn {{role_arn_used_by_endpoint}}`