aws-cdk-lib.aws_stepfunctions_tasks.DynamoReturnValues

enum DynamoReturnValues

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.DynamoReturnValues
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#DynamoReturnValues
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.DynamoReturnValues
Pythonaws_cdk.aws_stepfunctions_tasks.DynamoReturnValues
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » DynamoReturnValues

Use ReturnValues if you want to get the item attributes as they appear before or after they are changed.

Members

NameDescription
NONENothing is returned.
ALL_OLDReturns all of the attributes of the item.
UPDATED_OLDReturns only the updated attributes.
ALL_NEWReturns all of the attributes of the item.
UPDATED_NEWReturns only the updated attributes.

NONE

Nothing is returned.


ALL_OLD

Returns all of the attributes of the item.


UPDATED_OLD

Returns only the updated attributes.


ALL_NEW

Returns all of the attributes of the item.


UPDATED_NEW

Returns only the updated attributes.