Uses of Class
software.amazon.awscdk.services.cloudfront.ViewerCertificate
Packages that use ViewerCertificate
-
Uses of ViewerCertificate in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return ViewerCertificateModifier and TypeMethodDescriptionstatic ViewerCertificateViewerCertificate.fromAcmCertificate(ICertificate certificate) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificateViewerCertificate.fromAcmCertificate(ICertificate certificate, ViewerCertificateOptions options) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificateViewerCertificate.fromCloudFrontDefaultCertificate(String... aliases) Generate a viewer certificate configuration using the CloudFront default certificate (e.g.static ViewerCertificateViewerCertificate.fromIamCertificate(String iamCertificateId) Generate an IAM viewer certificate configuration.static ViewerCertificateViewerCertificate.fromIamCertificate(String iamCertificateId, ViewerCertificateOptions options) Generate an IAM viewer certificate configuration.default ViewerCertificateCloudFrontWebDistributionProps.getViewerCertificate()Specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a third-party certificate authority.final ViewerCertificateCloudFrontWebDistributionProps.Jsii$Proxy.getViewerCertificate()Methods in software.amazon.awscdk.services.cloudfront with parameters of type ViewerCertificateModifier and TypeMethodDescriptionCloudFrontWebDistribution.Builder.viewerCertificate(ViewerCertificate viewerCertificate) Deprecated.Specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a third-party certificate authority.CloudFrontWebDistributionProps.Builder.viewerCertificate(ViewerCertificate viewerCertificate) Sets the value ofCloudFrontWebDistributionProps.getViewerCertificate()