AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::JobTemplate

IoT JobTemplate

Resource 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.

Properties

13 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreateJobTemplateiam:PassRoles3:GetObjectiot:TagResource

read

iot:DescribeJobTemplateiot:ListTagsForResource

delete

iot:DeleteJobTemplate

list

iot:ListJobTemplates

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties14
Required2
TaggingSupported
Primary IDJobTemplateId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

JobTemplateIdJobArnDescriptionDocumentDocumentSourceTimeoutConfigJobExecutionsRolloutConfigAbortConfigPresignedUrlConfigDestinationPackageVersionsJobExecutionsRetryConfigMaintenanceWindowsTags

External Links