| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpVersion |
CloudFrontWebDistributionProps.getHttpVersion()
The max supported HTTP Versions.
|
HttpVersion |
CloudFrontWebDistributionProps.Jsii$Proxy.getHttpVersion() |
default HttpVersion |
DistributionProps.getHttpVersion()
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
HttpVersion |
DistributionProps.Jsii$Proxy.getHttpVersion() |
static HttpVersion |
HttpVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpVersion[] |
HttpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
Distribution.Builder.httpVersion(HttpVersion httpVersion)
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.httpVersion(HttpVersion httpVersion)
Sets the value of
CloudFrontWebDistributionProps.getHttpVersion() |
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.httpVersion(HttpVersion httpVersion)
The max supported HTTP Versions.
|
DistributionProps.Builder |
DistributionProps.Builder.httpVersion(HttpVersion httpVersion)
Sets the value of
DistributionProps.getHttpVersion() |
Copyright © 2022. All rights reserved.