AWS::PCAConnectorAD::Connector - AWS CloudFormation

AWS::PCAConnectorAD::Connector

Creates a connector between AWS Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.

Syntax

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

JSON

{ "Type" : "AWS::PCAConnectorAD::Connector", "Properties" : { "CertificateAuthorityArn" : String, "DirectoryId" : String, "Tags" : {Key: Value, ...}, "VpcInformation" : VpcInformation } }

YAML

Type: AWS::PCAConnectorAD::Connector Properties: CertificateAuthorityArn: String DirectoryId: String Tags: Key: Value VpcInformation: VpcInformation

Properties

CertificateAuthorityArn

The Amazon Resource Name (ARN) of the certificate authority being used.

Required: Yes

Type: String

Pattern: ^arn:[\w-]+:acm-pca:[\w-]+:[0-9]+:certificate-authority(\/[\w-]+)$

Minimum: 5

Maximum: 200

Update requires: Replacement

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 connector consisting of a key-value pair.

Required: No

Type: Object of String

Pattern: .+

Update requires: No interruption

VpcInformation

Information of the VPC and security group(s) used with the connector.

Required: Yes

Type: VpcInformation

Update requires: Replacement

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.

ConnectorArn

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