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 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).
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.iotevents.model.Payload inside the given block