This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL
Source:R/dynamodb_operations.R
dynamodb_execute_transaction.RdThis operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.
See https://www.paws-r-sdk.com/docs/dynamodb_execute_transaction/ for full documentation.
Usage
dynamodb_execute_transaction(
TransactStatements,
ClientRequestToken = NULL,
ReturnConsumedCapacity = NULL
)Arguments
- TransactStatements
[required] The list of PartiQL statements representing the transaction to run.
- ClientRequestToken
Set this value to get remaining results, if
NextTokenwas returned in the statement response.- ReturnConsumedCapacity
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see
transact_get_itemsandtransact_write_items.