Configuration options that apply to the entire SDK.

C# |
public static class AWSConfigs

All Members | Properties | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | EndpointDefinition |
Configures if the SDK should use a custom configuration file that defines the regions and endpoints.
![]() <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:
![]() <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:
![]() <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:
![]() <appSettings> <add key="AWSResponseLogging" value="OnError"/> </appSettings> |
![]() ![]() | ResponseLoggingKey |
Key for the ResponseLogging property.
|

Object | |
![]() | AWSConfigs |