AWS Glue Job JobCommand
The
JobCommand property type specifies code that executes an AWS Glue job.
JobCommand is the property type for the Command property of the AWS::Glue::Job resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ScriptLocation" :String, "Name" :String}
YAML
ScriptLocation:StringName:String
Properties
For more information, see JobCommand Structure in the AWS Glue Developer Guide.
ScriptLocation-
The location of a script that executes a job.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the job command.
Required: No
Type: String
Valid values:
glueetlUpdate requires: No interruption
