Description - Creates a new DynamoDB table

Runtime Class - com.ibi.agents.XDDynamoDBCreateTable


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Table Name:stringDynamoDb Table Name
*Primary Key Name:stringName of the primary key to identify each item.
*Primary Key Type:stringThe data type of this primary key.

Select from one of the following options:
  • String
  • Number
  • Binary
Sort Key Name:stringName of the second key to identify each item.
Sort Key Type:stringThe data type of this sort key.

Select from one of the following options:
  • String
  • Number
  • Binary
* - denotes required
 ParameterTypeDescription
*Read Capacity Units:integerThroughput Capacity for Reads ( minimum 1)
*Write Capacity Units:integerThroughput Capacity for Writes ( minimum 1)
* - denotes required

Output Events

NameDescription
onFailParseCould not parse a document.
onFailOperationCould not perform the operation requested.
onFailConnectCould not connect to the external system.