AWS::PCAConnectorAD::ConnectorRepresents a Connector that connects AWS PrivateCA and your directory
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CertificateAuthorityArn | string | RequiredCreate-only |
DirectoryId | string | RequiredCreate-only |
VpcInformation | VpcInformation | RequiredCreate-only |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConnectorArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::PCAConnectorAD::Connector
Resources:
MyResource:
Type: AWS::PCAConnectorAD::Connector
Properties:
CertificateAuthorityArn: "arn:aws:service:region:account:resource"
DirectoryId: "my-directoryid"
VpcInformation: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
acm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateAuthorityCertificateacm-pca:GetCertificateacm-pca:IssueCertificateds:DescribeDirectoriesec2:CreateTagsec2:CreateVpcEndpointec2:DescribeVpcEndpointspca-connector-ad:ListTagsForResourcepca-connector-ad:GetConnectorec2:DeleteVpcEndpointsec2:DescribeVpcEndpointspca-connector-ad:GetConnectorpca-connector-ad:DeleteConnectorpca-connector-ad:UntagResourcepca-connector-ad:ListConnectorspca-connector-ad:ListTagsForResourcepca-connector-ad:TagResourcepca-connector-ad:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateAuthorityArnDirectoryIdVpcInformation