| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static 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(String... aliases)
Generate a viewer certifcate 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.
|
ViewerCertificate |
CloudFrontWebDistributionProps.Jsii$Proxy.getViewerCertificate() |
| Modifier and Type | Method and Description |
|---|---|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.viewerCertificate(ViewerCertificate viewerCertificate)
Sets the value of
CloudFrontWebDistributionProps.getViewerCertificate() |
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.viewerCertificate(ViewerCertificate viewerCertificate)
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.
|
Copyright © 2022. All rights reserved.