Class: Aws::CloudSearch::Types::DomainEndpointOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DomainEndpointOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The domain’s endpoint options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enforce_https ⇒ Boolean
Whether the domain is HTTPS only enabled.
-
#tls_security_policy ⇒ String
The minimum required TLS version.
Instance Attribute Details
#enforce_https ⇒ Boolean
Whether the domain is HTTPS only enabled.
1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1030 class DomainEndpointOptions < Struct.new( :enforce_https, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |
#tls_security_policy ⇒ String
The minimum required TLS version
1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1030 class DomainEndpointOptions < Struct.new( :enforce_https, :tls_security_policy) SENSITIVE = [] include Aws::Structure end |