#include <DiscoveryClient.h>
◆ DiscoveryClientConfig() [1/3]
  
  
      
        
          | Aws::Discovery::DiscoveryClientConfig::DiscoveryClientConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
noexcept   | 
  
 
 
◆ DiscoveryClientConfig() [2/3]
◆ DiscoveryClientConfig() [3/3]
◆ ~DiscoveryClientConfig()
  
  
      
        
          | Aws::Discovery::DiscoveryClientConfig::~DiscoveryClientConfig  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Bootstrap
The client bootstrap to use for setting up and tearing down connections. If not defined, the static default will be used instead. 
 
 
◆ ggServerName
The full string of the greengrass server endpoint that you want to connect to. Defaults to this over using Region to connect to server Optional. (mutually exclusive with ggServerName) 
 
 
◆ MaxConnections
      
        
          | size_t Aws::Discovery::DiscoveryClientConfig::MaxConnections | 
        
      
 
The maximum number of concurrent connections allowed 
 
 
◆ ProxyOptions
The proxy options for all http connections made by this client. Optional. 
 
 
◆ Region
      
        
          | Crt::String Aws::Discovery::DiscoveryClientConfig::Region | 
        
      
 
The value of the Aws region to connect to. Optional. (mutually exclusive with ggServerName) 
 
 
◆ SocketOptions
The socket options of the connections made by the client. Required. 
 
 
◆ TlsContext
The TLS options for all http connections made by this client. Optional. 
 
 
The documentation for this class was generated from the following files: