OptionalawsThis property should never be passed.
OptionalclientOptional configuration to pass during client initialization, e.g. AWS region.
OptionaldataThe DynamoDB table data attribute name. Defaults to 'data'.
OptionalexpiryThe DynamoDB table expiry attribute name. Defaults to 'expiration'.
OptionalinThe DynamoDB table in progress expiry attribute name. Defaults to 'in_progress_expiry_attr'.
OptionalkeyThe DynamoDB table key attribute name. Defaults to 'id'.
OptionalsortThe DynamoDB table sort key attribute name, use only when table has one. Defaults to undefined.
OptionalstaticThe DynamoDB table static partition key value, use only with sortKeyAttr. Defaults to idempotency#{LAMBDA_FUNCTION_NAME}.
OptionalstatusThe DynamoDB table status attribute name. Defaults to 'status'.
The DynamoDB table name.
OptionalvalidationThe DynamoDB table validation key attribute name. Defaults to 'validation'.
Interface for DynamoDBPersistenceOptions with clientConfig property.