AWS::Glue::JobResource Type definition for AWS::Glue::Job
23 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Command | JobCommand | Required |
Role | string | Required |
AllocatedCapacity | number | |
Connections | ConnectionsList | |
DefaultArguments | object | |
Description | string | |
ExecutionClass | string | |
ExecutionProperty | ExecutionProperty | |
GlueVersion | string | |
JobMode | string | |
JobRunQueuingEnabled | boolean | |
LogUri | string | |
MaintenanceWindow | string | |
MaxCapacity | number | |
MaxRetries | number | |
Name | string | Create-only |
NonOverridableArguments | object | |
NotificationProperty | NotificationProperty | |
NumberOfWorkers | integer | |
SecurityConfiguration | string | |
Tags | object | |
Timeout | integer | |
WorkerType | string |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Job
Resources:
MyResource:
Type: AWS::Glue::Job
Properties:
Role: "value"
Command: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:GetRoleiam:PassRoleglue:CreateJobglue:GetJobglue:TagResourceglue:GetJobglue:GetTagsglue:DeleteJobglue:GetJobglue:UntagResourceiam:GetRoleiam:PassRoleglue:UpdateJobglue:UntagResourceglue:TagResourceglue:ListJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name