| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.OriginSslProtocols
Description
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.
Constructors
| OriginSslProtocols' | |
Fields
| |
Instances
newOriginSslProtocols Source #
Arguments
| :: Int | |
| -> OriginSslProtocols |
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.