class Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest

Container for the parameters to the `UpdateDomainEndpointOptions` operation. Specifies the name of the domain you want to update and the domain endpoint options.

@note When making an API call, you may pass UpdateDomainEndpointOptionsRequest

data as a hash:

    {
      domain_name: "DomainName", # required
      domain_endpoint_options: { # required
        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
      },
    }

@!attribute [rw] domain_name

A string that represents the name of a domain.
@return [String]

@!attribute [rw] domain_endpoint_options

Whether to require that all requests to the domain arrive over
HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for
TLSSecurityPolicy. For compatibility with older clients, the default
is Policy-Min-TLS-1-0-2019-07.
@return [Types::DomainEndpointOptions]

Constants

SENSITIVE