Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data OriginSslProtocols Source #
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
See: newOriginSslProtocols
smart constructor.
OriginSslProtocols' | |
|
Instances
newOriginSslProtocols Source #
Create a value of OriginSslProtocols
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:quantity:OriginSslProtocols'
, originSslProtocols_quantity
- The number of SSL/TLS protocols that you want to allow CloudFront to
use when establishing an HTTPS connection with this origin.
$sel:items:OriginSslProtocols'
, originSslProtocols_items
- A list that contains allowed SSL/TLS protocols for this distribution.
originSslProtocols_quantity :: Lens' OriginSslProtocols Int Source #
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
originSslProtocols_items :: Lens' OriginSslProtocols [SslProtocol] Source #
A list that contains allowed SSL/TLS protocols for this distribution.