aws.iot.describe_provisioning_template_version
Example SQL Queries
SELECT * FROMaws.iot.describe_provisioning_template_versionWHERE"template_name" = 'VALUE'AND "version_id" = 'VALUE';Description
Returns information about a provisioning template version.
Requires permission to access the DescribeProvisioningTemplateVersion action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The template name. | VARCHAR |
| version_id Required Input Column The provisioning template version ID. | BIGINT |
| _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 |
| creation_date The date when the provisioning template version was created. | TIMESTAMP_S |
| is_default_version True if the provisioning template version is the default version. | BOOLEAN |
| template_body The JSON formatted contents of the provisioning template version. | VARCHAR |