Class DynamoReturnValues
Use ReturnValues if you want to get the item attributes as they appear before or after they are changed.
Inheritance
System.Object
DynamoReturnValues
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.AWS.StepFunctions.Tasks.dll
Syntax (csharp)
public sealed class DynamoReturnValues : Enum
Syntax (vb)
Public NotInheritable Class DynamoReturnValues
Inherits
Enum
Synopsis
Fields
| ALL_NEW | Returns all of the attributes of the item. |
| ALL_OLD | Returns all of the attributes of the item. |
| NONE | Nothing is returned. |
| UPDATED_NEW | Returns only the updated attributes. |
| UPDATED_OLD | Returns only the updated attributes. |
| value__ |
Fields
ALL_NEW
Returns all of the attributes of the item.
public const DynamoReturnValues ALL_NEW
Field Value
| Type | Description |
|---|---|
| DynamoReturnValues |
ALL_OLD
Returns all of the attributes of the item.
public const DynamoReturnValues ALL_OLD
Field Value
| Type | Description |
|---|---|
| DynamoReturnValues |
NONE
Nothing is returned.
public const DynamoReturnValues NONE
Field Value
| Type | Description |
|---|---|
| DynamoReturnValues |
UPDATED_NEW
Returns only the updated attributes.
public const DynamoReturnValues UPDATED_NEW
Field Value
| Type | Description |
|---|---|
| DynamoReturnValues |
UPDATED_OLD
Returns only the updated attributes.
public const DynamoReturnValues UPDATED_OLD
Field Value
| Type | Description |
|---|---|
| DynamoReturnValues |
value__
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |