Uses of Interface
software.amazon.awscdk.services.stepfunctions.IStateMachine
Packages that use IStateMachine
Package
Description
Amazon API Gateway Construct Library
AWS CodePipeline Actions
Event Targets for Amazon EventBridge
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of IStateMachine in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return IStateMachineModifier and TypeMethodDescriptionStepFunctionsRestApiProps.getStateMachine()The default State Machine that handles all requests from this API.final IStateMachineStepFunctionsRestApiProps.Jsii$Proxy.getStateMachine()Methods in software.amazon.awscdk.services.apigateway with parameters of type IStateMachineModifier and TypeMethodDescriptionstatic AwsIntegrationStepFunctionsIntegration.startExecution(IStateMachine stateMachine) Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.static AwsIntegrationStepFunctionsIntegration.startExecution(IStateMachine stateMachine, StepFunctionsExecutionIntegrationOptions options) Integrates a Synchronous Express State Machine from AWS Step Functions to an API Gateway method.StepFunctionsRestApi.Builder.stateMachine(IStateMachine stateMachine) The default State Machine that handles all requests from this API.StepFunctionsRestApiProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsRestApiProps.getStateMachine() -
Uses of IStateMachine in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IStateMachineModifier and TypeMethodDescriptionStepFunctionsInvokeActionProps.getStateMachine()The state machine to invoke.final IStateMachineStepFunctionsInvokeActionProps.Jsii$Proxy.getStateMachine()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IStateMachineModifier and TypeMethodDescriptionStepFunctionInvokeAction.Builder.stateMachine(IStateMachine stateMachine) The state machine to invoke.StepFunctionsInvokeActionProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsInvokeActionProps.getStateMachine() -
Uses of IStateMachine in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return IStateMachineMethods in software.amazon.awscdk.services.events.targets with parameters of type IStateMachineModifier and TypeMethodDescriptionstatic SfnStateMachine.BuilderSfnStateMachine.Builder.create(IStateMachine machine) Constructors in software.amazon.awscdk.services.events.targets with parameters of type IStateMachineModifierConstructorDescriptionSfnStateMachine(IStateMachine machine) SfnStateMachine(IStateMachine machine, SfnStateMachineProps props) -
Uses of IStateMachine in software.amazon.awscdk.services.stepfunctions
Subinterfaces of IStateMachine in software.amazon.awscdk.services.stepfunctionsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStateMachine.Classes in software.amazon.awscdk.services.stepfunctions that implement IStateMachineModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a StepFunctions State Machine.Methods in software.amazon.awscdk.services.stepfunctions that return IStateMachineModifier and TypeMethodDescriptionstatic IStateMachineStateMachine.fromStateMachineArn(software.constructs.Construct scope, String id, String stateMachineArn) Import a state machine. -
Uses of IStateMachine in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IStateMachineModifier and TypeMethodDescriptionStepFunctionsStartExecutionProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineStepFunctionsStartExecutionProps.Jsii$Proxy.getStateMachine()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IStateMachineModifier and TypeMethodDescriptionstatic StartExecution.BuilderStartExecution.Builder.create(IStateMachine stateMachine) Deprecated.StepFunctionsStartExecution.Builder.stateMachine(IStateMachine stateMachine) The Step Functions state machine to start the execution on.StepFunctionsStartExecutionProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsStartExecutionProps.getStateMachine()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IStateMachineModifierConstructorDescriptionStartExecution(IStateMachine stateMachine) Deprecated.StartExecution(IStateMachine stateMachine, StartExecutionProps props) Deprecated.