Kaholo Plugin for running scripts and queries on DynamoDb servers.
- Access Key (Vault) Required if not in method - The access key to use on default to connect to the DynamoDb server.
- Secret Key (Vault) Required if not in method - The secret access key to use on default to connect to the DynamoDB server.
- Region (Autocomplete) Required - The region is used to make the request on AWS regions.
Can be in this format
*accessKeyId=myaccesskey ;secretAccessKey=My_secretaccesskey;Region=myRegion;
This method creates a table in connected DynamoDb.
-
Access Key (Vault) Required if not in method - The access key to use on default to connect to the DynamoDB server.
-
Secret Key (Vault) Required if not in method - The secret access key to use on default to connect to the DynamoDB server.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Text) Required - The table name to create the table on the connected DynamoDb database.
-
Table Schema (Text) Required - The table schema to give parameters in a standard manner defined by DynamoDb to perform operation. Should be in this format [{‘AttributeName’:‘Season’,‘AttributeType’:‘Season’,‘KeyType’:‘Hash’,}]
This method deletes a table in connected DynamoDb.
-
Access Key (Vault) Required if not in method - The access key to use on default to connect to the DynamoDB server.
-
Secret Key (Vault) Required if not in method - The secret access key to use on default to connect to the DynamoDB server.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Text) Required - The table name to create the table on the connected DynamoDb.
This method updates the table in connected DynamoDb.
-
Access Key (Vault) Required if not in method - The access key to use on default to connect to the DynamoDB server.
-
Secret Key (Vault) Required if not in method - The secret access key to use on default to connect to the DynamoDB server.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Text) Required - The table name to create the table on the connected DynamoDb.
-
Update Params (String) Required - The Update Params to give parameters which we want to update.
This method lists all tables in connected DynamoDb.
-
Access Key (Vault) Required if not in method - The access key to use on default to connect to the DynamoDB server.
-
Limit (String) Required - To set limit of outputs which outputs we get from this method.
This method describes the table.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
This method creates back up for an existing table.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Back Up Name (String) Required - The name of back up in DynamoDb.
This method deletes back up in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Back Up Name (String) Required - The name of back up in DynamoDb.
This method puts items on an existing table using the AWS management console.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Item Data TO Put On (String) Required - The item data to put on an existing table in connected DynamoDb.
This method puts more then one items on an existing table at once.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Items (String) Required - Data which having more then one items to put on an existing table in connected DynamoDb.
This method is used to get the item from an existing table in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Key (Text) Required - Key is a map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
-
Projection Expression (Text) Required - Projection Expression is used to identifies one or more attributes to retrieve from the table.
This method is used to get more then one items on an existing table in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Key (Text) Required - Key is a map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
-
Projection Expression (Text) Required - Projection Expression is used to identifies one or more attributes to retrieve from the table.
This method is used to update the items on an existing table in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Key (Text) Required - Key is a map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
-
Expression Attribute Values (String) Required - The values of expression attribute. Can be in this format {‘:t’:{‘S’:‘Season’},‘:y’:{‘N’,‘2015’}}
-
Expression Attribute Names (String) Required - Names of expression attribute. Can be in this format {‘#AT’:‘AlbumTitle’,‘#y’:‘Year’}
-
Set Expression (String) Required - This parameter is used to set the expression. Can be in this format ‘‘ #Y = :y, #AT = :t”
This method is used to delete the items on an existing table in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Text) Required - The table name to create the table on the connected DynamoDb.
-
Key (Autocomplete) Required - Key is a map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.
This method is used to query in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
- Expression Attribute Values (String) Required - The values of expression attribute. Can be in this format {‘:t’:{‘S’:‘Season’},‘:y’:{‘N’,‘2015’}}
-
Projection Expression (Text) Required - Projection Expression is used to identifies one or more attributes to retrieve from the table.
This method is used to scan a table in connected DynamoDb.
-
Region (Autocomplete) Required - The region is used to make the request on AWS regions.
-
Table Name (Autocomplete) Required - The table name to create the table on the connected DynamoDb.
-
Projection Expression (Text) Required - Projection Expression is used to identifies one or more attributes to retrieve from the table.