provisioning_template_tags
Expands all tag keys and values for provisioning_templates
in a region
Overview
Name | provisioning_template_tags |
Type | Resource |
Description | Creates a fleet provisioning template. |
Id | aws.iot.provisioning_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
template_arn | string | |
template_name | string | |
description | string | |
enabled | boolean | |
provisioning_role_arn | string | |
template_body | string | |
template_type | string | |
pre_provisioning_hook | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all provisioning_templates
in a region.
SELECT
region,
template_arn,
template_name,
description,
enabled,
provisioning_role_arn,
template_body,
template_type,
pre_provisioning_hook,
tag_key,
tag_value
FROM aws.iot.provisioning_template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the provisioning_template_tags
resource, see provisioning_templates