Class: Aws::CloudFront::Types::OriginSslProtocols

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

Instance Attribute Details

#itemsArray<String>

A list that contains allowed SSL/TLS protocols for this distribution.

Returns:

  • (Array<String>)


8994
8995
8996
8997
8998
8999
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8994

class OriginSslProtocols < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

Returns:

  • (Integer)


8994
8995
8996
8997
8998
8999
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8994

class OriginSslProtocols < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end