AWS::ACMPCA::CertificateAuthorityActivationThe `AWS::ACMPCA::CertificateAuthorityActivation` resource creates and installs a CA certificate on a CA. If no status is specified, the `AWS::ACMPCA::CertificateAuthorityActivation` resource status defaults to ACTIVE. Once the CA has a CA certificate installed, you can use the resource to toggle the CA status field between `ACTIVE` and `DISABLED` .
import { CfnCertificateAuthorityActivation } from 'aws-cdk-lib/aws-acmpca';Or use the module namespace:
import * as acmpca from 'aws-cdk-lib/aws-acmpca';
// acmpca.CfnCertificateAuthorityActivationConfiguration passed to the constructor as CfnCertificateAuthorityActivationProps.
certificateRequiredstringThe Base64 PEM-encoded certificate authority certificate.
certificateAuthorityArnRequiredstring | ICertificateAuthorityRefThe Amazon Resource Name (ARN) of your private CA.
certificateChainOptionalstringThe Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.
statusOptionalstringStatus of your private CA.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-acmpcaAWS::ACMPCA::CertificateAuthorityActivation