Skip to content

Commit 5d780c2

Browse files
committed
chore: reset files since they are autogenerated
1 parent 4634332 commit 5d780c2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

website/docs/cdktf/python/r/cloudfront_distribution.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ The arguments of `geo_restriction` are:
472472
* `cloudfront_default_certificate` - `true` if you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name for your distribution. Specify this, `acm_certificate_arn`, or `iam_certificate_id`.
473473
* `iam_certificate_id` - IAM certificate identifier of the custom viewer certificate for this distribution if you are using a custom domain. Specify this, `acm_certificate_arn`, or `cloudfront_default_certificate`.
474474
* `minimum_protocol_version` - Minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections. Can only be set if `cloudfront_default_certificate = false`. See all possible values in [this](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html) table under "Security policy." Some examples include: `TLSv1.2_2019` and `TLSv1.2_2021`. Default: `TLSv1`. **NOTE**: If you are using a custom certificate (specified with `acm_certificate_arn` or `iam_certificate_id`), and have specified `sni-only` in `ssl_support_method`, `TLSv1` or later must be specified. If you have specified `vip` in `ssl_support_method`, only `SSLv3` or `TLSv1` can be specified. If you have specified `cloudfront_default_certificate`, `TLSv1` must be specified.
475-
* `ssl_support_method` - How you want CloudFront to serve HTTPS requests. One of `vip`, `sni-only`, or `static-ip`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.
475+
* `ssl_support_method` - How you want CloudFront to serve HTTPS requests. One of `vip` or `sni-only`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.
476476

477477
## Attribute Reference
478478

@@ -501,6 +501,7 @@ This resource exports the following attributes in addition to the arguments abov
501501

502502
[1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html
503503
[2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html
504+
[3]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html
504505
[4]: http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm
505506
[5]: /docs/providers/aws/r/cloudfront_origin_access_identity.html
506507
[6]: https://aws.amazon.com/certificate-manager/
@@ -526,4 +527,4 @@ Using `terraform import`, import CloudFront Distributions using the `id`. For ex
526527
% terraform import aws_cloudfront_distribution.distribution E74FTE3EXAMPLE
527528
```
528529

529-
<!-- cache-key: cdktf-0.19.0 input-0b6496126422015df51ee5b7114c332b4222965bc778c7ff2aecedac14a3a375 -->
530+
<!-- cache-key: cdktf-0.19.0 input-0b6496126422015df51ee5b7114c332b4222965bc778c7ff2aecedac14a3a375 -->

website/docs/cdktf/typescript/r/cloudfront_distribution.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ The arguments of `geoRestriction` are:
543543
* `cloudfrontDefaultCertificate` - `true` if you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name for your distribution. Specify this, `acm_certificate_arn`, or `iam_certificate_id`.
544544
* `iamCertificateId` - IAM certificate identifier of the custom viewer certificate for this distribution if you are using a custom domain. Specify this, `acm_certificate_arn`, or `cloudfront_default_certificate`.
545545
* `minimumProtocolVersion` - Minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections. Can only be set if `cloudfront_default_certificate = false`. See all possible values in [this](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html) table under "Security policy." Some examples include: `TLSv1.2_2019` and `TLSv1.2_2021`. Default: `TLSv1`. **NOTE**: If you are using a custom certificate (specified with `acm_certificate_arn` or `iam_certificate_id`), and have specified `sni-only` in `ssl_support_method`, `TLSv1` or later must be specified. If you have specified `vip` in `ssl_support_method`, only `SSLv3` or `TLSv1` can be specified. If you have specified `cloudfront_default_certificate`, `TLSv1` must be specified.
546-
* `sslSupportMethod` - How you want CloudFront to serve HTTPS requests. One of `vip`, `sni-only`, or `static-ip`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.
546+
* `sslSupportMethod` - How you want CloudFront to serve HTTPS requests. One of `vip` or `sni-only`. Required if you specify `acm_certificate_arn` or `iam_certificate_id`. **NOTE:** `vip` causes CloudFront to use a dedicated IP address and may incur extra charges.
547547

548548
## Attribute Reference
549549

@@ -572,6 +572,7 @@ This resource exports the following attributes in addition to the arguments abov
572572

573573
[1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html
574574
[2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html
575+
[3]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html
575576
[4]: http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm
576577
[5]: /docs/providers/aws/r/cloudfront_origin_access_identity.html
577578
[6]: https://aws.amazon.com/certificate-manager/
@@ -600,4 +601,4 @@ Using `terraform import`, import CloudFront Distributions using the `id`. For ex
600601
% terraform import aws_cloudfront_distribution.distribution E74FTE3EXAMPLE
601602
```
602603

603-
<!-- cache-key: cdktf-0.19.0 input-0b6496126422015df51ee5b7114c332b4222965bc778c7ff2aecedac14a3a375 -->
604+
<!-- cache-key: cdktf-0.19.0 input-0b6496126422015df51ee5b7114c332b4222965bc778c7ff2aecedac14a3a375 -->

0 commit comments

Comments
 (0)