Uses of Interface
software.amazon.awscdk.services.stepfunctions.ParallelProps
Packages that use ParallelProps
Package
Description
AWS Step Functions Construct Library
-
Uses of ParallelProps in software.amazon.awscdk.services.stepfunctions
Subinterfaces of ParallelProps in software.amazon.awscdk.services.stepfunctionsModifier and TypeInterfaceDescriptioninterfaceOptions for creating a single state.Classes in software.amazon.awscdk.services.stepfunctions that implement ParallelPropsModifier and TypeClassDescriptionstatic final classAn implementation forParallelPropsstatic final classAn implementation forSingleStateOptionsMethods in software.amazon.awscdk.services.stepfunctions that return ParallelPropsMethods in software.amazon.awscdk.services.stepfunctions with parameters of type ParallelPropsModifier and TypeMethodDescriptionChain.toSingleState(String id, ParallelProps props) Return a single state that encompasses all states in the chain.Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type ParallelPropsModifierConstructorDescriptionParallel(software.constructs.Construct scope, String id, ParallelProps props)