AWS::PCAConnectorAD::TemplateRepresents a template that defines certificate configurations, both for issuance and client handling
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectorArn | string | RequiredCreate-only |
Definition | TemplateDefinition | Required |
Name | string | RequiredCreate-only |
ReenrollAllCertificateHolders | boolean | Write-only |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TemplateArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCAConnectorAD::Template
Resources:
MyResource:
Type: AWS::PCAConnectorAD::Template
Properties:
ConnectorArn: "arn:aws:service:region:account:resource"
Definition: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
pca-connector-ad:CreateTemplatepca-connector-ad:TagResourcepca-connector-ad:GetTemplatepca-connector-ad:ListTagsForResourcepca-connector-ad:ListTagsForResourcepca-connector-ad:TagResourcepca-connector-ad:UntagResourcepca-connector-ad:UpdateTemplatepca-connector-ad:GetTemplatepca-connector-ad:DeleteTemplatepca-connector-ad:UntagResourcepca-connector-ad:ListTemplatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTemplateArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectorArnName