Uses of Interface
software.amazon.awscdk.interfaces.acmpca.ICertificateAuthorityRef
Packages that use ICertificateAuthorityRef
Package
Description
AWS::ACMPCA Construct Library
AWS App Mesh Construct Library
AWS Certificate Manager Construct Library
-
Uses of ICertificateAuthorityRef in software.amazon.awscdk.interfaces.acmpca
Subinterfaces of ICertificateAuthorityRef in software.amazon.awscdk.interfaces.acmpcaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICertificateAuthorityRef.Classes in software.amazon.awscdk.interfaces.acmpca that implement ICertificateAuthorityRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICertificateAuthorityRef in software.amazon.awscdk.services.acmpca
Subinterfaces of ICertificateAuthorityRef in software.amazon.awscdk.services.acmpcaModifier and TypeInterfaceDescriptioninterfaceInterface which all CertificateAuthority based class must implement.static interfaceInternal default implementation forICertificateAuthority.Classes in software.amazon.awscdk.services.acmpca that implement ICertificateAuthorityRefModifier and TypeClassDescriptionclassUse theAWS::ACMPCA::CertificateAuthorityresource to create a private CA.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.acmpca with parameters of type ICertificateAuthorityRefModifier and TypeMethodDescriptionstatic StringCfnCertificateAuthority.arnForCertificateAuthority(ICertificateAuthorityRef resource) CfnCertificate.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) The Amazon Resource Name (ARN) for the private CA issues the certificate.CfnCertificateAuthorityActivation.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) The Amazon Resource Name (ARN) of your private CA.CfnCertificateAuthorityActivationProps.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) Sets the value ofCfnCertificateAuthorityActivationProps.getCertificateAuthorityArn()CfnCertificateProps.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) Sets the value ofCfnCertificateProps.getCertificateAuthorityArn()CfnPermission.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) The Amazon Resource Number (ARN) of the private CA from which the permission was issued.CfnPermissionProps.Builder.certificateAuthorityArn(ICertificateAuthorityRef certificateAuthorityArn) Sets the value ofCfnPermissionProps.getCertificateAuthorityArn()CfnCertificate.Builder.templateArn(ICertificateAuthorityRef templateArn) Specifies a custom configuration template to use when issuing a certificate.CfnCertificateProps.Builder.templateArn(ICertificateAuthorityRef templateArn) Sets the value ofCfnCertificateProps.getTemplateArn() -
Uses of ICertificateAuthorityRef in software.amazon.awscdk.services.appmesh
Method parameters in software.amazon.awscdk.services.appmesh with type arguments of type ICertificateAuthorityRefModifier and TypeMethodDescriptionstatic TlsValidationTrustTlsValidationTrust.acm(List<? extends ICertificateAuthorityRef> certificateAuthorities) TLS Validation Context Trust for ACM Private Certificate Authority (CA). -
Uses of ICertificateAuthorityRef in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager that return ICertificateAuthorityRefModifier and TypeMethodDescriptionPrivateCertificateProps.getCertificateAuthority()Private certificate authority (CA) that will be used to issue the certificate.final ICertificateAuthorityRefPrivateCertificateProps.Jsii$Proxy.getCertificateAuthority()Methods in software.amazon.awscdk.services.certificatemanager with parameters of type ICertificateAuthorityRefModifier and TypeMethodDescriptionPrivateCertificate.Builder.certificateAuthority(ICertificateAuthorityRef certificateAuthority) Private certificate authority (CA) that will be used to issue the certificate.PrivateCertificateProps.Builder.certificateAuthority(ICertificateAuthorityRef certificateAuthority) Sets the value ofPrivateCertificateProps.getCertificateAuthority()