Uses of Interface
software.amazon.awscdk.services.acmpca.ICertificateAuthority
Package
Description
AWS::ACMPCA Construct Library
AWS App Mesh Construct Library
AWS Certificate Manager Construct Library
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of ICertificateAuthority in software.amazon.awscdk.services.acmpca
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICertificateAuthority
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic ICertificateAuthority
CertificateAuthority.fromCertificateAuthorityArn
(software.constructs.Construct scope, String id, String certificateAuthorityArn) Import an existing Certificate given an ARN. -
Uses of ICertificateAuthority in software.amazon.awscdk.services.appmesh
Modifier and TypeMethodDescriptionstatic TlsValidationTrust
TlsValidationTrust.acm
(List<? extends ICertificateAuthority> certificateAuthorities) TLS Validation Context Trust for ACM Private Certificate Authority (CA). -
Uses of ICertificateAuthority in software.amazon.awscdk.services.certificatemanager
Modifier and TypeMethodDescriptionPrivateCertificateProps.getCertificateAuthority()
Private certificate authority (CA) that will be used to issue the certificate.final ICertificateAuthority
PrivateCertificateProps.Jsii$Proxy.getCertificateAuthority()
Modifier and TypeMethodDescriptionPrivateCertificate.Builder.certificateAuthority
(ICertificateAuthority certificateAuthority) Private certificate authority (CA) that will be used to issue the certificate.PrivateCertificateProps.Builder.certificateAuthority
(ICertificateAuthority certificateAuthority) Sets the value ofPrivateCertificateProps.getCertificateAuthority()
-
Uses of ICertificateAuthority in software.amazon.awscdk.services.msk
Modifier and TypeMethodDescriptiondefault List<ICertificateAuthority>
TlsAuthProps.getCertificateAuthorities()
(experimental) List of ACM Certificate Authorities to enable TLS authentication.final List<ICertificateAuthority>
TlsAuthProps.Jsii$Proxy.getCertificateAuthorities()
Modifier and TypeMethodDescriptionTlsAuthProps.Builder.certificateAuthorities
(List<? extends ICertificateAuthority> certificateAuthorities) Sets the value ofTlsAuthProps.getCertificateAuthorities()