Updates the domain\'s endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.
cloudsearch_update_domain_endpoint_options(DomainName,
DomainEndpointOptions)
[required] A string that represents the name of a domain.
[required] 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.
svc$update_domain_endpoint_options( DomainName = "string", DomainEndpointOptions = list( EnforceHTTPS = TRUE|FALSE, TLSSecurityPolicy = "Policy-Min-TLS-1-0-2019-07"|"Policy-Min-TLS-1-2-2019-07" ) )