Class: Aws::Lightsail::Types::LoadBalancerTlsPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::LoadBalancerTlsPolicy
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the TLS security policies that are available for Lightsail load balancers.
For more information about load balancer TLS security policies, see Configuring TLS security policies on your Amazon Lightsail load balancers in the Amazon Lightsail Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ciphers ⇒ Array<String>
The ciphers used by the TLS security policy.
-
#description ⇒ String
The description of the TLS security policy.
-
#is_default ⇒ Boolean
A Boolean value that indicates whether the TLS security policy is the default.
-
#name ⇒ String
The name of the TLS security policy.
-
#protocols ⇒ Array<String>
The protocols used in a given TLS security policy.
Instance Attribute Details
#ciphers ⇒ Array<String>
The ciphers used by the TLS security policy.
The ciphers are listed in order of preference.
11843 11844 11845 11846 11847 11848 11849 11850 11851 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11843 class LoadBalancerTlsPolicy < Struct.new( :name, :is_default, :description, :protocols, :ciphers) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the TLS security policy.
11843 11844 11845 11846 11847 11848 11849 11850 11851 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11843 class LoadBalancerTlsPolicy < Struct.new( :name, :is_default, :description, :protocols, :ciphers) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
A Boolean value that indicates whether the TLS security policy is the default.
11843 11844 11845 11846 11847 11848 11849 11850 11851 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11843 class LoadBalancerTlsPolicy < Struct.new( :name, :is_default, :description, :protocols, :ciphers) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the TLS security policy.
11843 11844 11845 11846 11847 11848 11849 11850 11851 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11843 class LoadBalancerTlsPolicy < Struct.new( :name, :is_default, :description, :protocols, :ciphers) SENSITIVE = [] include Aws::Structure end |
#protocols ⇒ Array<String>
The protocols used in a given TLS security policy.
11843 11844 11845 11846 11847 11848 11849 11850 11851 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11843 class LoadBalancerTlsPolicy < Struct.new( :name, :is_default, :description, :protocols, :ciphers) SENSITIVE = [] include Aws::Structure end |