Manage Amazon Glue Jobs with Step Functions
Step Functions can control certain Amazon services directly from the Amazon States Language. For more information about working with Amazon Step Functions and its integrations, see the following:
How the Optimized Amazon Glue integration is different than the Amazon GlueAmazon SDK integration
The Run a Job (.sync) integration pattern is available.
The
JobName
field is extracted from the request and inserted into the response, which normally only containsJobRunID
.
Supported Amazon Glue API:
The following includes a Task
state that starts an Amazon Glue job.
"Glue StartJobRun": { "Type": "Task", "Resource": "arn:aws:states:::glue:startJobRun.sync", "Parameters": { "JobName": "GlueJob-JTrRO5l98qMG" }, "Next": "ValidateOutput" },
For information on how to configure IAM when using Step Functions with other Amazon services, see IAM Policies for integrated services.