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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#itemsArray<String>

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

Returns:

  • (Array<String>)

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

#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)

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