aws.iot.list_provisioning_template_versions
Example SQL Queries
SELECT * FROMaws.iot.list_provisioning_template_versionsWHERE"template_name" = 'VALUE';Description
A list of provisioning template versions.
Requires permission to access the ListProvisioningTemplateVersions action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The name of the provisioning 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 |
| 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, otherwise false. | BOOLEAN |
| version_id The ID of the fleet provisioning template version. | BIGINT |