AWS SDK for .NET Documentation
AWSConfigs Class
AmazonAmazonAWSConfigs Did this page help you?   Yes   No    Tell us about it...
Configuration options that apply to the entire SDK.
Declaration Syntax
C#
public static class AWSConfigs
Members
All MembersPropertiesFields



IconMemberDescription
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
Object
AWSConfigs

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)