Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginSslProtocols
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginSslProtocols
- Defined in:
- gems/aws-sdk-securityhub/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.
4451 4452 4453 4454 4455 4456 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4451 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.
4451 4452 4453 4454 4455 4456 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4451 class AwsCloudFrontDistributionOriginSslProtocols < Struct.new( :items, :quantity) SENSITIVE = [] include Aws::Structure end |