Uses of Interface
software.amazon.awscdk.interfaces.certificatemanager.ICertificateRef
Packages that use ICertificateRef
Package
Description
Amazon API Gateway Construct Library
AWS APIGatewayv2 Construct Library
AWS AppSync Construct Library
AWS Certificate Manager Construct Library
Amazon CloudFront Construct Library
Amazon Cognito Construct Library
Amazon Elastic Load Balancing V2 Construct Library
Amazon OpenSearch Service Construct Library
Amazon OpenSearch Service Construct Library
CDK Construct library for higher-level Route 53 Constructs
-
Uses of ICertificateRef in software.amazon.awscdk.interfaces.certificatemanager
Subinterfaces of ICertificateRef in software.amazon.awscdk.interfaces.certificatemanagerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICertificateRef.Classes in software.amazon.awscdk.interfaces.certificatemanager that implement ICertificateRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICertificateRef in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return ICertificateRefModifier and TypeMethodDescriptionDomainNameOptions.getCertificate()The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.final ICertificateRefDomainNameOptions.Jsii$Proxy.getCertificate()final ICertificateRefDomainNameProps.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.apigateway with parameters of type ICertificateRefModifier and TypeMethodDescriptionDomainName.Builder.certificate(ICertificateRef certificate) The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.DomainNameOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofDomainNameOptions.getCertificate()DomainNameProps.Builder.certificate(ICertificateRef certificate) Sets the value ofDomainNameOptions.getCertificate() -
Uses of ICertificateRef in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return ICertificateRefModifier and TypeMethodDescriptionfinal ICertificateRefDomainNameProps.Jsii$Proxy.getCertificate()EndpointOptions.getCertificate()The ACM certificate for this domain name.final ICertificateRefEndpointOptions.Jsii$Proxy.getCertificate()final ICertificateRefDomainNameProps.Jsii$Proxy.getOwnershipCertificate()default ICertificateRefEndpointOptions.getOwnershipCertificate()A public certificate issued by ACM to validate that you own a custom domain.final ICertificateRefEndpointOptions.Jsii$Proxy.getOwnershipCertificate()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type ICertificateRefModifier and TypeMethodDescriptionDomainName.Builder.certificate(ICertificateRef certificate) The ACM certificate for this domain name.DomainNameProps.Builder.certificate(ICertificateRef certificate) Sets the value ofEndpointOptions.getCertificate()EndpointOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofEndpointOptions.getCertificate()DomainName.Builder.ownershipCertificate(ICertificateRef ownershipCertificate) A public certificate issued by ACM to validate that you own a custom domain.DomainNameProps.Builder.ownershipCertificate(ICertificateRef ownershipCertificate) Sets the value ofEndpointOptions.getOwnershipCertificate()EndpointOptions.Builder.ownershipCertificate(ICertificateRef ownershipCertificate) Sets the value ofEndpointOptions.getOwnershipCertificate() -
Uses of ICertificateRef in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return ICertificateRefModifier and TypeMethodDescriptionAppSyncDomainOptions.getCertificate()The certificate to use with the domain name.final ICertificateRefAppSyncDomainOptions.Jsii$Proxy.getCertificate()DomainOptions.getCertificate()The certificate to use with the domain name.final ICertificateRefDomainOptions.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.appsync with parameters of type ICertificateRefModifier and TypeMethodDescriptionAppSyncDomainOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofAppSyncDomainOptions.getCertificate()DomainOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofDomainOptions.getCertificate() -
Uses of ICertificateRef in software.amazon.awscdk.services.certificatemanager
Subinterfaces of ICertificateRef in software.amazon.awscdk.services.certificatemanagerModifier and TypeInterfaceDescriptioninterfaceRepresents a certificate in AWS Certificate Manager.static interfaceInternal default implementation forICertificate.Classes in software.amazon.awscdk.services.certificatemanager that implement ICertificateRefModifier and TypeClassDescriptionclassA certificate managed by AWS Certificate Manager.classTheAWS::CertificateManager::Certificateresource requests an Certificate Manager ( ACM ) certificate that you can use to enable secure connections.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 ICertificateRefModifier and TypeMethodDescriptionstatic ICertificateRefCfnCertificate.fromCertificateId(software.constructs.Construct scope, String id, String certificateId) Creates a new ICertificateRef from a certificateId.Methods in software.amazon.awscdk.services.certificatemanager with parameters of type ICertificateRefModifier and TypeMethodDescriptionstatic StringCfnCertificate.arnForCertificate(ICertificateRef resource) -
Uses of ICertificateRef in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return ICertificateRefModifier and TypeMethodDescriptiondefault ICertificateRefDistributionProps.getCertificate()A certificate to associate with the distribution.final ICertificateRefDistributionProps.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.cloudfront with parameters of type ICertificateRefModifier and TypeMethodDescriptionDistribution.Builder.certificate(ICertificateRef certificate) A certificate to associate with the distribution.DistributionProps.Builder.certificate(ICertificateRef certificate) Sets the value ofDistributionProps.getCertificate()static ViewerCertificateViewerCertificate.fromAcmCertificate(ICertificateRef certificate) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificateViewerCertificate.fromAcmCertificate(ICertificateRef certificate, ViewerCertificateOptions options) Generate an AWS Certificate Manager (ACM) viewer certificate configuration. -
Uses of ICertificateRef in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return ICertificateRefModifier and TypeMethodDescriptionCustomDomainOptions.getCertificate()The certificate to associate with this domain.final ICertificateRefCustomDomainOptions.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.cognito with parameters of type ICertificateRefModifier and TypeMethodDescriptionCustomDomainOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofCustomDomainOptions.getCertificate() -
Uses of ICertificateRef in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ICertificateRefModifier and TypeMethodDescriptionstatic ListenerCertificateListenerCertificate.fromCertificateManager(ICertificateRef acmCertificate) Use an ACM certificate as a listener certificate. -
Uses of ICertificateRef in software.amazon.awscdk.services.elasticsearch
Methods in software.amazon.awscdk.services.elasticsearch that return ICertificateRefModifier and TypeMethodDescriptiondefault ICertificateRefCustomEndpointOptions.getCertificate()Deprecated.use opensearchservice module insteadfinal ICertificateRefCustomEndpointOptions.Jsii$Proxy.getCertificate()Deprecated.Methods in software.amazon.awscdk.services.elasticsearch with parameters of type ICertificateRefModifier and TypeMethodDescriptionCustomEndpointOptions.Builder.certificate(ICertificateRef certificate) Deprecated.use opensearchservice module instead -
Uses of ICertificateRef in software.amazon.awscdk.services.opensearchservice
Methods in software.amazon.awscdk.services.opensearchservice that return ICertificateRefModifier and TypeMethodDescriptiondefault ICertificateRefCustomEndpointOptions.getCertificate()The certificate to use.final ICertificateRefCustomEndpointOptions.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.opensearchservice with parameters of type ICertificateRefModifier and TypeMethodDescriptionCustomEndpointOptions.Builder.certificate(ICertificateRef certificate) Sets the value ofCustomEndpointOptions.getCertificate() -
Uses of ICertificateRef in software.amazon.awscdk.services.route53.patterns
Methods in software.amazon.awscdk.services.route53.patterns that return ICertificateRefModifier and TypeMethodDescriptiondefault ICertificateRefHttpsRedirectProps.getCertificate()The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.final ICertificateRefHttpsRedirectProps.Jsii$Proxy.getCertificate()Methods in software.amazon.awscdk.services.route53.patterns with parameters of type ICertificateRefModifier and TypeMethodDescriptionHttpsRedirect.Builder.certificate(ICertificateRef certificate) The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.HttpsRedirectProps.Builder.certificate(ICertificateRef certificate) Sets the value ofHttpsRedirectProps.getCertificate()
Certificateinstead