Class: Aws::CloudSearch::Types::DomainEndpointOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The domain's endpoint options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enforce_httpsBoolean

Whether the domain is HTTPS only enabled.

Returns:

  • (Boolean)


1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1030

class DomainEndpointOptions < Struct.new(
  :enforce_https,
  :tls_security_policy)
  SENSITIVE = []
  include Aws::Structure
end

#tls_security_policyString

The minimum required TLS version

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1030

class DomainEndpointOptions < Struct.new(
  :enforce_https,
  :tls_security_policy)
  SENSITIVE = []
  include Aws::Structure
end