AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCAConnectorAD::ServicePrincipalName

CfnServicePrincipalName

Creates a service principal name (SPN) for the service account in Active Directory. Kerberos authentication uses SPNs to associate a service instance with a service sign-in account.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnServicePrincipalNameProps.

connectorArnOptional
string

The Amazon Resource Name (ARN) that was returned when you called [CreateConnector.html](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html) .

directoryRegistrationArnOptional
string

The Amazon Resource Name (ARN) that was returned when you called [CreateDirectoryRegistration](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration.html) .

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::ServicePrincipalName
Properties2

External Links