AWS::IoT::JobTemplateResource Type definition for AWS::IoT::JobTemplate. Job templates enable you to preconfigure jobs so that you can deploy them to multiple sets of target devices.
13 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | RequiredCreate-only |
JobTemplateId | string | RequiredCreate-only |
AbortConfig | object | Create-onlyWrite-only |
DestinationPackageVersions | Array<string> | Create-onlyWrite-only |
Document | string | Create-onlyWrite-only |
DocumentSource | string | Create-onlyWrite-only |
JobArn | string | Create-onlyWrite-only |
JobExecutionsRetryConfig | object | Create-onlyWrite-only |
JobExecutionsRolloutConfig | object | Create-onlyWrite-only |
MaintenanceWindows | Array<MaintenanceWindow> | Create-onlyWrite-only |
PresignedUrlConfig | object | Create-onlyWrite-only |
Tags | Array<Tag> | Create-only |
TimeoutConfig | object | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::JobTemplate
Resources:
MyResource:
Type: AWS::IoT::JobTemplate
Properties:
JobTemplateId: "my-jobtemplateid"
Description: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateJobTemplateiam:PassRoles3:GetObjectiot:TagResourceiot:DescribeJobTemplateiot:ListTagsForResourceiot:DeleteJobTemplateiot:ListJobTemplatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterJobTemplateIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
JobTemplateIdJobArnDescriptionDocumentDocumentSourceTimeoutConfigJobExecutionsRolloutConfigAbortConfigPresignedUrlConfigDestinationPackageVersionsJobExecutionsRetryConfigMaintenanceWindowsTags