Uses of Interface
software.amazon.awscdk.interfaces.stepfunctions.IStateMachineRef
Packages that use IStateMachineRef
Package
Description
AWS::Pipes Construct Library
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of IStateMachineRef in software.amazon.awscdk.interfaces.stepfunctions
Subinterfaces of IStateMachineRef in software.amazon.awscdk.interfaces.stepfunctionsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStateMachineRef.Classes in software.amazon.awscdk.interfaces.stepfunctions that implement IStateMachineRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IStateMachineRef in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes with parameters of type IStateMachineRefModifier and TypeMethodDescriptionCfnPipe.Builder.target(IStateMachineRef target) The ARN of the target resource.CfnPipeProps.Builder.target(IStateMachineRef target) Sets the value ofCfnPipeProps.getTarget() -
Uses of IStateMachineRef in software.amazon.awscdk.services.stepfunctions
Subinterfaces of IStateMachineRef in software.amazon.awscdk.services.stepfunctionsModifier and TypeInterfaceDescriptioninterfaceA State Machine.static interfaceInternal default implementation forIStateMachine.Classes in software.amazon.awscdk.services.stepfunctions that implement IStateMachineRefModifier and TypeClassDescriptionclassProvisions a state machine.static 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 IStateMachineRefModifier and TypeMethodDescriptionprotected IStateMachineRefStateMachineGrants.getResource()StateMachineGrantsProps.getResource()The resource on which actions will be allowed.final IStateMachineRefStateMachineGrantsProps.Jsii$Proxy.getResource()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type IStateMachineRefModifier and TypeMethodDescriptionstatic StringCfnStateMachine.arnForStateMachine(IStateMachineRef resource) static StateMachineGrantsStateMachineGrants.fromStateMachine(IStateMachineRef resource) Creates grants for StateMachineGrants.StateMachineGrantsProps.Builder.resource(IStateMachineRef resource) Sets the value ofStateMachineGrantsProps.getResource() -
Uses of IStateMachineRef in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return IStateMachineRefModifier and TypeMethodDescriptionStepFunctionsStartExecutionJsonataProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineRefStepFunctionsStartExecutionJsonataProps.Jsii$Proxy.getStateMachine()StepFunctionsStartExecutionJsonPathProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineRefStepFunctionsStartExecutionJsonPathProps.Jsii$Proxy.getStateMachine()StepFunctionsStartExecutionProps.getStateMachine()The Step Functions state machine to start the execution on.final IStateMachineRefStepFunctionsStartExecutionProps.Jsii$Proxy.getStateMachine()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type IStateMachineRefModifier and TypeMethodDescriptionStepFunctionsStartExecution.Builder.stateMachine(IStateMachineRef stateMachine) The Step Functions state machine to start the execution on.StepFunctionsStartExecutionJsonataProps.Builder.stateMachine(IStateMachineRef stateMachine) Sets the value ofStepFunctionsStartExecutionJsonataProps.getStateMachine()StepFunctionsStartExecutionJsonPathProps.Builder.stateMachine(IStateMachineRef stateMachine) Sets the value ofStepFunctionsStartExecutionJsonPathProps.getStateMachine()StepFunctionsStartExecutionProps.Builder.stateMachine(IStateMachineRef stateMachine) Sets the value ofStepFunctionsStartExecutionProps.getStateMachine()