Builder

class Builder

Properties

Link copied to clipboard

The name of the hash key (also called the partition key). The hashKeyField value must match the partition key of the target DynamoDB table.

Link copied to clipboard

The data type for the hash key (also called the partition key). You can specify the following values:

Link copied to clipboard

The value of the hash key (also called the partition key).

Link copied to clipboard

The type of operation to perform. You can specify the following values:

Link copied to clipboard

Information needed to configure the payload.

Link copied to clipboard

The name of the DynamoDB column that receives the action payload.

Link copied to clipboard

The name of the range key (also called the sort key). The rangeKeyField value must match the sort key of the target DynamoDB table.

Link copied to clipboard

The data type for the range key (also called the sort key), You can specify the following values:

Link copied to clipboard

The value of the range key (also called the sort key).

Link copied to clipboard

The name of the DynamoDB table. The tableName value must match the table name of the target DynamoDB table.

Functions

Link copied to clipboard