Puppet Task: dynamodb_aws_update_item
- Defined in:
-
tasks/dynamodb_aws_update_item.json,
tasks/dynamodb_aws_update_item.rb
Overview
Edits an existing item's attributes, or adds a new item to the table if it does not already exist. You can put, delete, or add attribute values. You can also perform a conditional update on an existing item (insert a new attribute name-value pair if it doesn't exist, or replace an existing name-value pair if it has certain expected attribute values). You can also return the item's attribute values in the same UpdateItem operation using the ReturnValues parameter.