1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_BR/common/aws-glue.md
Vitor Henrique 52b4605356
pages.pt*: fix verb tenses (#11792)
* pages.pt*: fix verb tenses

* pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt_BR: fix more verb tenses

* pages.pt*: fix more verb tenses

* review PR

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
2023-12-27 15:37:07 -03:00

29 lines
674 B
Markdown

# aws glue
> Linha de comando CLI para o AWS Glue.
> Define o endpoint público para o servico AWS Glue.
> Mais informações: <https://docs.aws.amazon.com/cli/latest/reference/glue/>.
- Lista trabalhos:
`aws glue list-jobs`
- Inicia um trabalho:
`aws glue start-job-run --job-name {{nome_do_trabalho}}`
- Inicia um fluxo de trabalho:
`aws glue start-workflow-run --name {{nome_do_fluxo_de_trabalho}}`
- Lista os gatilhos:
`aws glue list-triggers`
- Inicia um gatilho:
`aws glue start-trigger --name {{nome_do_gatilho}}`
- Cria um endpoint de desenvolvimento:
`aws glue create-dev-endpoint --endpoint-name {{nome}} --role-arn {{papel_arn_usado_pelo_endpoint}}`