Configuration options that apply to the entire SDK.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static class AWSConfigs
 Members
 Members| All Members | Properties | Fields | |||
| Icon | Member | Description | 
|---|---|---|
|   | EndpointDefinition | 
            Configures if the SDK should use a custom configuration file that defines the regions and endpoints.
              CopyC# <appSettings> <add key="AWSEndpointDefinition" value="c:\config\endpoints.xml"/> </appSettings> | 
|   | EndpointDefinitionKey | 
            Key for the EndpointDefinition property.
             | 
|   | Logging | 
            Configures how the SDK should log events, if at all.
            Changes to this setting will only take effect in newly-constructed clients.
            
            The setting can be configured through App.config, for example:
              CopyC# <appSettings> <add key="AWSLogging" value="log4net"/> </appSettings> | 
|   | LoggingKey | 
            Key for the Logging property.
             | 
|   | LogMetrics | 
            Configures if the SDK should log performance metrics.
            This setting configures the default LogMetrics property for all clients/configs.
            Changes to this setting will only take effect in newly-constructed clients.
            
            The setting can be configured through App.config, for example:
              CopyC# <appSettings> <add key="AWSLogMetrics" value="true"/> </appSettings> | 
|   | LogMetricsKey | 
            Key for the LogMetrics property.
             | 
|   | ResponseLogging | 
            Configures when the SDK should log service responses.
            Changes to this setting will take effect immediately.
            
            The setting can be configured through App.config, for example:
              CopyC# <appSettings> <add key="AWSResponseLogging" value="OnError"/> </appSettings> | 
|   | ResponseLoggingKey | 
            Key for the ResponseLogging property.
            
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AWSConfigs |