Uses of Interface
software.amazon.awscdk.services.certificatemanager.ICertificate
Packages that use ICertificate
Package
Description
AWS Amplify Construct Library
AWS App Mesh Construct Library
AWS Certificate Manager Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of ICertificate in software.amazon.awscdk.services.amplify.alpha
Methods in software.amazon.awscdk.services.amplify.alpha that return ICertificateModifier and TypeMethodDescriptiondefault ICertificateDomainOptions.getCustomCertificate()(experimental) The type of SSL/TLS certificate to use for your custom domain.final ICertificateDomainOptions.Jsii$Proxy.getCustomCertificate()final ICertificateDomainProps.Jsii$Proxy.getCustomCertificate()Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type ICertificateModifier and TypeMethodDescriptionDomain.Builder.customCertificate(ICertificate customCertificate) (experimental) The type of SSL/TLS certificate to use for your custom domain.DomainOptions.Builder.customCertificate(ICertificate customCertificate) Sets the value ofDomainOptions.getCustomCertificate()DomainProps.Builder.customCertificate(ICertificate customCertificate) Sets the value ofDomainOptions.getCustomCertificate() -
Uses of ICertificate in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh with parameters of type ICertificateModifier and TypeMethodDescriptionstatic TlsCertificateTlsCertificate.acm(ICertificate certificate) Returns an ACM TLS Certificate. -
Uses of ICertificate in software.amazon.awscdk.services.certificatemanager
Subinterfaces of ICertificate in software.amazon.awscdk.services.certificatemanagerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICertificate.Classes in software.amazon.awscdk.services.certificatemanager that implement ICertificateModifier and TypeClassDescriptionclassA certificate managed by AWS Certificate Manager.classDeprecated.static final classA proxy class which represents a concrete javascript instance of this type.classA private certificate managed by AWS Certificate Manager.Methods in software.amazon.awscdk.services.certificatemanager that return ICertificateModifier and TypeMethodDescriptionstatic ICertificateCertificate.fromCertificateArn(software.constructs.Construct scope, String id, String certificateArn) Import a certificate.static ICertificatePrivateCertificate.fromCertificateArn(software.constructs.Construct scope, String id, String certificateArn) Import a certificate. -
Uses of ICertificate in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ICertificateModifier and TypeMethodDescriptiondefault ICertificateApplicationListenerProps.getCertificate()Certificate Manager certificate to associate with the load balancer.final ICertificateApplicationListenerProps.Jsii$Proxy.getCertificate()final ICertificateApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getCertificate()final ICertificateApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getCertificate()ApplicationLoadBalancedServiceBase.getCertificate()Certificate Manager certificate to associate with the load balancer.default ICertificateApplicationLoadBalancedServiceBaseProps.getCertificate()Certificate Manager certificate to associate with the load balancer.final ICertificateApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type ICertificateModifier and TypeMethodDescriptionApplicationListenerProps.Builder.certificate(ICertificate certificate) Sets the value ofApplicationListenerProps.getCertificate()ApplicationLoadBalancedEc2Service.Builder.certificate(ICertificate certificate) Certificate Manager certificate to associate with the load balancer.ApplicationLoadBalancedEc2ServiceProps.Builder.certificate(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()ApplicationLoadBalancedFargateService.Builder.certificate(ICertificate certificate) Certificate Manager certificate to associate with the load balancer.ApplicationLoadBalancedFargateServiceProps.Builder.certificate(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()ApplicationLoadBalancedServiceBaseProps.Builder.certificate(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()
Certificateinstead