Amazon Glue

Amazon Glue is a serverless data integration service that helps you to discover, prepare, and combine data for analytics, machine learning, and application development.

Actions

  • getTriggers: Get all the triggers associated with a job

  • getTrigger: Retrieve the definition of a trigger

  • listJobs: Retrieve the names of all job resources in this AWS account, or the resources with the specified tag

  • updateJob: Update an existing job definition

  • createTrigger: Create a new trigger

  • updateTrigger: Update a trigger definition

  • batchGetJobs: Return a list of resource metadata for a given list of job names

  • listTriggers: Retrieve the names of all trigger resources in this AWS account, or the resources with the specified tag

  • createJob: Create a new job definition

  • deleteJob: Delete a specified job definition. If the job definition is not found, no exception is thrown.

  • getJobs: Retrieve all current job definitions

  • getJob: Retrieve an existing job definition

  • deleteTrigger: Delete a specified trigger. If the trigger is not found, no exception is thrown.

  • startTrigger: Start an existing trigger

  • batchGetTriggers: Return a list of resource metadata for a given list of trigger names