AWS::PCAConnectorAD::TemplateCreates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
import { CfnTemplate } from 'aws-cdk-lib/aws-pcaconnectorad';Or use the module namespace:
import * as pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
// pcaconnectorad.CfnTemplateConfiguration passed to the constructor as CfnTemplateProps.
connectorArnRequiredstringThe Amazon Resource Name (ARN) that was returned when you called [CreateConnector](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html) .
definitionRequiredIResolvable | TemplateDefinitionPropertyTemplate 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.
nameRequiredstringName of the templates. Template names must be unique.
reenrollAllCertificateHoldersOptionalboolean | IResolvableThis 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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pcaconnectoradAWS::PCAConnectorAD::Template