AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorAD::Connector

CfnConnector

Creates a connector between AWS Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnConnectorProps.

certificateAuthorityArnRequired
string

The Amazon Resource Name (ARN) of the certificate authority being used.

directoryIdRequired
string

The identifier of the Active Directory.

vpcInformationRequired
IResolvable | VpcInformationProperty

Information 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.

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::Connector
Properties4

External Links