| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorResponse.Jsii$Proxy
An implementation for
ErrorResponse |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ErrorResponse> |
DistributionProps.getErrorResponses()
(experimental) How CloudFront should handle requests that are not successful (e.g., PageNotFound).
|
List<ErrorResponse> |
DistributionProps.Jsii$Proxy.getErrorResponses() |
| Modifier and Type | Method and Description |
|---|---|
Distribution.Builder |
Distribution.Builder.errorResponses(List<? extends ErrorResponse> errorResponses)
(experimental) How CloudFront should handle requests that are not successful (e.g., PageNotFound).
|
DistributionProps.Builder |
DistributionProps.Builder.errorResponses(List<? extends ErrorResponse> errorResponses)
Sets the value of
DistributionProps.getErrorResponses() |
| 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. |
Copyright © 2021. All rights reserved.