DynamoDB - create a new table
Search form
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
Parameter Type Description
* Table Name: string DynamoDb Table Name
* Primary Key Name: string Name of the primary key to identify each item.
* Primary Key Type: string The data type of this primary key.
Select from one of the following options:
- String
- Number
- Binary
Sort Key Name: string Name of the second key to identify each item.
Sort Key Type: string The data type of this sort key.
Select from one of the following options:
- String
- Number
- Binary
* - denotes required
Parameter Type Description
* Read Capacity Units: integer Throughput Capacity for Reads ( minimum 1)
* Write Capacity Units: integer Throughput Capacity for Writes ( minimum 1)
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDDynamoDBCreateTable
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Table Name: string DynamoDb Table Name
* Primary Key Name: string Name of the primary key to identify each item.
* Primary Key Type: string The data type of this primary key.
Select from one of the following options:
- String
- Number
- Binary
Sort Key Name: string Name of the second key to identify each item.
Sort Key Type: string The data type of this sort key.
Select from one of the following options:
- String
- Number
- Binary
* - denotes required
Parameter Type Description
* Read Capacity Units: integer Throughput Capacity for Reads ( minimum 1)
* Write Capacity Units: integer Throughput Capacity for Writes ( minimum 1)
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Table Name: | string | DynamoDb Table Name | * | Primary Key Name: | string | Name of the primary key to identify each item. | * | Primary Key Type: | string | The data type of this primary key.
Select from one of the following options:
|
Sort Key Name: | string | Name of the second key to identify each item. | Sort Key Type: | string | The data type of this sort key.
Select from one of the following options:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Read Capacity Units: | integer | Throughput Capacity for Reads ( minimum 1) | * | Write Capacity Units: | integer | Throughput Capacity for Writes ( minimum 1) |
* - denotes required
Output Events
Name | Description |
---|---|
onFailParse | Could not parse a document. |
onFailOperation | Could not perform the operation requested. |
onFailConnect | Could not connect to the external system. |