Uses of Class
software.amazon.awscdk.services.cloudfront.ViewerCertificate
-
Uses of ViewerCertificate in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionstatic ViewerCertificate
ViewerCertificate.fromAcmCertificate
(ICertificate certificate) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificate
ViewerCertificate.fromAcmCertificate
(ICertificate certificate, ViewerCertificateOptions options) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.static ViewerCertificate
ViewerCertificate.fromCloudFrontDefaultCertificate
(@NotNull String... aliases) Generate a viewer certificate configuration using the CloudFront default certificate (e.g.static ViewerCertificate
ViewerCertificate.fromIamCertificate
(String iamCertificateId) Generate an IAM viewer certificate configuration.static ViewerCertificate
ViewerCertificate.fromIamCertificate
(String iamCertificateId, ViewerCertificateOptions options) Generate an IAM viewer certificate configuration.default ViewerCertificate
CloudFrontWebDistributionProps.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 ViewerCertificate
CloudFrontWebDistributionProps.Jsii$Proxy.getViewerCertificate()
Modifier 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()