User guide

The parent of the property element is the map (p. 24) element.
The property element contains no child elements.
The following is an example of the property element in use:
...
<property
name="Rating"
converter="SampleApp.Models.RatingConverter, SampleDLL" />
...
proxy
The proxy element represents settings for configuring a proxy for the SDK for .NET to use. This element
can include the following attributes:
hostThe host name or IP address of the proxy server. (This attributes maps to the
Amazon.Util.ProxyConfig.Host property from the Amazon.AWSConfigs.ProxyConfig.Host
property in the AWS SDK for .NET.)
passwordThe password to authenticate with the proxy server. (This attributes maps to the
Amazon.Util.ProxyConfig.Password property from the
Amazon.AWSConfigs.ProxyConfig.Password property in the AWS SDK for .NET.)
portThe port number of the proxy. (This attributes maps to the Amazon.Util.ProxyConfig.Port
property from the Amazon.AWSConfigs.ProxyConfig.Port property in the AWS SDK for .NET.)
usernameThe username to authenticate with the proxy server. (This attributes maps to the
Amazon.Util.ProxyConfig.Username property from the
Amazon.AWSConfigs.ProxyConfig.Username property in the AWS SDK for .NET.)
The parent of the proxy element is the aws (p. 21) element.
The proxy element contains no child elements.
The following is an example of the proxy element in use:
...
<proxy
host="192.0.2.0"
port="1234"
username="My-Username-Here"
password="My-Password-Here" />
...
s3
The s3 element represents a collection of Amazon S3 settings. This element can include the
useSignatureVersion4 attribute, which specifies whether Signature Version 4 signing will be used for
all requests (true) or whether Signature Version 4 signing will not be used for all requests (false, the
default). (This attribute maps to the Amazon.AWSConfigs.S3Config.UseSignatureVersion4 property
in the AWS SDK for .NET.)
The parent of the s3 element is the aws (p. 21) element.
The s3 element contains no child elements.
The following is an example of the s3 element in use:
Version v2.0.0
25
AWS SDK for .NET Developer Guide
Configuration Files Reference