AWS::Batch::JobDefinitionResource Type definition for AWS::Batch::JobDefinition
15 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Type | string | Required |
ConsumableResourceProperties | ConsumableResourceProperties | |
ContainerProperties | ContainerProperties | |
EcsProperties | EcsProperties | |
EksProperties | EksProperties | |
JobDefinitionName | string | Create-only |
NodeProperties | NodeProperties | |
Parameters | object | |
PlatformCapabilities | Array<string> | |
PropagateTags | boolean | |
ResourceRetentionPolicy | ResourceRetentionPolicy | Write-only |
RetryStrategy | RetryStrategy | |
SchedulingPriority | integer | |
Tags | object | |
Timeout | JobTimeout |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
JobDefinitionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::JobDefinition
Resources:
MyResource:
Type: AWS::Batch::JobDefinition
Properties:
Type: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
Batch:RegisterJobDefinitionBatch:TagResourceBatch:DescribeJobDefinitionsIam:PassRoleBatch:DescribeJobDefinitionsBatch:DescribeJobDefinitionsBatch:RegisterJobDefinitionBatch:DeregisterJobDefinitionBatch:TagResourceBatch:UntagResourceIam:PassRoleBatch:DescribeJobDefinitionsBatch:DeregisterJobDefinitionIam:PassRoleBatch:DescribeJobDefinitionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterJobDefinitionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
JobDefinitionName