DynamoReturnValues¶
-
class
aws_cdk.aws_stepfunctions_tasks.
DynamoReturnValues
(value)¶ Bases:
enum.Enum
Use ReturnValues if you want to get the item attributes as they appear before or after they are changed.
Attributes
-
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.
-