template
Gets an individual template
resource
Overview
Name | template |
Type | Resource |
Description | template |
Id | awscc.pcaconnectorad.template |
Fields
Name | Datatype | Description |
---|---|---|
connector_arn | string | |
definition | undefined | |
name | string | |
reenroll_all_certificate_holders | boolean | |
tags | object | |
template_arn | string | |
region | string | AWS 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