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