AWS::PCAConnectorAD::DirectoryRegistrationCreates a directory registration that authorizes communication between AWS Private CA and an Active Directory.
import { CfnDirectoryRegistration } from 'aws-cdk-lib/aws-pcaconnectorad';Or use the module namespace:
import * as pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
// pcaconnectorad.CfnDirectoryRegistrationConfiguration passed to the constructor as CfnDirectoryRegistrationProps.
directoryIdRequiredstringThe identifier of the Active Directory.
tagsOptional{ [key: string]: string }Metadata assigned to a directory registration 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::DirectoryRegistration