AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorAD::DirectoryRegistration

CfnDirectoryRegistration

Creates a directory registration that authorizes communication between AWS Private CA and an Active Directory.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnDirectoryRegistrationProps.

directoryIdRequired
string

The identifier of the Active Directory.

tagsOptional
{ [key: string]: string }

Metadata assigned to a directory registration 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::DirectoryRegistration
Properties2

External Links