schema.infinispan-cachestore-dynamodb-config-1.0.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-cachestore-dynamodb Show documentation
Show all versions of infinispan-cachestore-dynamodb Show documentation
Infinispan module for persisting data to an AWS DynamoDB table
The DynamoDB endpoint. If set overrides region.
The DynamoDB region.
The required class for transforming between Infinispan entries
(key / value pairs and optional metadata) and a corresponding
DynamoDB item.
Optional class for executing direct queries against
DynamoDB. If set the list of indexed attributes
must also be specified.
Optional space or comma separated list of indexed
DynamoDB table attributes. Must be specified if a
query executor is set.
The read capacity to provision when creating a new
DynamoDB table and indices. Defaults to 1.
The write capacity to provision when creating a new
DynamoDB table and indices. Defaults to 1.
Optional DynamoDB table prefix.
Optional range key to apply to all DynamoDB
operations. If set must constitute a valid key
name.
The value of the optional range key. Its type must
be string.