aws.iot.describe_managed_job_template
Example SQL Queries
SELECT * FROMaws.iot.describe_managed_job_templateWHERE"template_name" = 'VALUE';Description
View details of a managed job template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The unique name of a managed template, such as AWS-Reboot. | VARCHAR |
| template_version Input Column The version 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 unique description of a managed template. | VARCHAR |
| document The document schema for a managed job template. | VARCHAR |
| document_parameters A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them. | STRUCT( |
Show child fields
| |
| environments A list of environments that are supported with the managed job template. | VARCHAR[] |
Show child fields
| |
| template_arn The unique Amazon Resource Name (ARN) of the managed template. | VARCHAR |