Skip to main content

job_templates

Retrieves a list of job_templates in a region

Overview

Namejob_templates
TypeResource
Descriptionjob_templates
Idawscc.iot.job_templates

Fields

NameDatatypeDescription
job_template_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
job_template_id
FROM awscc.iot.job_templates
WHERE region = 'us-east-1'

Permissions

To operate on the job_templates resource, the following permissions are required:

Create

iot:CreateJobTemplate,
iam:PassRole,
s3:GetObject,
iot:TagResource

List

iot:ListJobTemplates