| Package | Description |
|---|---|
| software.amazon.awscdk.services.acmpca |
AWS::ACMPCA Construct Library
|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| software.amazon.awscdk.services.certificatemanager |
AWS Certificate Manager Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICertificateAuthority.Jsii$Default
Internal default implementation for
ICertificateAuthority. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ICertificateAuthority.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICertificateAuthority |
CertificateAuthority.fromCertificateAuthorityArn(software.constructs.Construct scope,
String id,
String certificateAuthorityArn)
Import an existing Certificate given an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static TlsValidationTrust |
TlsValidationTrust.acm(List<? extends ICertificateAuthority> certificateAuthorities)
TLS Validation Context Trust for ACM Private Certificate Authority (CA).
|
| Modifier and Type | Method and Description |
|---|---|
ICertificateAuthority |
PrivateCertificateProps.getCertificateAuthority()
Private certificate authority (CA) that will be used to issue the certificate.
|
ICertificateAuthority |
PrivateCertificateProps.Jsii$Proxy.getCertificateAuthority() |
| Modifier and Type | Method and Description |
|---|---|
PrivateCertificate.Builder |
PrivateCertificate.Builder.certificateAuthority(ICertificateAuthority certificateAuthority)
Private certificate authority (CA) that will be used to issue the certificate.
|
PrivateCertificateProps.Builder |
PrivateCertificateProps.Builder.certificateAuthority(ICertificateAuthority certificateAuthority)
Sets the value of
PrivateCertificateProps.getCertificateAuthority() |
Copyright © 2022. All rights reserved.