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
Actions for AWS IoT Rule
Amazon EventBridge Pipes Enrichments Construct Library
Amazon EventBridge Pipes Targets Construct Library
Amazon EventBridge Scheduler Targets Construct Library
AWS Step Functions Construct Library
Tasks for AWS Step Functions
- 
Uses of IStateMachine in software.amazon.awscdk.services.apigatewayMethods 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.actionsMethods 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.targetsMethods 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.iot.actions.alphaMethods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IStateMachineModifier and TypeMethodDescriptionStepFunctionsStateMachineAction.Builder.create(IStateMachine stateMachine) Constructors in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IStateMachineModifierConstructorDescriptionStepFunctionsStateMachineAction(IStateMachine stateMachine) StepFunctionsStateMachineAction(IStateMachine stateMachine, StepFunctionsStateMachineActionProps props) 
- 
Uses of IStateMachine in software.amazon.awscdk.services.pipes.enrichments.alphaMethods in software.amazon.awscdk.services.pipes.enrichments.alpha with parameters of type IStateMachineModifier and TypeMethodDescriptionStepFunctionsEnrichment.Builder.create(IStateMachine stateMachine) Constructors in software.amazon.awscdk.services.pipes.enrichments.alpha with parameters of type IStateMachineModifierConstructorDescriptionStepFunctionsEnrichment(IStateMachine stateMachine) StepFunctionsEnrichment(IStateMachine stateMachine, StepFunctionsEnrichmentProps props) 
- 
Uses of IStateMachine in software.amazon.awscdk.services.pipes.targets.alphaMethods in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IStateMachineModifier and TypeMethodDescriptionstatic SfnStateMachine.BuilderSfnStateMachine.Builder.create(IStateMachine stateMachine) Constructors in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IStateMachineModifierConstructorDescriptionSfnStateMachine(IStateMachine stateMachine, SfnStateMachineParameters parameters) 
- 
Uses of IStateMachine in software.amazon.awscdk.services.scheduler.targetsMethods in software.amazon.awscdk.services.scheduler.targets with parameters of type IStateMachineModifier and TypeMethodDescriptionStepFunctionsStartExecution.Builder.create(IStateMachine stateMachine) Constructors in software.amazon.awscdk.services.scheduler.targets with parameters of type IStateMachineModifierConstructorDescriptionStepFunctionsStartExecution(IStateMachine stateMachine, ScheduleTargetBaseProps props) 
- 
Uses of IStateMachine in software.amazon.awscdk.services.stepfunctionsSubinterfaces 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.static IStateMachineStateMachine.fromStateMachineName(software.constructs.Construct scope, String id, String stateMachineName) Import a state machine via resource name.
- 
Uses of IStateMachine in software.amazon.awscdk.services.stepfunctions.tasksMethods in software.amazon.awscdk.services.stepfunctions.tasks that return IStateMachineModifier and TypeMethodDescriptionStepFunctionsStartExecutionJsonataProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineStepFunctionsStartExecutionJsonataProps.Jsii$Proxy.getStateMachine()StepFunctionsStartExecutionJsonPathProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineStepFunctionsStartExecutionJsonPathProps.Jsii$Proxy.getStateMachine()StepFunctionsStartExecutionProps.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 TypeMethodDescriptionStepFunctionsStartExecution.Builder.stateMachine(IStateMachine stateMachine) The Step Functions state machine to start the execution on.StepFunctionsStartExecutionJsonataProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsStartExecutionJsonataProps.getStateMachine()StepFunctionsStartExecutionJsonPathProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsStartExecutionJsonPathProps.getStateMachine()StepFunctionsStartExecutionProps.Builder.stateMachine(IStateMachine stateMachine) Sets the value ofStepFunctionsStartExecutionProps.getStateMachine()