AWS::PCAConnectorAD::DirectoryRegistration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::PCAConnectorAD::DirectoryRegistration

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

Syntax

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

JSON

{ "Type" : "AWS::PCAConnectorAD::DirectoryRegistration", "Properties" : { "DirectoryId" : String, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::PCAConnectorAD::DirectoryRegistration Properties: DirectoryId: String Tags: Key: Value

Properties

DirectoryId

The identifier of the Active Directory.

Required: Yes

Type: String

Pattern: ^d-[0-9a-f]{10}$

Update requires: Replacement

Tags

Metadata assigned to a directory registration consisting of a key-value pair.

Required: No

Type: Object of String

Pattern: .+

Update requires: No interruption

Return values

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

DirectoryRegistrationArn

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