Uses of Class
software.amazon.awscdk.services.stepfunctions.Pass
Packages that use Pass
Package
Description
AWS Step Functions Construct Library
-
Uses of Pass in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return PassModifier and TypeMethodDescriptionPass.Builder.build()static PassDefine a Pass using JSONata in the state machine.static PassPass.jsonata(software.constructs.Construct scope, String id, PassJsonataProps props) Define a Pass using JSONata in the state machine.static PassDefine a Pass using JSONPath in the state machine.static PassPass.jsonPath(software.constructs.Construct scope, String id, PassJsonPathProps props) Define a Pass using JSONPath in the state machine.