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
Copy file name to clipboardExpand all lines: website/docs/cdktf/python/r/cloudfront_distribution.html.markdown
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ The arguments of `geo_restriction` are:
472
472
*`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`.
473
473
*`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`.
474
474
*`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.
476
476
477
477
## Attribute Reference
478
478
@@ -501,6 +501,7 @@ This resource exports the following attributes in addition to the arguments abov
Copy file name to clipboardExpand all lines: website/docs/cdktf/typescript/r/cloudfront_distribution.html.markdown
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@ The arguments of `geoRestriction` are:
543
543
*`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`.
544
544
*`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`.
545
545
*`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.
547
547
548
548
## Attribute Reference
549
549
@@ -572,6 +572,7 @@ This resource exports the following attributes in addition to the arguments abov
0 commit comments