
aws-glue
List of commands for aws-glue:
-
aws-glue:tldr:2f7ca aws-glue: Start a job.$ aws glue start-job-run --job-name ${job_name}try on your machineexplain this command
-
aws-glue:tldr:4356d aws-glue: Create a dev endpoint.$ aws glue create-dev-endpoint --endpoint-name ${name} --role-arn ${role_arn_used_by_endpoint}try on your machineexplain this command
-
aws-glue:tldr:579b3 aws-glue: Start a trigger.$ aws glue start-trigger --name ${trigger_name}try on your machineexplain this command
-
aws-glue:tldr:5848e aws-glue: Start running a workflow.$ aws glue start-workflow-run --name ${workflow_name}try on your machineexplain this command
-
aws-glue:tldr:d2637 aws-glue: List jobs.$ aws glue list-jobstry on your machineexplain this command
-
aws-glue:tldr:e3216 aws-glue: List triggers.$ aws glue list-triggerstry on your machineexplain this command