AWS::ACMPCA::CertificateAuthorityPrivate certificate authority.
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
KeyAlgorithm | string | RequiredCreate-only |
SigningAlgorithm | string | RequiredCreate-only |
Subject | Subject | RequiredCreate-onlyWrite-only |
Type | string | RequiredCreate-only |
CsrExtensions | CsrExtensions | Create-onlyWrite-only |
KeyStorageSecurityStandard | string | Create-onlyWrite-only |
RevocationConfiguration | RevocationConfiguration | Write-only |
Tags | Array<Tag> | |
UsageMode | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the certificate authority. |
CertificateSigningRequest | string | The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ACMPCA::CertificateAuthority
Resources:
MyResource:
Type: AWS::ACMPCA::CertificateAuthority
Properties:
Type: "value"
KeyAlgorithm: "value"
SigningAlgorithm: "value"
Subject: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
acm-pca:CreateCertificateAuthorityacm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateAuthorityCsracm-pca:TagCertificateAuthorityacm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateAuthorityCsracm-pca:ListTagsacm-pca:TagCertificateAuthorityacm-pca:UntagCertificateAuthorityacm-pca:UpdateCertificateAuthorityacm-pca:DeleteCertificateAuthorityacm-pca:DescribeCertificateAuthorityacm-pca:DescribeCertificateAuthorityacm-pca:GetCertificateAuthorityCsracm-pca:ListCertificateAuthoritiesacm-pca:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TypeKeyAlgorithmSigningAlgorithmSubjectCsrExtensionsKeyStorageSecurityStandardUsageMode