| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpVersion |
CloudFrontWebDistributionProps.getHttpVersion()
(experimental) The max supported HTTP Versions.
|
HttpVersion |
CloudFrontWebDistributionProps.Jsii$Proxy.getHttpVersion() |
default HttpVersion |
DistributionProps.getHttpVersion()
(experimental) 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)
(experimental) 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)
(experimental) The max supported HTTP Versions.
|
DistributionProps.Builder |
DistributionProps.Builder.httpVersion(HttpVersion httpVersion)
Sets the value of
DistributionProps.getHttpVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(BehaviorOptions defaultBehavior,
Map<String,? extends BehaviorOptions> additionalBehaviors,
ICertificate certificate,
String comment,
String defaultRootObject,
List<String> domainNames,
Boolean enabled,
Boolean enableIpv6,
Boolean enableLogging,
List<? extends ErrorResponse> errorResponses,
GeoRestriction geoRestriction,
HttpVersion httpVersion,
IBucket logBucket,
String logFilePrefix,
Boolean logIncludesCookies,
SecurityPolicyProtocol minimumProtocolVersion,
PriceClass priceClass,
String webAclId)
Constructor that initializes the object based on literal property values passed by the
DistributionProps.Builder. |
Jsii$Proxy(List<? extends SourceConfiguration> originConfigs,
String comment,
String defaultRootObject,
Boolean enableIpV6,
List<? extends CfnDistribution.CustomErrorResponseProperty> errorConfigurations,
GeoRestriction geoRestriction,
HttpVersion httpVersion,
LoggingConfiguration loggingConfig,
PriceClass priceClass,
ViewerCertificate viewerCertificate,
ViewerProtocolPolicy viewerProtocolPolicy,
String webAclId)
Constructor that initializes the object based on literal property values passed by the
CloudFrontWebDistributionProps.Builder. |
Copyright © 2021. All rights reserved.