View source: R/dynamodb_operations.R
dynamodb_transact_get_items | R Documentation |
transact_get_items
is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A transact_get_items
call can contain up to 100 TransactGetItem
objects, each of which contains a Get
structure that specifies an item to retrieve from a table in the account and Region. A call to transact_get_items
cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.
See https://www.paws-r-sdk.com/docs/dynamodb_transact_get_items/ for full documentation.
dynamodb_transact_get_items(TransactItems, ReturnConsumedCapacity = NULL)
TransactItems |
[required] An ordered array of up to 100 |
ReturnConsumedCapacity |
A value of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.