Skip to main content

template_tags

Expands all tag keys and values for templates in a region

Overview

Nametemplate_tags
TypeResource
DescriptionRepresents a template that defines certificate configurations, both for issuance and client handling
Idaws.pcaconnectorad.template_tags

Fields

NameDatatypeDescription
connector_arnstring
definitionundefined
namestring
reenroll_all_certificate_holdersboolean
template_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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