AWS::PCAConnectorAD::ServicePrincipalName - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::PCAConnectorAD::ServicePrincipalName

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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::PCAConnectorAD::ServicePrincipalName", "Properties" : { "ConnectorArn" : String, "DirectoryRegistrationArn" : String } }

YAML

Type: AWS::PCAConnectorAD::ServicePrincipalName Properties: ConnectorArn: String DirectoryRegistrationArn: String

Properties

ConnectorArn

The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.

Required: No

Type: String

Pattern: ^arn:[\w-]+:pca-connector-ad:[\w-]+:[0-9]+:connector(\/[\w-]+)$

Minimum: 5

Maximum: 200

Update requires: Replacement

DirectoryRegistrationArn

The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.

Required: No

Type: String

Pattern: ^arn:[\w-]+:pca-connector-ad:[\w-]+:[0-9]+:directory-registration(\/[\w-]+)$

Minimum: 5

Maximum: 200

Update requires: Replacement