You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* also known as the <i>origin response timeout</i>. The minimum timeout is 1
2853
2853
* second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is
2854
2854
* 30 seconds.</p>
2855
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout">Origin Response Timeout</a> in the
2855
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout">Response timeout (custom origins only)</a> in the
* <p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The
2863
2863
* minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't
2864
2864
* specify otherwise) is 5 seconds.</p>
2865
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout">Origin Keep-alive Timeout</a> in the
2865
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout">Keep-alive timeout (custom origins only)</a> in the
* <p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is
2955
+
* also known as the <i>origin response timeout</i>. The minimum timeout is 1
2956
+
* second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is
2957
+
* 30 seconds.</p>
2958
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout">Response timeout (custom origins only)</a> in the
2959
+
* <i>Amazon CloudFront Developer Guide</i>.</p>
2960
+
* @public
2961
+
*/
2962
+
OriginReadTimeout?: number|undefined;
2963
+
2964
+
/**
2965
+
* <p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The
2966
+
* minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't
2967
+
* specify otherwise) is 5 seconds.</p>
2968
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout">Keep-alive timeout (custom origins only)</a> in the
* <p>The object that you want CloudFront to request from your origin (for example,
3492
-
* <code>index.html</code>) when a viewer requests the root URL for your distribution
3493
-
* (<code>https://www.example.com</code>) instead of an object in your distribution
3494
-
* (<code>https://www.example.com/product-description.html</code>). Specifying a
3495
-
* default root object avoids exposing the contents of your distribution.</p>
3496
-
* <p>Specify only the object name, for example, <code>index.html</code>. Don't add a
3497
-
* <code>/</code> before the object name.</p>
3512
+
* <p>When a viewer requests the root URL for your distribution, the default root object is the
3513
+
* object that you want CloudFront to request from your origin. For example, if your root URL is
3514
+
* <code>https://www.example.com</code>, you can specify CloudFront to return the
3515
+
* <code>index.html</code> file as the default root object. You can specify a default
3516
+
* root object so that viewers see a specific file or object, instead of another object in
3517
+
* your distribution (for example,
3518
+
* <code>https://www.example.com/product-description.html</code>). A default root
3519
+
* object avoids exposing the contents of your distribution.</p>
3520
+
* <p>You can specify the object name or a path to the object name (for example,
3521
+
* <code>index.html</code> or <code>exampleFolderName/index.html</code>). Your string
3522
+
* can't begin with a forward slash (<code>/</code>). Only specify the object name or the
3523
+
* path to the object.</p>
3498
3524
* <p>If you don't want to specify a default root object when you create a distribution,
3499
3525
* include an empty <code>DefaultRootObject</code> element.</p>
3500
3526
* <p>To delete the default root object from an existing distribution, update the
3501
3527
* distribution configuration and include an empty <code>DefaultRootObject</code>
3502
3528
* element.</p>
3503
3529
* <p>To replace the default root object, update the distribution configuration and specify
3504
3530
* the new object.</p>
3505
-
* <p>For more information about the default root object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html">Creating a
3506
-
* Default Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
3531
+
* <p>For more information about the default root object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html">Specify a default root object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
0 commit comments