aws.iot.list_managed_job_templates
Example SQL Queries
SELECT * FROMaws.iot.list_managed_job_templates;Description
Returns a list of managed job templates.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Input Column The unique Name for a managed template. | VARCHAR |
| _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 |
| description The description for a managed template. | VARCHAR |
| environments A list of environments that are supported with the managed job template. | VARCHAR[] |
Show child fields
| |
| template_arn The Amazon Resource Name (ARN) for a managed template. | VARCHAR |
| template_version The version for a managed template. | VARCHAR |