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