AWS::PCAConnectorAD::ConnectorCreates a connector between AWS Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
import { CfnConnector } from 'aws-cdk-lib/aws-pcaconnectorad';Or use the module namespace:
import * as pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
// pcaconnectorad.CfnConnectorConfiguration passed to the constructor as CfnConnectorProps.
certificateAuthorityArnRequiredstringThe Amazon Resource Name (ARN) of the certificate authority being used.
directoryIdRequiredstringThe identifier of the Active Directory.
vpcInformationRequiredIResolvable | VpcInformationPropertyInformation of the VPC and security group(s) used with the connector.
tagsOptional{ [key: string]: string }Metadata assigned to a connector 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::Connector