Uses of Enum
software.amazon.awscdk.services.cloudfront.SSLMethod
-
Uses of SSLMethod in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptiondefault SSLMethod
ViewerCertificateOptions.getSslMethod()
How CloudFront should serve HTTPS requests.final SSLMethod
ViewerCertificateOptions.Jsii$Proxy.getSslMethod()
default SSLMethod
DistributionProps.getSslSupportMethod()
The SSL method CloudFront will use for your distribution.final SSLMethod
DistributionProps.Jsii$Proxy.getSslSupportMethod()
static SSLMethod
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 TypeMethodDescriptionSets the value ofViewerCertificateOptions.getSslMethod()
Distribution.Builder.sslSupportMethod
(SSLMethod sslSupportMethod) The SSL method CloudFront will use for your distribution.DistributionProps.Builder.sslSupportMethod
(SSLMethod sslSupportMethod) Sets the value ofDistributionProps.getSslSupportMethod()