Class: Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_endpoint_optionsTypes::DomainEndpointOptions

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.



2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 2012

class UpdateDomainEndpointOptionsRequest < Struct.new(
  :domain_name,
  :domain_endpoint_options)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

A string that represents the name of a domain.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 2012

class UpdateDomainEndpointOptionsRequest < Struct.new(
  :domain_name,
  :domain_endpoint_options)
  SENSITIVE = []
  include Aws::Structure
end