-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

aws glue


> CLI for AWS Glue.

> Defines the public endpoint for the AWS Glue service.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:41:41 2024