X4 Produktdokumentation

Amazon S3 DynamoDB Connector

The Amazon S3 DynamoDB Connector saves data in the Amazon S3 DynamoDB Storage and enables you to use the X4 BPMS to persist data in cloud environments. Amazon S3 DynamoDB is a fully managed NoSQL database service that delivers fast and predictable performance with seamless scalability.

Properties

Operation

Describes which operation the adapter performs.

For more information on the parameters, status values, inputs, and outputs of each operation, see the corresponding subpages.

Possible values:

  • CreateTable: Creates a table with a table name and primary key.

  • UpdateTable: Updates existing tables and changes the read/write capacity units.

  • ListTable: Lists all tables.

  • EnableAutoScaling: Enables AutoScaling for an existing table with the appropriate scalableType (Read/Write).

  • DisableAutoScaling: Disables AutoScaling for an existing table with the appropriate scalableType (Read/Write).

  • PutItem: Receives an XML input with the structure of the element to be placed.

  • BatchPutMultipleItems: Inserts multiple elements in a single call.

  • UpdateItem: Updates the specific element.

  • GetItem: Retrieves the specific element.

  • BatchGetMultipleItems: Retrieves multiple elements depending on the values of partitionKey specified in an XML file.

  • Delete : Deletes an element or table according to the configured parameters.

  • BatchDeleteMultipleItems: Deletes multiple elements in a single call.

  • Query: Retrieves a subset of elements within a table. Conditions are specified for the various attributes.