| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewerCertificateOptions.Jsii$Proxy
An implementation for
ViewerCertificateOptions |
| Modifier and Type | Method and Description |
|---|---|
ViewerCertificateOptions |
ViewerCertificateOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewerCertificate |
ViewerCertificate.fromAcmCertificate(ICertificate certificate,
ViewerCertificateOptions options)
(experimental) Generate an AWS Certificate Manager (ACM) viewer certificate configuration.
|
static ViewerCertificate |
ViewerCertificate.fromIamCertificate(String iamCertificateId,
ViewerCertificateOptions options)
(experimental) Generate an IAM viewer certificate configuration.
|
Copyright © 2021. All rights reserved.