template_tags
Expands all tag keys and values for templates
in a region
Overview
Name | template_tags |
Type | Resource |
Description | Represents a template that defines certificate configurations, both for issuance and client handling |
Id | aws.pcaconnectorad.template_tags |
Fields
Name | Datatype | Description |
---|---|---|
connector_arn | string | |
definition | undefined | |
name | string | |
reenroll_all_certificate_holders | boolean | |
template_arn | string | |
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 templates
in a region.
SELECT
region,
connector_arn,
definition,
name,
reenroll_all_certificate_holders,
template_arn,
tag_key,
tag_value
FROM aws.pcaconnectorad.template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the template_tags
resource, see templates