@jaypie/constructs 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -44,8 +44,8 @@ export interface JaypieDistributionProps extends Omit<cloudfront.DistributionPro
|
|
|
44
44
|
/**
|
|
45
45
|
* Origin read timeout - how long CloudFront waits for a response from the origin.
|
|
46
46
|
* This is the maximum time allowed for the origin to respond.
|
|
47
|
-
* @default CDK.DURATION.CLOUDFRONT_API (
|
|
48
|
-
* @max Duration.seconds(
|
|
47
|
+
* @default CDK.DURATION.CLOUDFRONT_API (120 seconds)
|
|
48
|
+
* @max Duration.seconds(120)
|
|
49
49
|
*/
|
|
50
50
|
originReadTimeout?: Duration;
|
|
51
51
|
/**
|