| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SSLMethod |
ViewerCertificateOptions.getSslMethod()
How CloudFront should serve HTTPS requests.
|
SSLMethod |
ViewerCertificateOptions.Jsii$Proxy.getSslMethod() |
default SSLMethod |
DistributionProps.getSslSupportMethod()
The SSL method CloudFront will use for your distribution.
|
SSLMethod |
DistributionProps.Jsii$Proxy.getSslSupportMethod() |
static SSLMethod |
SSLMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLMethod[] |
SSLMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewerCertificateOptions.Builder |
ViewerCertificateOptions.Builder.sslMethod(SSLMethod sslMethod)
Sets the value of
ViewerCertificateOptions.getSslMethod() |
Distribution.Builder |
Distribution.Builder.sslSupportMethod(SSLMethod sslSupportMethod)
The SSL method CloudFront will use for your distribution.
|
DistributionProps.Builder |
DistributionProps.Builder.sslSupportMethod(SSLMethod sslSupportMethod)
Sets the value of
DistributionProps.getSslSupportMethod() |
Copyright © 2022. All rights reserved.