You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DomainEndpointOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  enforce_https: false,
  tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
}

The domain's endpoint options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enforce_https ⇒ Boolean

Whether the domain is HTTPS only enabled.

Returns:

  • (Boolean) —

    Whether the domain is HTTPS only enabled.

#tls_security_policy ⇒ String

The minimum required TLS version

Possible values:

  • Policy-Min-TLS-1-0-2019-07
  • Policy-Min-TLS-1-2-2019-07

Returns:

  • (String) —

    The minimum required TLS version.