| 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()
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)
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() |
Copyright © 2022. All rights reserved.