AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ACMPCA::CertificateAuthorityActivation

CfnCertificateAuthorityActivation

The `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

import { CfnCertificateAuthorityActivation } from 'aws-cdk-lib/aws-acmpca';

Or use the module namespace:

import * as acmpca from 'aws-cdk-lib/aws-acmpca';
// acmpca.CfnCertificateAuthorityActivation

Properties

Configuration passed to the constructor as CfnCertificateAuthorityActivationProps.

certificateRequired
string

The Base64 PEM-encoded certificate authority certificate.

certificateAuthorityArnRequired
string | ICertificateAuthorityRef

The Amazon Resource Name (ARN) of your private CA.

certificateChainOptional
string

The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.

statusOptional
string

Status of your private CA.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-acmpca
CFN TypeAWS::ACMPCA::CertificateAuthorityActivation
Properties4

External Links