| 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
|
| software.amazon.awscdk.services.msk |
Amazon Managed Streaming for Apache Kafka 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)
(experimental) Import an existing Certificate given an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static TlsValidationTrust |
TlsValidationTrust.acm(List<? extends ICertificateAuthority> certificateAuthorities)
(experimental) TLS Validation Context Trust for ACM Private Certificate Authority (CA).
|
| Modifier and Type | Method and Description |
|---|---|
ICertificateAuthority |
PrivateCertificateProps.getCertificateAuthority()
(experimental) 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)
(experimental) 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() |
| Modifier and Type | Method and Description |
|---|---|
default List<ICertificateAuthority> |
TlsAuthProps.getCertificateAuthorities()
(experimental) List of ACM Certificate Authorities to enable TLS authentication.
|
List<ICertificateAuthority> |
TlsAuthProps.Jsii$Proxy.getCertificateAuthorities() |
| Modifier and Type | Method and Description |
|---|---|
TlsAuthProps.Builder |
TlsAuthProps.Builder.certificateAuthorities(List<? extends ICertificateAuthority> certificateAuthorities)
Sets the value of
TlsAuthProps.getCertificateAuthorities() |
Copyright © 2022. All rights reserved.