Class: Aws::CloudFront::Types::OriginSslProtocols
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginSslProtocols
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
Constant Summary collapse
- SENSITIVE =
[]
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.
8996 8997 8998 8999 9000 9001 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8996 class OriginSslProtocols < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
8996 8997 8998 8999 9000 9001 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8996 class OriginSslProtocols < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |