User guide

</aws>
...
dynamoDB
The dynamoDB element represents a collection of settings for Amazon DynamoDB. This element can
include the conversionSchema attribute, which represents the version to use for converting between
.NET and DynamoDB objects. Allowed values include V1 and V2. (This attribute maps to the
Amazon.DynamoDBv2.DynamoDBEntryConversion class in the AWS SDK for .NET.) For more
information, see DynamoDB Series - Conversion Schemas.
The parent of the dynamoDB element is the aws (p. 21) element.
The dynamoDB element can include the dynamoDBContext (p. 22) child element.
The following is an example of the dynamoDB element in use:
...
<dynamoDB
conversionSchema="V2">
...
</dynamoDB>
...
dynamoDBContext
The dynamoDBContext element represents a collection of Amazon DynamoDB context-specific settings.
This element can include the tableNamePrefix attribute, which represents the default table name prefix
that the DynamoDB context will use if it is not manually configured. (This attribute maps to the
Amazon.Util.DynamoDBContextConfig.TableNamePrefix property from the
Amazon.AWSConfigs.DynamoDBConfig.Context.TableNamePrefix property in the AWS SDK for
.NET.) For more information, see Enhancements to the DynamoDB SDK.
The parent of the dynamoDBContext element is the dynamoDB (p. 22) element.
The dynamoDBContext element can include the following child elements:
alias (p. 20) (one or more instances)
map (p. 24) (one or more instances)
The following is an example of the dynamoDBContext element in use:
...
<dynamoDBContext
tableNamePrefix="Test-">
...
</dynamoDBContext>
...
ec2
The ec2 element represents a collection of Amazon EC2 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.Util.EC2Config.UseSignatureVersion4 property
Version v2.0.0
22
AWS SDK for .NET Developer Guide
Configuration Files Reference