Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Context

Description

amazonDDBClient

null

Producer

Reference to a com.amazonaws.services.dynamodb.AmazonDynamoDB in the Registry.

accessKey

null

Producer

Amazon AWS Access Key

secretKey

null

Producer

Amazon AWS Secret Key

amazonDdbEndpoint

null

Producer

The region with which the AWS-DDB client wants to work with.

tableName

null

Producer

The name of the table currently worked with.

readCapacity

0

Producer

The provisioned throughput to reserve for reading resources from your table

writeCapacity

0

Producer

The provisioned throughput to reserved for writing resources to your table

consistentRead

false

Producer

Determines whether or not strong consistency should be enforced when data is read.

operation

PutAttributes

Producer

Valid values are BatchGetItems, DeleteItem, DeleteTable, DescribeTable, GetItem, PutItem, Query, Scan, UpdateItem, UpdateTable.

proxyHost

null

Producer

Camel 2.16: Specify a proxy host to be used inside the client definition.

proxyPort

null

Producer

Camel 2.16: Specify a proxy port to be used inside the client definition.

Info
titleRequired DDB component options

You have to provide the amazonDDBClient in the Registry or your accessKey and secretKey to access the Amazon's DynamoDB.

...