minimumProtocolVersion property
If the distribution uses Aliases
(alternate domain names or
CNAMEs), specify the security policy that you want CloudFront to use for
HTTPS connections with viewers. The security policy determines two settings:
- The minimum SSL/TLS protocol that CloudFront can use to communicate with viewers.
- The ciphers that CloudFront can use to encrypt the content that it returns to viewers.
SSLSupportMethod
to
sni-only
), you must specify TLSv1
or higher.
If the distribution uses the CloudFront domain name such as
d111111abcdef8.cloudfront.net
(you set
CloudFrontDefaultCertificate
to true
), CloudFront
automatically sets the security policy to TLSv1
regardless of
the value that you set here.
Implementation
final MinimumProtocolVersion? minimumProtocolVersion;