AWS SDK for .NET Documentation
Action Property
AmazonAmazon.DynamoDBv2.ModelAttributeValueUpdateAction Did this page help you?   Yes   No    Tell us about it...
Specifies how to perform the update. Valid values are PUT, DELETE, and ADD. The behavior depends on whether the specified primary key already exists in the table. If an item with the specified Key is found in the table:If no item with the specified Key is found:

Constraints:

Allowed Values
ADD, PUT, DELETE

Declaration Syntax
C#
public string Action { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)