AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorAD::Template

CfnTemplate

Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.

Import

import { CfnTemplate } from 'aws-cdk-lib/aws-pcaconnectorad';

Or use the module namespace:

import * as pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
// pcaconnectorad.CfnTemplate

Properties

Configuration passed to the constructor as CfnTemplateProps.

connectorArnRequired
string

The Amazon Resource Name (ARN) that was returned when you called [CreateConnector](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html) .

definitionRequired
IResolvable | TemplateDefinitionProperty

Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.

nameRequired
string

Name of the templates. Template names must be unique.

reenrollAllCertificateHoldersOptional
boolean | IResolvable

This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.

tagsOptional
{ [key: string]: string }

Metadata assigned to a template consisting of a key-value pair.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-pcaconnectorad
CFN TypeAWS::PCAConnectorAD::Template
Properties5

External Links