originSslProtocols property
Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting
to your origin over HTTPS. Valid values include SSLv3
,
TLSv1
, TLSv1.1
, and TLSv1.2
.
For more information, see Minimum Origin SSL Protocol in the Amazon CloudFront Developer Guide.
Implementation
final OriginSslProtocols? originSslProtocols;