AWS::Glue::Trigger Action - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Trigger Action

Defines an action to be initiated by a trigger.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arguments" : Json, "CrawlerName" : String, "JobName" : String, "NotificationProperty" : NotificationProperty, "SecurityConfiguration" : String, "Timeout" : Integer }

Properties

Arguments

The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, in addition to arguments that Amazon Glue itself consumes.

For information about how to specify and consume your own job arguments, see Calling Amazon Glue APIs in Python in the Amazon Glue Developer Guide.

For information about the key-value pairs that Amazon Glue consumes to set up your job, see the Special Parameters Used by Amazon Glue topic in the developer guide.

Required: No

Type: Json

Update requires: No interruption

CrawlerName

The name of the crawler to be used with this action.

Required: No

Type: String

Update requires: No interruption

JobName

The name of a job to be executed.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption

NotificationProperty

Specifies configuration properties of a job run notification.

Required: No

Type: NotificationProperty

Update requires: No interruption

SecurityConfiguration

The name of the SecurityConfiguration structure to be used with this action.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: No interruption

Timeout

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

Required: No

Type: Integer

Update requires: No interruption

See also