AWS::ACMPCA::CertificateAuthorityActivationUsed to install the certificate authority certificate and update the certificate authority status.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Certificate | string | RequiredWrite-only |
CertificateAuthorityArn | string | RequiredCreate-only |
CertificateChain | string | Write-only |
Status | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CompleteCertificateChain | string | The complete certificate chain, including the Certificate Authority certificate. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ACMPCA::CertificateAuthorityActivation
Resources:
MyResource:
Type: AWS::ACMPCA::CertificateAuthorityActivation
Properties:
CertificateAuthorityArn: "arn:aws:service:region:account:resource"
Certificate: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
acm-pca:ImportCertificateAuthorityCertificateacm-pca:UpdateCertificateAuthorityacm-pca:GetCertificateAuthorityCertificateacm-pca:DescribeCertificateAuthorityacm-pca:UpdateCertificateAuthorityacm-pca:ImportCertificateAuthorityCertificateacm-pca:UpdateCertificateAuthorityOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCertificateAuthorityArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateAuthorityArn