| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SSLMethod |
AliasConfiguration.getSslMethod()
Deprecated.
|
SSLMethod |
AliasConfiguration.Jsii$Proxy.getSslMethod()
Deprecated.
|
default SSLMethod |
ViewerCertificateOptions.getSslMethod()
(experimental) How CloudFront should serve HTTPS requests.
|
SSLMethod |
ViewerCertificateOptions.Jsii$Proxy.getSslMethod() |
default SSLMethod |
DistributionProps.getSslSupportMethod()
(experimental) 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 |
|---|---|
AliasConfiguration.Builder |
AliasConfiguration.Builder.sslMethod(SSLMethod sslMethod)
Deprecated.
|
ViewerCertificateOptions.Builder |
ViewerCertificateOptions.Builder.sslMethod(SSLMethod sslMethod)
Sets the value of
ViewerCertificateOptions.getSslMethod() |
DistributionProps.Builder |
DistributionProps.Builder.sslSupportMethod(SSLMethod sslSupportMethod)
Sets the value of
DistributionProps.getSslSupportMethod() |
Distribution.Builder |
Distribution.Builder.sslSupportMethod(SSLMethod sslSupportMethod)
(experimental) The SSL method CloudFront will use for your distribution.
|
Copyright © 2022. All rights reserved.