v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1452132172.2 KB

Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.

get/#Action=UpdateDomainEndpointOptions

Query parameters

DomainNamestring required

A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

A string that represents the name of a domain.

EnforceHTTPSboolean

Whether the domain is HTTPS only enabled.

TLSSecurityPolicy'Policy-Min-TLS-1-0-2019-07' | 'Policy-Min-TLS-1-2-2019-07'

The minimum required TLS version

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.

Action'UpdateDomainEndpointOptions' required
Version'2013-01-01' required

Response

Success