Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DynamoDeleteItem
Packages that use DynamoDeleteItem
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoDeleteItem in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoDeleteItemModifier and TypeMethodDescriptionDynamoDeleteItem.Builder.build()
static DynamoDeleteItem
DynamoDeleteItem.jsonata
(software.constructs.Construct scope, String id, DynamoDeleteItemJsonataProps props) A StepFunctions task to call DynamoDeleteItem using JSONata.static DynamoDeleteItem
DynamoDeleteItem.jsonPath
(software.constructs.Construct scope, String id, DynamoDeleteItemJsonPathProps props) A StepFunctions task to call DynamoDeleteItem using JSONPath.