| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDistribution.CustomErrorResponseProperty.Jsii$Proxy
An implementation for
CfnDistribution.CustomErrorResponseProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDistribution.CustomErrorResponseProperty |
CfnDistribution.CustomErrorResponseProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CfnDistribution.CustomErrorResponseProperty> |
CloudFrontWebDistributionProps.getErrorConfigurations()
(experimental) How CloudFront should handle requests that are not successful (eg PageNotFound).
|
List<CfnDistribution.CustomErrorResponseProperty> |
CloudFrontWebDistributionProps.Jsii$Proxy.getErrorConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.errorConfigurations(List<? extends CfnDistribution.CustomErrorResponseProperty> errorConfigurations)
Sets the value of
CloudFrontWebDistributionProps.getErrorConfigurations() |
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.errorConfigurations(List<? extends CfnDistribution.CustomErrorResponseProperty> errorConfigurations)
(experimental) How CloudFront should handle requests that are not successful (eg PageNotFound).
|
| Constructor and Description |
|---|
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.