AWS Fundamentals Logo
AWS Fundamentals
AWS::PCAConnectorAD::Template

PCAConnectorAD Template

Represents a template that defines certificate configurations, both for issuance and client handling

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectorArn
string
RequiredCreate-only
Definition
TemplateDefinition
Required
Name
string
RequiredCreate-only
ReenrollAllCertificateHolders
boolean
Write-only
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
TemplateArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

pca-connector-ad:CreateTemplatepca-connector-ad:TagResource

read

pca-connector-ad:GetTemplatepca-connector-ad:ListTagsForResource

update

pca-connector-ad:ListTagsForResourcepca-connector-ad:TagResourcepca-connector-ad:UntagResourcepca-connector-ad:UpdateTemplate

delete

pca-connector-ad:GetTemplatepca-connector-ad:DeleteTemplatepca-connector-ad:UntagResource

list

pca-connector-ad:ListTemplates

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePCAConnectorAD
Properties6
Required3
TaggingSupported
Primary IDTemplateArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConnectorArnName

External Links