aws.iot.list_provisioning_templates
Example SQL Queries
SELECT * FROMaws.iot.list_provisioning_templates;Description
Lists the provisioning templates in your Amazon Web Services account.
Requires permission to access the ListProvisioningTemplates 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 |
| creation_date The date when the provisioning template summary was created. | TIMESTAMP_S |
| description The description of the provisioning template. | VARCHAR |
| enabled True if the fleet provision template is enabled, otherwise false. | BOOLEAN |
| last_modified_date The date when the provisioning template summary was last modified. | TIMESTAMP_S |
| template_arn The ARN of the provisioning template. | VARCHAR |
| template_name The name of the provisioning template. | VARCHAR |
| type The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template. | VARCHAR |