You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudSearch::Types::UpdateDomainEndpointOptionsRequest
 
 
- Defined in:
 - (unknown)
 
Overview
When passing UpdateDomainEndpointOptionsRequest as input to an Aws::Client method, you can use a vanilla 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
  },
}
Container for the parameters to the UpdateDomainEndpointOptions operation. Specifies the name of the domain you want to update and the domain endpoint options.
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.
#domain_name ⇒ String
A string that represents the name of a domain.