Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginSslProtocols
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginSslProtocols
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/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.
4659 4660 4661 4662 4663 4664 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4659 class AwsCloudFrontDistributionOriginSslProtocols < Struct.new( :items, :quantity) 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.
4659 4660 4661 4662 4663 4664 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4659 class AwsCloudFrontDistributionOriginSslProtocols < Struct.new( :items, :quantity) SENSITIVE = [] include Aws::Structure end |