| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SSLMethod |
ViewerCertificateOptions.getSslMethod()
(experimental) How CloudFront should serve HTTPS requests.
|
SSLMethod |
ViewerCertificateOptions.Jsii$Proxy.getSslMethod() |
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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> aliases,
SecurityPolicyProtocol securityPolicy,
SSLMethod sslMethod)
Constructor that initializes the object based on literal property values passed by the
ViewerCertificateOptions.Builder. |
Copyright © 2021. All rights reserved.