aws.iot.list_job_templates
Example SQL Queries
SELECT * FROMaws.iot.list_job_templates;Description
Returns a list of job templates.
Requires permission to access the ListJobTemplates action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The time, in seconds since the epoch, when the job template was created. | TIMESTAMP_S |
| description A description of the job template. | VARCHAR |
| job_template_arn The ARN of the job template. | VARCHAR |
| job_template_id The unique identifier of the job template. | VARCHAR |