Skip to main content

template

Gets an individual template resource

Overview

Nametemplate
TypeResource
Descriptiontemplate
Idawscc.pcaconnectorad.template

Fields

NameDatatypeDescription
connector_arnstring
definitionundefined
namestring
reenroll_all_certificate_holdersboolean
tagsobject
template_arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
connector_arn,
definition,
name,
reenroll_all_certificate_holders,
tags,
template_arn
FROM awscc.pcaconnectorad.template
WHERE data__Identifier = '<TemplateArn>';

Permissions

To operate on the template resource, the following permissions are required:

Read

pca-connector-ad:GetTemplate,
pca-connector-ad:ListTagsForResource

Update

pca-connector-ad:ListTagsForResource,
pca-connector-ad:TagResource,
pca-connector-ad:UntagResource,
pca-connector-ad:UpdateTemplate

Delete

pca-connector-ad:GetTemplate,
pca-connector-ad:DeleteTemplate