Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.DynamoDeleteItemJsonataProps
Packages that use DynamoDeleteItemJsonataProps
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoDeleteItemJsonataProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement DynamoDeleteItemJsonataPropsModifier and TypeClassDescriptionstatic final classAn implementation forDynamoDeleteItemJsonataPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoDeleteItemJsonataPropsModifier and TypeMethodDescriptionDynamoDeleteItemJsonataProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoDeleteItemJsonataPropsModifier and TypeMethodDescriptionstatic DynamoDeleteItemDynamoDeleteItem.jsonata(software.constructs.Construct scope, String id, DynamoDeleteItemJsonataProps props) A StepFunctions task to call DynamoDeleteItem using JSONata.