aws-sdk-cloudfront 1.118.0 → 1.123.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +219 -80
- data/lib/aws-sdk-cloudfront/client_api.rb +18 -9
- data/lib/aws-sdk-cloudfront/endpoint_parameters.rb +9 -9
- data/lib/aws-sdk-cloudfront/endpoint_provider.rb +14 -11
- data/lib/aws-sdk-cloudfront/types.rb +419 -138
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +10 -3
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +4 -2
- metadata +4 -4
@@ -353,11 +353,13 @@ module Aws::CloudFront
|
|
353
353
|
end
|
354
354
|
|
355
355
|
# @!attribute [rw] target_distribution_id
|
356
|
-
# The ID of the distribution that you're associating the
|
356
|
+
# The ID of the standard distribution that you're associating the
|
357
|
+
# alias with.
|
357
358
|
# @return [String]
|
358
359
|
#
|
359
360
|
# @!attribute [rw] alias
|
360
|
-
# The alias (also known as a CNAME) to add to the target
|
361
|
+
# The alias (also known as a CNAME) to add to the target standard
|
362
|
+
# distribution.
|
361
363
|
# @return [String]
|
362
364
|
#
|
363
365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/AssociateAliasRequest AWS API Documentation
|
@@ -515,6 +517,11 @@ module Aws::CloudFront
|
|
515
517
|
# distribution configuration and specify all of the cache behaviors that
|
516
518
|
# you want to include in the updated distribution.
|
517
519
|
#
|
520
|
+
# If your minimum TTL is greater than 0, CloudFront will cache content
|
521
|
+
# for at least the duration specified in the cache policy's minimum
|
522
|
+
# TTL, even if the `Cache-Control: no-cache`, `no-store`, or `private`
|
523
|
+
# directives are present in the origin headers.
|
524
|
+
#
|
518
525
|
# For more information about cache behaviors, see [Cache Behavior
|
519
526
|
# Settings][3] in the *Amazon CloudFront Developer Guide*.
|
520
527
|
#
|
@@ -557,6 +564,14 @@ module Aws::CloudFront
|
|
557
564
|
# @!attribute [rw] trusted_signers
|
558
565
|
# We recommend using `TrustedKeyGroups` instead of `TrustedSigners`.
|
559
566
|
#
|
567
|
+
# <note markdown="1"> This field only supports standard
|
568
|
+
# distributions. You can't specify
|
569
|
+
# this field for multi-tenant distributions. For more information, see
|
570
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
571
|
+
# the *Amazon CloudFront Developer Guide*.
|
572
|
+
#
|
573
|
+
# </note>
|
574
|
+
#
|
560
575
|
# A list of Amazon Web Services account IDs whose public keys
|
561
576
|
# CloudFront can use to validate signed URLs or signed cookies.
|
562
577
|
#
|
@@ -566,12 +581,13 @@ module Aws::CloudFront
|
|
566
581
|
# a CloudFront key pair in the trusted signer's Amazon Web Services
|
567
582
|
# account. The signed URL or cookie contains information about which
|
568
583
|
# public key CloudFront should use to verify the signature. For more
|
569
|
-
# information, see [Serving private content][
|
584
|
+
# information, see [Serving private content][2] in the *Amazon
|
570
585
|
# CloudFront Developer Guide*.
|
571
586
|
#
|
572
587
|
#
|
573
588
|
#
|
574
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
589
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
590
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
575
591
|
# @return [Types::TrustedSigners]
|
576
592
|
#
|
577
593
|
# @!attribute [rw] trusted_key_groups
|
@@ -649,12 +665,24 @@ module Aws::CloudFront
|
|
649
665
|
# @return [Types::AllowedMethods]
|
650
666
|
#
|
651
667
|
# @!attribute [rw] smooth_streaming
|
652
|
-
#
|
668
|
+
# <note markdown="1"> This field only supports standard distributions.
|
669
|
+
# You can't specify
|
670
|
+
# this field for multi-tenant distributions. For more information, see
|
671
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
672
|
+
# the *Amazon CloudFront Developer Guide*.
|
673
|
+
#
|
674
|
+
# </note>
|
675
|
+
#
|
676
|
+
# Indicates whether you want to distribute media files in the
|
653
677
|
# Microsoft Smooth Streaming format using the origin that is
|
654
678
|
# associated with this cache behavior. If so, specify `true`; if not,
|
655
679
|
# specify `false`. If you specify `true` for `SmoothStreaming`, you
|
656
680
|
# can still distribute other content using this cache behavior if the
|
657
681
|
# content matches the value of `PathPattern`.
|
682
|
+
#
|
683
|
+
#
|
684
|
+
#
|
685
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
658
686
|
# @return [Boolean]
|
659
687
|
#
|
660
688
|
# @!attribute [rw] compress
|
@@ -762,70 +790,98 @@ module Aws::CloudFront
|
|
762
790
|
# @return [Types::ForwardedValues]
|
763
791
|
#
|
764
792
|
# @!attribute [rw] min_ttl
|
765
|
-
# This field
|
793
|
+
# <note markdown="1"> This field only supports standard distributions.
|
794
|
+
# You can't specify
|
795
|
+
# this field for multi-tenant distributions. For more information, see
|
796
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
797
|
+
# the *Amazon CloudFront Developer Guide*.
|
798
|
+
#
|
799
|
+
# </note>
|
800
|
+
#
|
801
|
+
# This field is deprecated. We recommend that you use the `MinTTL`
|
766
802
|
# field in a cache policy instead of this field. For more information,
|
767
|
-
# see [Creating cache policies][
|
768
|
-
# policies][
|
803
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
804
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
769
805
|
#
|
770
|
-
#
|
806
|
+
# The minimum amount of time that you want objects to stay in
|
771
807
|
# CloudFront caches before CloudFront forwards another request to your
|
772
808
|
# origin to determine whether the object has been updated. For more
|
773
809
|
# information, see [ Managing How Long Content Stays in an Edge Cache
|
774
|
-
# (Expiration)][
|
810
|
+
# (Expiration)][4] in the <i> Amazon CloudFront Developer Guide</i>.
|
775
811
|
#
|
776
|
-
#
|
812
|
+
# You must specify `0` for `MinTTL` if you configure CloudFront to
|
777
813
|
# forward all headers to your origin (under `Headers`, if you specify
|
778
814
|
# `1` for `Quantity` and `*` for `Name`).
|
779
815
|
#
|
780
816
|
#
|
781
817
|
#
|
782
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
783
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
784
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
818
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
819
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
820
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
821
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
785
822
|
# @return [Integer]
|
786
823
|
#
|
787
824
|
# @!attribute [rw] default_ttl
|
788
|
-
# This field
|
825
|
+
# <note markdown="1"> This field only supports standard distributions.
|
826
|
+
# You can't specify
|
827
|
+
# this field for multi-tenant distributions. For more information, see
|
828
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
829
|
+
# the *Amazon CloudFront Developer Guide*.
|
830
|
+
#
|
831
|
+
# </note>
|
832
|
+
#
|
833
|
+
# This field is deprecated. We recommend that you use the
|
834
|
+
# `DefaultTTL`
|
789
835
|
# field in a cache policy instead of this field. For more information,
|
790
|
-
# see [Creating cache policies][
|
791
|
-
# policies][
|
836
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
837
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
792
838
|
#
|
793
|
-
#
|
839
|
+
# The default amount of time that you want objects to stay in
|
794
840
|
# CloudFront caches before CloudFront forwards another request to your
|
795
841
|
# origin to determine whether the object has been updated. The value
|
796
842
|
# that you specify applies only when your origin does not add HTTP
|
797
843
|
# headers such as `Cache-Control max-age`, `Cache-Control s-maxage`,
|
798
844
|
# and `Expires` to objects. For more information, see [Managing How
|
799
|
-
# Long Content Stays in an Edge Cache (Expiration)][
|
845
|
+
# Long Content Stays in an Edge Cache (Expiration)][4] in the *Amazon
|
800
846
|
# CloudFront Developer Guide*.
|
801
847
|
#
|
802
848
|
#
|
803
849
|
#
|
804
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
805
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
806
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
850
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
851
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
852
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
853
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
807
854
|
# @return [Integer]
|
808
855
|
#
|
809
856
|
# @!attribute [rw] max_ttl
|
810
|
-
# This field
|
857
|
+
# <note markdown="1"> This field only supports standard distributions.
|
858
|
+
# You can't specify
|
859
|
+
# this field for multi-tenant distributions. For more information, see
|
860
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
861
|
+
# the *Amazon CloudFront Developer Guide*.
|
862
|
+
#
|
863
|
+
# </note>
|
864
|
+
#
|
865
|
+
# This field is deprecated. We recommend that you use the `MaxTTL`
|
811
866
|
# field in a cache policy instead of this field. For more information,
|
812
|
-
# see [Creating cache policies][
|
813
|
-
# policies][
|
867
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
868
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
814
869
|
#
|
815
|
-
#
|
870
|
+
# The maximum amount of time that you want objects to stay in
|
816
871
|
# CloudFront caches before CloudFront forwards another request to your
|
817
872
|
# origin to determine whether the object has been updated. The value
|
818
873
|
# that you specify applies only when your origin adds HTTP headers
|
819
874
|
# such as `Cache-Control max-age`, `Cache-Control s-maxage`, and
|
820
875
|
# `Expires` to objects. For more information, see [Managing How Long
|
821
|
-
# Content Stays in an Edge Cache (Expiration)][
|
876
|
+
# Content Stays in an Edge Cache (Expiration)][4] in the *Amazon
|
822
877
|
# CloudFront Developer Guide*.
|
823
878
|
#
|
824
879
|
#
|
825
880
|
#
|
826
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
827
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
828
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
881
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
882
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
883
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
884
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
829
885
|
# @return [Integer]
|
830
886
|
#
|
831
887
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CacheBehavior AWS API Documentation
|
@@ -944,6 +1000,11 @@ module Aws::CloudFront
|
|
944
1000
|
# * The default, minimum, and maximum time to live (TTL) values that you
|
945
1001
|
# want objects to stay in the CloudFront cache.
|
946
1002
|
#
|
1003
|
+
# If your minimum TTL is greater than 0, CloudFront will cache content
|
1004
|
+
# for at least the duration specified in the cache policy's minimum
|
1005
|
+
# TTL, even if the `Cache-Control: no-cache`, `no-store`, or `private`
|
1006
|
+
# directives are present in the origin headers.
|
1007
|
+
#
|
947
1008
|
# The headers, cookies, and query strings that are included in the cache
|
948
1009
|
# key are also included in requests that CloudFront sends to the origin.
|
949
1010
|
# CloudFront sends a request when it can't find a valid object in its
|
@@ -1488,24 +1549,25 @@ module Aws::CloudFront
|
|
1488
1549
|
include Aws::Structure
|
1489
1550
|
end
|
1490
1551
|
|
1491
|
-
# An alias (also called a CNAME) and the CloudFront
|
1492
|
-
# Amazon Web Services account ID that it's associated
|
1493
|
-
# distribution and account IDs are partially hidden,
|
1494
|
-
# identify the distributions and accounts
|
1495
|
-
# protect the information of ones that you
|
1552
|
+
# An alias (also called a CNAME) and the CloudFront standard
|
1553
|
+
# distribution and Amazon Web Services account ID that it's associated
|
1554
|
+
# with. The standard distribution and account IDs are partially hidden,
|
1555
|
+
# which allows you to identify the standard distributions and accounts
|
1556
|
+
# that you own, and helps to protect the information of ones that you
|
1557
|
+
# don't own.
|
1496
1558
|
#
|
1497
1559
|
# @!attribute [rw] alias
|
1498
1560
|
# An alias (also called a CNAME).
|
1499
1561
|
# @return [String]
|
1500
1562
|
#
|
1501
1563
|
# @!attribute [rw] distribution_id
|
1502
|
-
# The (partially hidden) ID of the CloudFront distribution
|
1503
|
-
# with the alias.
|
1564
|
+
# The (partially hidden) ID of the CloudFront standard distribution
|
1565
|
+
# associated with the alias.
|
1504
1566
|
# @return [String]
|
1505
1567
|
#
|
1506
1568
|
# @!attribute [rw] account_id
|
1507
1569
|
# The (partially hidden) ID of the Amazon Web Services account that
|
1508
|
-
# owns the distribution that's associated with the alias.
|
1570
|
+
# owns the standard distribution that's associated with the alias.
|
1509
1571
|
# @return [String]
|
1510
1572
|
#
|
1511
1573
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ConflictingAlias AWS API Documentation
|
@@ -1518,12 +1580,12 @@ module Aws::CloudFront
|
|
1518
1580
|
include Aws::Structure
|
1519
1581
|
end
|
1520
1582
|
|
1521
|
-
# A list of aliases (also called CNAMEs) and the CloudFront
|
1583
|
+
# A list of aliases (also called CNAMEs) and the CloudFront standard
|
1522
1584
|
# distributions and Amazon Web Services accounts that they are
|
1523
|
-
# associated with. In the list, the distribution and account
|
1524
|
-
# partially hidden, which allows you to identify the
|
1525
|
-
# accounts that you own, but helps to protect the
|
1526
|
-
# that you don't own.
|
1585
|
+
# associated with. In the list, the standard distribution and account
|
1586
|
+
# IDs are partially hidden, which allows you to identify the standard
|
1587
|
+
# distributions and accounts that you own, but helps to protect the
|
1588
|
+
# information of ones that you don't own.
|
1527
1589
|
#
|
1528
1590
|
# @!attribute [rw] next_marker
|
1529
1591
|
# If there are more items in the list than are in this response, this
|
@@ -3336,26 +3398,26 @@ module Aws::CloudFront
|
|
3336
3398
|
#
|
3337
3399
|
#
|
3338
3400
|
#
|
3339
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3401
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols
|
3340
3402
|
# @return [Types::OriginSslProtocols]
|
3341
3403
|
#
|
3342
3404
|
# @!attribute [rw] origin_read_timeout
|
3343
3405
|
# Specifies how long, in seconds, CloudFront waits for a response from
|
3344
3406
|
# the origin. This is also known as the *origin response timeout*. The
|
3345
|
-
# minimum timeout is 1 second, the maximum is
|
3407
|
+
# minimum timeout is 1 second, the maximum is 120 seconds, and the
|
3346
3408
|
# default (if you don't specify otherwise) is 30 seconds.
|
3347
3409
|
#
|
3348
|
-
# For more information, see [Response timeout
|
3349
|
-
#
|
3410
|
+
# For more information, see [Response timeout][1] in the *Amazon
|
3411
|
+
# CloudFront Developer Guide*.
|
3350
3412
|
#
|
3351
3413
|
#
|
3352
3414
|
#
|
3353
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3415
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout
|
3354
3416
|
# @return [Integer]
|
3355
3417
|
#
|
3356
3418
|
# @!attribute [rw] origin_keepalive_timeout
|
3357
3419
|
# Specifies how long, in seconds, CloudFront persists its connection
|
3358
|
-
# to the origin. The minimum timeout is 1 second, the maximum is
|
3420
|
+
# to the origin. The minimum timeout is 1 second, the maximum is 120
|
3359
3421
|
# seconds, and the default (if you don't specify otherwise) is 5
|
3360
3422
|
# seconds.
|
3361
3423
|
#
|
@@ -3364,7 +3426,7 @@ module Aws::CloudFront
|
|
3364
3426
|
#
|
3365
3427
|
#
|
3366
3428
|
#
|
3367
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3429
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout
|
3368
3430
|
# @return [Integer]
|
3369
3431
|
#
|
3370
3432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CustomOriginConfig AWS API Documentation
|
@@ -3414,6 +3476,11 @@ module Aws::CloudFront
|
|
3414
3476
|
# of the values of `PathPattern` in `CacheBehavior` elements. You must
|
3415
3477
|
# create exactly one default cache behavior.
|
3416
3478
|
#
|
3479
|
+
# If your minimum TTL is greater than 0, CloudFront will cache content
|
3480
|
+
# for at least the duration specified in the cache policy's minimum
|
3481
|
+
# TTL, even if the `Cache-Control: no-cache`, `no-store`, or `private`
|
3482
|
+
# directives are present in the origin headers.
|
3483
|
+
#
|
3417
3484
|
# @!attribute [rw] target_origin_id
|
3418
3485
|
# The value of `ID` for the origin that you want CloudFront to route
|
3419
3486
|
# requests to when they use the default cache behavior.
|
@@ -3422,6 +3489,14 @@ module Aws::CloudFront
|
|
3422
3489
|
# @!attribute [rw] trusted_signers
|
3423
3490
|
# We recommend using `TrustedKeyGroups` instead of `TrustedSigners`.
|
3424
3491
|
#
|
3492
|
+
# <note markdown="1"> This field only supports standard
|
3493
|
+
# distributions. You can't specify
|
3494
|
+
# this field for multi-tenant distributions. For more information, see
|
3495
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
3496
|
+
# the *Amazon CloudFront Developer Guide*.
|
3497
|
+
#
|
3498
|
+
# </note>
|
3499
|
+
#
|
3425
3500
|
# A list of Amazon Web Services account IDs whose public keys
|
3426
3501
|
# CloudFront can use to validate signed URLs or signed cookies.
|
3427
3502
|
#
|
@@ -3431,12 +3506,13 @@ module Aws::CloudFront
|
|
3431
3506
|
# a CloudFront key pair in a trusted signer's Amazon Web Services
|
3432
3507
|
# account. The signed URL or cookie contains information about which
|
3433
3508
|
# public key CloudFront should use to verify the signature. For more
|
3434
|
-
# information, see [Serving private content][
|
3509
|
+
# information, see [Serving private content][2] in the *Amazon
|
3435
3510
|
# CloudFront Developer Guide*.
|
3436
3511
|
#
|
3437
3512
|
#
|
3438
3513
|
#
|
3439
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3514
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
3515
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
3440
3516
|
# @return [Types::TrustedSigners]
|
3441
3517
|
#
|
3442
3518
|
# @!attribute [rw] trusted_key_groups
|
@@ -3514,12 +3590,24 @@ module Aws::CloudFront
|
|
3514
3590
|
# @return [Types::AllowedMethods]
|
3515
3591
|
#
|
3516
3592
|
# @!attribute [rw] smooth_streaming
|
3517
|
-
#
|
3593
|
+
# <note markdown="1"> This field only supports standard distributions.
|
3594
|
+
# You can't specify
|
3595
|
+
# this field for multi-tenant distributions. For more information, see
|
3596
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
3597
|
+
# the *Amazon CloudFront Developer Guide*.
|
3598
|
+
#
|
3599
|
+
# </note>
|
3600
|
+
#
|
3601
|
+
# Indicates whether you want to distribute media files in the
|
3518
3602
|
# Microsoft Smooth Streaming format using the origin that is
|
3519
3603
|
# associated with this cache behavior. If so, specify `true`; if not,
|
3520
3604
|
# specify `false`. If you specify `true` for `SmoothStreaming`, you
|
3521
3605
|
# can still distribute other content using this cache behavior if the
|
3522
3606
|
# content matches the value of `PathPattern`.
|
3607
|
+
#
|
3608
|
+
#
|
3609
|
+
#
|
3610
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
3523
3611
|
# @return [Boolean]
|
3524
3612
|
#
|
3525
3613
|
# @!attribute [rw] compress
|
@@ -3627,70 +3715,98 @@ module Aws::CloudFront
|
|
3627
3715
|
# @return [Types::ForwardedValues]
|
3628
3716
|
#
|
3629
3717
|
# @!attribute [rw] min_ttl
|
3630
|
-
# This field
|
3718
|
+
# <note markdown="1"> This field only supports standard distributions.
|
3719
|
+
# You can't specify
|
3720
|
+
# this field for multi-tenant distributions. For more information, see
|
3721
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
3722
|
+
# the *Amazon CloudFront Developer Guide*.
|
3723
|
+
#
|
3724
|
+
# </note>
|
3725
|
+
#
|
3726
|
+
# This field is deprecated. We recommend that you use the `MinTTL`
|
3631
3727
|
# field in a cache policy instead of this field. For more information,
|
3632
|
-
# see [Creating cache policies][
|
3633
|
-
# policies][
|
3728
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
3729
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
3634
3730
|
#
|
3635
|
-
#
|
3731
|
+
# The minimum amount of time that you want objects to stay in
|
3636
3732
|
# CloudFront caches before CloudFront forwards another request to your
|
3637
3733
|
# origin to determine whether the object has been updated. For more
|
3638
3734
|
# information, see [Managing How Long Content Stays in an Edge Cache
|
3639
|
-
# (Expiration)][
|
3735
|
+
# (Expiration)][4] in the *Amazon CloudFront Developer Guide*.
|
3640
3736
|
#
|
3641
|
-
#
|
3737
|
+
# You must specify `0` for `MinTTL` if you configure CloudFront to
|
3642
3738
|
# forward all headers to your origin (under `Headers`, if you specify
|
3643
3739
|
# `1` for `Quantity` and `*` for `Name`).
|
3644
3740
|
#
|
3645
3741
|
#
|
3646
3742
|
#
|
3647
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3648
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3649
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3743
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
3744
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
3745
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
3746
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
3650
3747
|
# @return [Integer]
|
3651
3748
|
#
|
3652
3749
|
# @!attribute [rw] default_ttl
|
3653
|
-
# This field
|
3750
|
+
# <note markdown="1"> This field only supports standard distributions.
|
3751
|
+
# You can't specify
|
3752
|
+
# this field for multi-tenant distributions. For more information, see
|
3753
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
3754
|
+
# the *Amazon CloudFront Developer Guide*.
|
3755
|
+
#
|
3756
|
+
# </note>
|
3757
|
+
#
|
3758
|
+
# This field is deprecated. We recommend that you use the
|
3759
|
+
# `DefaultTTL`
|
3654
3760
|
# field in a cache policy instead of this field. For more information,
|
3655
|
-
# see [Creating cache policies][
|
3656
|
-
# policies][
|
3761
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
3762
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
3657
3763
|
#
|
3658
|
-
#
|
3764
|
+
# The default amount of time that you want objects to stay in
|
3659
3765
|
# CloudFront caches before CloudFront forwards another request to your
|
3660
3766
|
# origin to determine whether the object has been updated. The value
|
3661
3767
|
# that you specify applies only when your origin does not add HTTP
|
3662
3768
|
# headers such as `Cache-Control max-age`, `Cache-Control s-maxage`,
|
3663
3769
|
# and `Expires` to objects. For more information, see [Managing How
|
3664
|
-
# Long Content Stays in an Edge Cache (Expiration)][
|
3770
|
+
# Long Content Stays in an Edge Cache (Expiration)][4] in the *Amazon
|
3665
3771
|
# CloudFront Developer Guide*.
|
3666
3772
|
#
|
3667
3773
|
#
|
3668
3774
|
#
|
3669
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3670
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3671
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3775
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
3776
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
3777
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
3778
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
3672
3779
|
# @return [Integer]
|
3673
3780
|
#
|
3674
3781
|
# @!attribute [rw] max_ttl
|
3675
|
-
# This field
|
3782
|
+
# <note markdown="1"> This field only supports standard distributions.
|
3783
|
+
# You can't specify
|
3784
|
+
# this field for multi-tenant distributions. For more information, see
|
3785
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
3786
|
+
# the *Amazon CloudFront Developer Guide*.
|
3787
|
+
#
|
3788
|
+
# </note>
|
3789
|
+
#
|
3790
|
+
# This field is deprecated. We recommend that you use the `MaxTTL`
|
3676
3791
|
# field in a cache policy instead of this field. For more information,
|
3677
|
-
# see [Creating cache policies][
|
3678
|
-
# policies][
|
3792
|
+
# see [Creating cache policies][2] or [Using the managed cache
|
3793
|
+
# policies][3] in the *Amazon CloudFront Developer Guide*.
|
3679
3794
|
#
|
3680
|
-
#
|
3795
|
+
# The maximum amount of time that you want objects to stay in
|
3681
3796
|
# CloudFront caches before CloudFront forwards another request to your
|
3682
3797
|
# origin to determine whether the object has been updated. The value
|
3683
3798
|
# that you specify applies only when your origin adds HTTP headers
|
3684
3799
|
# such as `Cache-Control max-age`, `Cache-Control s-maxage`, and
|
3685
3800
|
# `Expires` to objects. For more information, see [Managing How Long
|
3686
|
-
# Content Stays in an Edge Cache (Expiration)][
|
3801
|
+
# Content Stays in an Edge Cache (Expiration)][4] in the *Amazon
|
3687
3802
|
# CloudFront Developer Guide*.
|
3688
3803
|
#
|
3689
3804
|
#
|
3690
3805
|
#
|
3691
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3692
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3693
|
-
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
3806
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
3807
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
3808
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html
|
3809
|
+
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
|
3694
3810
|
# @return [Integer]
|
3695
3811
|
#
|
3696
3812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DefaultCacheBehavior AWS API Documentation
|
@@ -4406,8 +4522,20 @@ module Aws::CloudFront
|
|
4406
4522
|
# @return [String]
|
4407
4523
|
#
|
4408
4524
|
# @!attribute [rw] aliases
|
4409
|
-
#
|
4525
|
+
# <note markdown="1"> This field only supports standard distributions.
|
4526
|
+
# You can't specify
|
4527
|
+
# this field for multi-tenant distributions. For more information, see
|
4528
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
4529
|
+
# the *Amazon CloudFront Developer Guide*.
|
4530
|
+
#
|
4531
|
+
# </note>
|
4532
|
+
#
|
4533
|
+
# A complex type that contains information about CNAMEs (alternate
|
4410
4534
|
# domain names), if any, for this distribution.
|
4535
|
+
#
|
4536
|
+
#
|
4537
|
+
#
|
4538
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4411
4539
|
# @return [Types::Aliases]
|
4412
4540
|
#
|
4413
4541
|
# @!attribute [rw] default_root_object
|
@@ -4501,27 +4629,37 @@ module Aws::CloudFront
|
|
4501
4629
|
# @return [Types::LoggingConfig]
|
4502
4630
|
#
|
4503
4631
|
# @!attribute [rw] price_class
|
4504
|
-
#
|
4632
|
+
# <note markdown="1"> This field only supports standard distributions.
|
4633
|
+
# You can't specify
|
4634
|
+
# this field for multi-tenant distributions. For more information, see
|
4635
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
4636
|
+
# the *Amazon CloudFront Developer Guide*.
|
4637
|
+
#
|
4638
|
+
# </note>
|
4639
|
+
#
|
4640
|
+
# The price class that corresponds with the maximum price that you
|
4505
4641
|
# want to pay for CloudFront service. If you specify `PriceClass_All`,
|
4506
4642
|
# CloudFront responds to requests for your objects from all CloudFront
|
4507
4643
|
# edge locations.
|
4508
4644
|
#
|
4509
|
-
#
|
4645
|
+
# If you specify a price class other than `PriceClass_All`,
|
4646
|
+
# CloudFront
|
4510
4647
|
# serves your objects from the CloudFront edge location that has the
|
4511
4648
|
# lowest latency among the edge locations in your price class. Viewers
|
4512
4649
|
# who are in or near regions that are excluded from your specified
|
4513
4650
|
# price class may encounter slower performance.
|
4514
4651
|
#
|
4515
|
-
#
|
4516
|
-
# Class for a CloudFront Distribution][
|
4652
|
+
# For more information about price classes, see [Choosing the Price
|
4653
|
+
# Class for a CloudFront Distribution][2] in the *Amazon CloudFront
|
4517
4654
|
# Developer Guide*. For information about CloudFront pricing,
|
4518
4655
|
# including how price classes (such as Price Class 100) map to
|
4519
|
-
# CloudFront regions, see [Amazon CloudFront Pricing][
|
4656
|
+
# CloudFront regions, see [Amazon CloudFront Pricing][3].
|
4520
4657
|
#
|
4521
4658
|
#
|
4522
4659
|
#
|
4523
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
4524
|
-
# [2]:
|
4660
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4661
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html
|
4662
|
+
# [3]: http://aws.amazon.com/cloudfront/pricing/
|
4525
4663
|
# @return [String]
|
4526
4664
|
#
|
4527
4665
|
# @!attribute [rw] enabled
|
@@ -4540,14 +4678,20 @@ module Aws::CloudFront
|
|
4540
4678
|
# @return [Types::Restrictions]
|
4541
4679
|
#
|
4542
4680
|
# @!attribute [rw] web_acl_id
|
4543
|
-
#
|
4681
|
+
# <note markdown="1"> Multi-tenant distributions only support WAF V2
|
4682
|
+
# web ACLs.
|
4683
|
+
#
|
4684
|
+
# </note>
|
4685
|
+
#
|
4686
|
+
# A unique identifier that specifies the WAF web ACL, if any, to
|
4544
4687
|
# associate with this distribution. To specify a web ACL created using
|
4545
4688
|
# the latest version of WAF, use the ACL ARN, for example
|
4546
4689
|
# `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
|
4547
4690
|
# To specify a web ACL created using WAF Classic, use the ACL ID, for
|
4548
4691
|
# example `a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
|
4549
4692
|
#
|
4550
|
-
#
|
4693
|
+
# WAF is a web application firewall that lets you monitor the HTTP
|
4694
|
+
# and
|
4551
4695
|
# HTTPS requests that are forwarded to CloudFront, and lets you
|
4552
4696
|
# control access to your content. Based on conditions that you
|
4553
4697
|
# specify, such as the IP addresses that requests originate from or
|
@@ -4586,14 +4730,20 @@ module Aws::CloudFront
|
|
4586
4730
|
# @return [String]
|
4587
4731
|
#
|
4588
4732
|
# @!attribute [rw] is_ipv6_enabled
|
4589
|
-
#
|
4733
|
+
# <note markdown="1"> To use this field for a multi-tenant
|
4734
|
+
# distribution, use a connection
|
4735
|
+
# group instead. For more information, see [ConnectionGroup][1].
|
4736
|
+
#
|
4737
|
+
# </note>
|
4738
|
+
#
|
4739
|
+
# If you want CloudFront to respond to IPv6 DNS requests with an IPv6
|
4590
4740
|
# address for your distribution, specify `true`. If you specify
|
4591
4741
|
# `false`, CloudFront responds to IPv6 DNS requests with the DNS
|
4592
4742
|
# response code `NOERROR` and with no IP addresses. This allows
|
4593
4743
|
# viewers to submit a second request, for an IPv4 address for your
|
4594
4744
|
# distribution.
|
4595
4745
|
#
|
4596
|
-
#
|
4746
|
+
# In general, you should enable IPv6 if you have users on IPv6
|
4597
4747
|
# networks who want to access your content. However, if you're using
|
4598
4748
|
# signed URLs or signed cookies to restrict access to your content,
|
4599
4749
|
# and if you're using a custom policy that includes the `IpAddress`
|
@@ -4602,22 +4752,22 @@ module Aws::CloudFront
|
|
4602
4752
|
# by IP address and not restrict access to other content (or restrict
|
4603
4753
|
# access but not by IP address), you can create two distributions. For
|
4604
4754
|
# more information, see [Creating a Signed URL Using a Custom
|
4605
|
-
# Policy][
|
4755
|
+
# Policy][2] in the *Amazon CloudFront Developer Guide*.
|
4606
4756
|
#
|
4607
|
-
#
|
4757
|
+
# If you're using an Route 53 Amazon Web Services Integration alias
|
4608
4758
|
# resource record set to route traffic to your CloudFront
|
4609
4759
|
# distribution, you need to create a second alias resource record set
|
4610
4760
|
# when both of the following are true:
|
4611
4761
|
#
|
4612
|
-
#
|
4762
|
+
# * You enable IPv6 for the distribution
|
4613
4763
|
#
|
4614
4764
|
# * You're using alternate domain names in the URLs for your objects
|
4615
4765
|
#
|
4616
|
-
#
|
4617
|
-
# Web Distribution by Using Your Domain Name][
|
4766
|
+
# For more information, see [Routing Traffic to an Amazon CloudFront
|
4767
|
+
# Web Distribution by Using Your Domain Name][3] in the *Route 53
|
4618
4768
|
# Amazon Web Services Integration Developer Guide*.
|
4619
4769
|
#
|
4620
|
-
#
|
4770
|
+
# If you created a CNAME resource record set, either with Route 53
|
4621
4771
|
# Amazon Web Services Integration or with another DNS service, you
|
4622
4772
|
# don't need to make any changes. A CNAME record will route traffic
|
4623
4773
|
# to your distribution regardless of the IP address format of the
|
@@ -4625,32 +4775,81 @@ module Aws::CloudFront
|
|
4625
4775
|
#
|
4626
4776
|
#
|
4627
4777
|
#
|
4628
|
-
# [1]: https://docs.aws.amazon.com/
|
4629
|
-
# [2]: https://docs.aws.amazon.com/
|
4778
|
+
# [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html
|
4779
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html
|
4780
|
+
# [3]: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html
|
4630
4781
|
# @return [Boolean]
|
4631
4782
|
#
|
4632
4783
|
# @!attribute [rw] continuous_deployment_policy_id
|
4633
|
-
#
|
4784
|
+
# <note markdown="1"> This field only supports standard distributions.
|
4785
|
+
# You can't specify
|
4786
|
+
# this field for multi-tenant distributions. For more information, see
|
4787
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
4788
|
+
# the *Amazon CloudFront Developer Guide*.
|
4789
|
+
#
|
4790
|
+
# </note>
|
4791
|
+
#
|
4792
|
+
# The identifier of a continuous deployment policy. For more
|
4634
4793
|
# information, see `CreateContinuousDeploymentPolicy`.
|
4794
|
+
#
|
4795
|
+
#
|
4796
|
+
#
|
4797
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4635
4798
|
# @return [String]
|
4636
4799
|
#
|
4637
4800
|
# @!attribute [rw] staging
|
4638
|
-
#
|
4801
|
+
# <note markdown="1"> This field only supports standard distributions.
|
4802
|
+
# You can't specify
|
4803
|
+
# this field for multi-tenant distributions. For more information, see
|
4804
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
4805
|
+
# the *Amazon CloudFront Developer Guide*.
|
4806
|
+
#
|
4807
|
+
# </note>
|
4808
|
+
#
|
4809
|
+
# A Boolean that indicates whether this is a staging distribution.
|
4639
4810
|
# When this value is `true`, this is a staging distribution. When this
|
4640
4811
|
# value is `false`, this is not a staging distribution.
|
4812
|
+
#
|
4813
|
+
#
|
4814
|
+
#
|
4815
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4641
4816
|
# @return [Boolean]
|
4642
4817
|
#
|
4643
4818
|
# @!attribute [rw] anycast_ip_list_id
|
4644
|
-
#
|
4819
|
+
# <note markdown="1"> To use this field for a multi-tenant
|
4820
|
+
# distribution, use a connection
|
4821
|
+
# group instead. For more information, see [ConnectionGroup][1].
|
4822
|
+
#
|
4823
|
+
# </note>
|
4824
|
+
#
|
4825
|
+
# ID of the Anycast static IP list that is associated with the
|
4645
4826
|
# distribution.
|
4827
|
+
#
|
4828
|
+
#
|
4829
|
+
#
|
4830
|
+
# [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html
|
4646
4831
|
# @return [String]
|
4647
4832
|
#
|
4648
4833
|
# @!attribute [rw] tenant_config
|
4649
|
-
#
|
4834
|
+
# <note markdown="1"> This field only supports multi-tenant
|
4835
|
+
# distributions. You can't
|
4836
|
+
# specify this field for standard distributions. For more information,
|
4837
|
+
# see [Unsupported features for SaaS Manager for Amazon CloudFront][1]
|
4838
|
+
# in the *Amazon CloudFront Developer Guide*.
|
4839
|
+
#
|
4840
|
+
# </note>
|
4841
|
+
#
|
4842
|
+
# A distribution tenant configuration.
|
4843
|
+
#
|
4844
|
+
#
|
4845
|
+
#
|
4846
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4650
4847
|
# @return [Types::TenantConfig]
|
4651
4848
|
#
|
4652
4849
|
# @!attribute [rw] connection_mode
|
4653
|
-
#
|
4850
|
+
# This field specifies whether the connection mode is through a
|
4851
|
+
# standard distribution (direct) or a multi-tenant distribution with
|
4852
|
+
# distribution tenants (tenant-only).
|
4654
4853
|
# @return [String]
|
4655
4854
|
#
|
4656
4855
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DistributionConfig AWS API Documentation
|
@@ -4893,8 +5092,20 @@ module Aws::CloudFront
|
|
4893
5092
|
# @return [String]
|
4894
5093
|
#
|
4895
5094
|
# @!attribute [rw] price_class
|
4896
|
-
#
|
5095
|
+
# <note markdown="1"> This field only supports standard distributions.
|
5096
|
+
# You can't specify
|
5097
|
+
# this field for multi-tenant distributions. For more information, see
|
5098
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
5099
|
+
# the *Amazon CloudFront Developer Guide*.
|
5100
|
+
#
|
5101
|
+
# </note>
|
5102
|
+
#
|
5103
|
+
# A complex type that contains information about price class for this
|
4897
5104
|
# streaming distribution.
|
5105
|
+
#
|
5106
|
+
#
|
5107
|
+
#
|
5108
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
4898
5109
|
# @return [String]
|
4899
5110
|
#
|
4900
5111
|
# @!attribute [rw] enabled
|
@@ -4951,7 +5162,9 @@ module Aws::CloudFront
|
|
4951
5162
|
# @return [Boolean]
|
4952
5163
|
#
|
4953
5164
|
# @!attribute [rw] connection_mode
|
4954
|
-
#
|
5165
|
+
# This field specifies whether the connection mode is through a
|
5166
|
+
# standard distribution (direct) or a multi-tenant distribution with
|
5167
|
+
# distribution tenants (tenant-only).
|
4955
5168
|
# @return [String]
|
4956
5169
|
#
|
4957
5170
|
# @!attribute [rw] anycast_ip_list_id
|
@@ -4986,7 +5199,7 @@ module Aws::CloudFront
|
|
4986
5199
|
:staging,
|
4987
5200
|
:connection_mode,
|
4988
5201
|
:anycast_ip_list_id)
|
4989
|
-
SENSITIVE = []
|
5202
|
+
SENSITIVE = [:comment]
|
4990
5203
|
include Aws::Structure
|
4991
5204
|
end
|
4992
5205
|
|
@@ -5750,25 +5963,34 @@ module Aws::CloudFront
|
|
5750
5963
|
include Aws::Structure
|
5751
5964
|
end
|
5752
5965
|
|
5753
|
-
# This field
|
5966
|
+
# <note markdown="1"> This field only supports standard distributions.
|
5967
|
+
# You can't specify
|
5968
|
+
# this field for multi-tenant distributions. For more information, see
|
5969
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
5970
|
+
# the *Amazon CloudFront Developer Guide*.
|
5971
|
+
#
|
5972
|
+
# </note>
|
5973
|
+
#
|
5974
|
+
# This field is deprecated. We recommend that you use a cache policy or
|
5754
5975
|
# an origin request policy instead of this field.
|
5755
5976
|
#
|
5756
|
-
#
|
5757
|
-
# For more information, see [Creating cache policies][
|
5977
|
+
# If you want to include values in the cache key, use a cache policy.
|
5978
|
+
# For more information, see [Creating cache policies][2] in the *Amazon
|
5758
5979
|
# CloudFront Developer Guide*.
|
5759
5980
|
#
|
5760
|
-
#
|
5981
|
+
# If you want to send values to the origin but not include them in the
|
5761
5982
|
# cache key, use an origin request policy. For more information, see
|
5762
|
-
# [Creating origin request policies][
|
5983
|
+
# [Creating origin request policies][3] in the *Amazon CloudFront
|
5763
5984
|
# Developer Guide*.
|
5764
5985
|
#
|
5765
|
-
#
|
5986
|
+
# A complex type that specifies how CloudFront handles query strings,
|
5766
5987
|
# cookies, and HTTP headers.
|
5767
5988
|
#
|
5768
5989
|
#
|
5769
5990
|
#
|
5770
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
5771
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-
|
5991
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
5992
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy
|
5993
|
+
# [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy
|
5772
5994
|
#
|
5773
5995
|
# @!attribute [rw] query_string
|
5774
5996
|
# This field is deprecated. We recommend that you use a cache policy
|
@@ -8507,8 +8729,8 @@ module Aws::CloudFront
|
|
8507
8729
|
end
|
8508
8730
|
|
8509
8731
|
# @!attribute [rw] distribution_id
|
8510
|
-
# The ID of a distribution in your account that has an
|
8511
|
-
#
|
8732
|
+
# The ID of a standard distribution in your account that has an
|
8733
|
+
# attached TLS certificate that includes the provided alias.
|
8512
8734
|
# @return [String]
|
8513
8735
|
#
|
8514
8736
|
# @!attribute [rw] alias
|
@@ -8802,7 +9024,9 @@ module Aws::CloudFront
|
|
8802
9024
|
# @return [Integer]
|
8803
9025
|
#
|
8804
9026
|
# @!attribute [rw] connection_mode
|
8805
|
-
#
|
9027
|
+
# This field specifies whether the connection mode is through a
|
9028
|
+
# standard distribution (direct) or a multi-tenant distribution with
|
9029
|
+
# distribution tenants (tenant-only).
|
8806
9030
|
# @return [String]
|
8807
9031
|
#
|
8808
9032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByConnectionModeRequest AWS API Documentation
|
@@ -9125,9 +9349,9 @@ module Aws::CloudFront
|
|
9125
9349
|
# @return [String]
|
9126
9350
|
#
|
9127
9351
|
# @!attribute [rw] domain_control_validation_resource
|
9128
|
-
# The distribution resource identifier. This can be the
|
9129
|
-
# or distribution tenant that has a valid certificate,
|
9130
|
-
# the domain that you specify.
|
9352
|
+
# The distribution resource identifier. This can be the standard
|
9353
|
+
# distribution or distribution tenant that has a valid certificate,
|
9354
|
+
# which covers the domain that you specify.
|
9131
9355
|
# @return [Types::DistributionResourceId]
|
9132
9356
|
#
|
9133
9357
|
# @!attribute [rw] max_items
|
@@ -10285,6 +10509,25 @@ module Aws::CloudFront
|
|
10285
10509
|
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout
|
10286
10510
|
# @return [Integer]
|
10287
10511
|
#
|
10512
|
+
# @!attribute [rw] response_completion_timeout
|
10513
|
+
# The time (in seconds) that a request from CloudFront to the origin
|
10514
|
+
# can stay open and wait for a response. If the complete response
|
10515
|
+
# isn't received from the origin by this time, CloudFront ends the
|
10516
|
+
# connection.
|
10517
|
+
#
|
10518
|
+
# The value for `ResponseCompletionTimeout` must be equal to or
|
10519
|
+
# greater than the value for `OriginReadTimeout`. If you don't set a
|
10520
|
+
# value for `ResponseCompletionTimeout`, CloudFront doesn't enforce a
|
10521
|
+
# maximum value.
|
10522
|
+
#
|
10523
|
+
# For more information, see [Response completion timeout][1] in the
|
10524
|
+
# *Amazon CloudFront Developer Guide*.
|
10525
|
+
#
|
10526
|
+
#
|
10527
|
+
#
|
10528
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout
|
10529
|
+
# @return [Integer]
|
10530
|
+
#
|
10288
10531
|
# @!attribute [rw] origin_shield
|
10289
10532
|
# CloudFront Origin Shield. Using Origin Shield can help reduce the
|
10290
10533
|
# load on your origin.
|
@@ -10320,6 +10563,7 @@ module Aws::CloudFront
|
|
10320
10563
|
:vpc_origin_config,
|
10321
10564
|
:connection_attempts,
|
10322
10565
|
:connection_timeout,
|
10566
|
+
:response_completion_timeout,
|
10323
10567
|
:origin_shield,
|
10324
10568
|
:origin_access_control_id)
|
10325
10569
|
SENSITIVE = []
|
@@ -12823,10 +13067,25 @@ module Aws::CloudFront
|
|
12823
13067
|
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
12824
13068
|
# @return [String]
|
12825
13069
|
#
|
13070
|
+
# @!attribute [rw] origin_read_timeout
|
13071
|
+
# Specifies how long, in seconds, CloudFront waits for a response from
|
13072
|
+
# the origin. This is also known as the *origin response timeout*. The
|
13073
|
+
# minimum timeout is 1 second, the maximum is 120 seconds, and the
|
13074
|
+
# default (if you don't specify otherwise) is 30 seconds.
|
13075
|
+
#
|
13076
|
+
# For more information, see [Response timeout][1] in the *Amazon
|
13077
|
+
# CloudFront Developer Guide*.
|
13078
|
+
#
|
13079
|
+
#
|
13080
|
+
#
|
13081
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout
|
13082
|
+
# @return [Integer]
|
13083
|
+
#
|
12826
13084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/S3OriginConfig AWS API Documentation
|
12827
13085
|
#
|
12828
13086
|
class S3OriginConfig < Struct.new(
|
12829
|
-
:origin_access_identity
|
13087
|
+
:origin_access_identity,
|
13088
|
+
:origin_read_timeout)
|
12830
13089
|
SENSITIVE = []
|
12831
13090
|
include Aws::Structure
|
12832
13091
|
end
|
@@ -13328,7 +13587,7 @@ module Aws::CloudFront
|
|
13328
13587
|
:comment,
|
13329
13588
|
:default_value,
|
13330
13589
|
:required)
|
13331
|
-
SENSITIVE = []
|
13590
|
+
SENSITIVE = [:comment]
|
13332
13591
|
include Aws::Structure
|
13333
13592
|
end
|
13334
13593
|
|
@@ -13406,7 +13665,19 @@ module Aws::CloudFront
|
|
13406
13665
|
include Aws::Structure
|
13407
13666
|
end
|
13408
13667
|
|
13409
|
-
#
|
13668
|
+
# <note markdown="1"> This field only supports multi-tenant
|
13669
|
+
# distributions. You can't
|
13670
|
+
# specify this field for standard distributions. For more information,
|
13671
|
+
# see [Unsupported features for SaaS Manager for Amazon CloudFront][1]
|
13672
|
+
# in the *Amazon CloudFront Developer Guide*.
|
13673
|
+
#
|
13674
|
+
# </note>
|
13675
|
+
#
|
13676
|
+
# The configuration for a distribution tenant.
|
13677
|
+
#
|
13678
|
+
#
|
13679
|
+
#
|
13680
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
13410
13681
|
#
|
13411
13682
|
# @!attribute [rw] parameter_definitions
|
13412
13683
|
# The parameters that you specify for a distribution tenant.
|
@@ -14895,12 +15166,13 @@ module Aws::CloudFront
|
|
14895
15166
|
# @return [String]
|
14896
15167
|
#
|
14897
15168
|
# @!attribute [rw] target_resource
|
14898
|
-
# The target distribution
|
14899
|
-
# either `DistributionId` or
|
15169
|
+
# The target standard distribution or distribution tenant resource for
|
15170
|
+
# the domain. You can specify either `DistributionId` or
|
15171
|
+
# `DistributionTenantId`, but not both.
|
14900
15172
|
# @return [Types::DistributionResourceId]
|
14901
15173
|
#
|
14902
15174
|
# @!attribute [rw] if_match
|
14903
|
-
# The value of the `ETag` identifier for the distribution or
|
15175
|
+
# The value of the `ETag` identifier for the standard distribution or
|
14904
15176
|
# distribution tenant that will be associated with the domain.
|
14905
15177
|
# @return [String]
|
14906
15178
|
#
|
@@ -14923,8 +15195,8 @@ module Aws::CloudFront
|
|
14923
15195
|
# @return [String]
|
14924
15196
|
#
|
14925
15197
|
# @!attribute [rw] etag
|
14926
|
-
# The current version of the target distribution or
|
14927
|
-
# tenant that was associated with the domain.
|
15198
|
+
# The current version of the target standard distribution or
|
15199
|
+
# distribution tenant that was associated with the domain.
|
14928
15200
|
# @return [String]
|
14929
15201
|
#
|
14930
15202
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDomainAssociationResult AWS API Documentation
|
@@ -15589,16 +15861,25 @@ module Aws::CloudFront
|
|
15589
15861
|
# @return [Boolean]
|
15590
15862
|
#
|
15591
15863
|
# @!attribute [rw] iam_certificate_id
|
15592
|
-
#
|
15864
|
+
# <note markdown="1"> This field only supports standard distributions.
|
15865
|
+
# You can't specify
|
15866
|
+
# this field for multi-tenant distributions. For more information, see
|
15867
|
+
# [Unsupported features for SaaS Manager for Amazon CloudFront][1] in
|
15868
|
+
# the *Amazon CloudFront Developer Guide*.
|
15869
|
+
#
|
15870
|
+
# </note>
|
15871
|
+
#
|
15872
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
15593
15873
|
# CNAMEs) and the SSL/TLS certificate is stored in [Identity and
|
15594
|
-
# Access Management (IAM)][
|
15874
|
+
# Access Management (IAM)][2], provide the ID of the IAM certificate.
|
15595
15875
|
#
|
15596
|
-
#
|
15876
|
+
# If you specify an IAM certificate ID, you must also specify values
|
15597
15877
|
# for `MinimumProtocolVersion` and `SSLSupportMethod`.
|
15598
15878
|
#
|
15599
15879
|
#
|
15600
15880
|
#
|
15601
|
-
# [1]: https://docs.aws.amazon.com/
|
15881
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas
|
15882
|
+
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html
|
15602
15883
|
# @return [String]
|
15603
15884
|
#
|
15604
15885
|
# @!attribute [rw] acm_certificate_arn
|
@@ -15763,20 +16044,20 @@ module Aws::CloudFront
|
|
15763
16044
|
# @!attribute [rw] origin_read_timeout
|
15764
16045
|
# Specifies how long, in seconds, CloudFront waits for a response from
|
15765
16046
|
# the origin. This is also known as the *origin response timeout*. The
|
15766
|
-
# minimum timeout is 1 second, the maximum is
|
16047
|
+
# minimum timeout is 1 second, the maximum is 120 seconds, and the
|
15767
16048
|
# default (if you don't specify otherwise) is 30 seconds.
|
15768
16049
|
#
|
15769
|
-
# For more information, see [Response timeout
|
15770
|
-
#
|
16050
|
+
# For more information, see [Response timeout][1] in the *Amazon
|
16051
|
+
# CloudFront Developer Guide*.
|
15771
16052
|
#
|
15772
16053
|
#
|
15773
16054
|
#
|
15774
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
16055
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout
|
15775
16056
|
# @return [Integer]
|
15776
16057
|
#
|
15777
16058
|
# @!attribute [rw] origin_keepalive_timeout
|
15778
16059
|
# Specifies how long, in seconds, CloudFront persists its connection
|
15779
|
-
# to the origin. The minimum timeout is 1 second, the maximum is
|
16060
|
+
# to the origin. The minimum timeout is 1 second, the maximum is 120
|
15780
16061
|
# seconds, and the default (if you don't specify otherwise) is 5
|
15781
16062
|
# seconds.
|
15782
16063
|
#
|
@@ -15785,7 +16066,7 @@ module Aws::CloudFront
|
|
15785
16066
|
#
|
15786
16067
|
#
|
15787
16068
|
#
|
15788
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
16069
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout
|
15789
16070
|
# @return [Integer]
|
15790
16071
|
#
|
15791
16072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/VpcOriginConfig AWS API Documentation
|