Class: Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest
- Includes:
- Structure
- Defined in:
- 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
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Whether to require that all requests to the domain arrive over HTTPS.
-
#domain_name ⇒ String
A string that represents the name of a domain.
Instance Attribute Details
#domain_endpoint_options ⇒ Types::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 'lib/aws-sdk-cloudsearch/types.rb', line 2012 class UpdateDomainEndpointOptionsRequest < Struct.new( :domain_name, :domain_endpoint_options) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
A string that represents the name of a domain.
2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2012 class UpdateDomainEndpointOptionsRequest < Struct.new( :domain_name, :domain_endpoint_options) SENSITIVE = [] include Aws::Structure end |