aws_cdk.aws_acmpca

Package Overview

CertificateAuthority

Defines a Certificate for ACMPCA.

CfnCertificate

The AWS::ACMPCA::Certificate resource is used to issue a certificate using your private certificate authority.

CfnCertificateAuthority

Use the AWS::ACMPCA::CertificateAuthority resource to create a private CA.

CfnCertificateAuthorityActivation

The AWS::ACMPCA::CertificateAuthorityActivation resource creates and installs a CA certificate on a CA.

CfnCertificateAuthorityActivationProps

CfnCertificateAuthorityProps

CfnCertificateProps

CfnPermission

Grants permissions to the AWS Certificate Manager ( ACM ) service principal ( acm.amazonaws.com ) to perform IssueCertificate , GetCertificate , and ListPermissions actions on a CA. These actions are needed for the ACM principal to renew private PKI certificates requested through ACM and residing in the same AWS account as the CA.

CfnPermissionProps

ICertificateAuthority

Interface which all CertificateAuthority based class must implement.