You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::OriginSslProtocols
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginSslProtocols
- Defined in:
- (unknown)
Overview
When passing OriginSslProtocols as input to an Aws::Client method, you can use a vanilla Hash:
{
quantity: 1, # required
items: ["SSLv3"], # required, accepts SSLv3, TLSv1, TLSv1.1, TLSv1.2
}
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
Returned by:
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A list that contains allowed SSL/TLS protocols for this distribution.
-
#quantity ⇒ Integer
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
Instance Attribute Details
#items ⇒ Array<String>
A list that contains allowed SSL/TLS protocols for this distribution.
#quantity ⇒ Integer
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.