AWS::PCAConnectorAD::DirectoryRegistration - AWS CloudFormation

AWS::PCAConnectorAD::DirectoryRegistration

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

Syntax

To declare this entity in your AWS 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 .