job_templates
Retrieves a list of job_templates
in a region
Overview
Name | job_templates |
Type | Resource |
Description | job_templates |
Id | awscc.iot.job_templates |
Fields
Name | Datatype | Description |
---|---|---|
job_template_id | string | |
region | string | AWS 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