Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.DynamoGetItemJsonPathProps
Packages that use DynamoGetItemJsonPathProps
Package
Description
Tasks for AWS Step Functions
-
Uses of DynamoGetItemJsonPathProps in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement DynamoGetItemJsonPathPropsModifier and TypeClassDescriptionstatic final classAn implementation forDynamoGetItemJsonPathPropsMethods in software.amazon.awscdk.services.stepfunctions.tasks that return DynamoGetItemJsonPathPropsModifier and TypeMethodDescriptionDynamoGetItemJsonPathProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DynamoGetItemJsonPathPropsModifier and TypeMethodDescriptionstatic DynamoGetItemDynamoGetItem.jsonPath(software.constructs.Construct scope, String id, DynamoGetItemJsonPathProps props) A StepFunctions task using JSONPath to call DynamoGetItem.