| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
class |
Choice
(experimental) Define a Choice in the state machine.
|
class |
CustomState
(experimental) State defined by supplying Amazon States Language (ASL) in the state machine.
|
class |
Fail
(experimental) Define a Fail state in the state machine.
|
class |
Map
(experimental) Define a Map state in the state machine.
|
class |
Parallel
(experimental) Define a Parallel state in the state machine.
|
class |
Pass
(experimental) Define a Pass in the state machine.
|
class |
Succeed
(experimental) Define a Succeed state in the state machine.
|
class |
TaskStateBase
(experimental) Define a Task state in the state machine.
|
class |
Wait
(experimental) Define a Wait state in the state machine.
|
| Modifier and Type | Method and Description |
|---|---|
protected State |
State.getDefaultChoice() |
State |
State.getStartState()
(experimental) First state of this Chainable.
|
State |
IChainable.getStartState()
(experimental) The start state of this chainable.
|
State |
IChainable.Jsii$Proxy.getStartState()
(experimental) The start state of this chainable.
|
default State |
IChainable.Jsii$Default.getStartState()
(experimental) The start state of this chainable.
|
State |
Chain.getStartState()
(experimental) The start state of this chain.
|
State |
StateGraph.getStartState()
(experimental) state that gets executed when the state machine is launched.
|
abstract State |
StateMachineFragment.getStartState()
(experimental) The start state of this state machine fragment.
|
| Modifier and Type | Method and Description |
|---|---|
static List<State> |
State.findReachableEndStates(State start)
(experimental) Find the set of end states states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableEndStates(State start,
FindStateOptions options)
(experimental) Find the set of end states states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableStates(State start)
(experimental) Find the set of states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableStates(State start,
FindStateOptions options)
(experimental) Find the set of states reachable through transitions from the given start state.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
State.addChoice(Condition condition,
State next)
(experimental) Add a choice branch to this state.
|
static Chain |
Chain.custom(State startState,
List<? extends INextable> endStates,
IChainable lastAdded)
(experimental) Make a Chain with specific start and end states, and a last-added Chainable.
|
static List<State> |
State.findReachableEndStates(State start)
(experimental) Find the set of end states states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableEndStates(State start,
FindStateOptions options)
(experimental) Find the set of end states states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableStates(State start)
(experimental) Find the set of states reachable through transitions from the given start state.
|
static List<State> |
State.findReachableStates(State start,
FindStateOptions options)
(experimental) Find the set of states reachable through transitions from the given start state.
|
protected void |
State.makeDefault(State def)
(experimental) Make the indicated state the default choice transition of this state.
|
protected void |
State.makeNext(State next)
(experimental) Make the indicated state the default transition of this state.
|
void |
StateGraph.registerState(State state)
(experimental) Register a state as part of this graph.
|
protected void |
State.setDefaultChoice(State value) |
| Modifier and Type | Method and Description |
|---|---|
static List<INextable> |
State.filterNextables(List<? extends State> states)
(experimental) Return only the states that allow chaining from an array of states.
|
| Constructor and Description |
|---|
StateGraph(State startState,
String graphDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
AthenaGetQueryExecution
(experimental) Get an Athena Query Execution as a Task.
|
class |
AthenaGetQueryResults
(experimental) Get an Athena Query Results as a Task.
|
class |
AthenaStartQueryExecution
(experimental) Start an Athena Query as a Task.
|
class |
AthenaStopQueryExecution
(experimental) Stop an Athena Query Execution as a Task.
|
class |
BatchSubmitJob
(experimental) Task to submits an AWS Batch job from a job definition.
|
class |
CallApiGatewayHttpApiEndpoint
(experimental) Call HTTP API endpoint as a Task.
|
class |
CallApiGatewayRestApiEndpoint
(experimental) Call REST API endpoint as a Task.
|
class |
CodeBuildStartBuild
(experimental) Start a CodeBuild Build as a task.
|
class |
DynamoDeleteItem
(experimental) A StepFunctions task to call DynamoDeleteItem.
|
class |
DynamoGetItem
(experimental) A StepFunctions task to call DynamoGetItem.
|
class |
DynamoPutItem
(experimental) A StepFunctions task to call DynamoPutItem.
|
class |
DynamoUpdateItem
(experimental) A StepFunctions task to call DynamoUpdateItem.
|
class |
EcsRunTask
(experimental) Run a Task on ECS or Fargate.
|
class |
EksCall
(experimental) Call a EKS endpoint as a Task.
|
class |
EmrAddStep
(experimental) A Step Functions Task to add a Step to an EMR Cluster.
|
class |
EmrCancelStep
(experimental) A Step Functions Task to to cancel a Step on an EMR Cluster.
|
class |
EmrCreateCluster
(experimental) A Step Functions Task to create an EMR Cluster.
|
class |
EmrModifyInstanceFleetByName
(experimental) A Step Functions Task to to modify an InstanceFleet on an EMR Cluster.
|
class |
EmrModifyInstanceGroupByName
(experimental) A Step Functions Task to to modify an InstanceGroup on an EMR Cluster.
|
class |
EmrSetClusterTerminationProtection
(experimental) A Step Functions Task to to set Termination Protection on an EMR Cluster.
|
class |
EmrTerminateCluster
(experimental) A Step Functions Task to terminate an EMR Cluster.
|
class |
EvaluateExpression
(experimental) A Step Functions Task to evaluate an expression.
|
class |
GlueDataBrewStartJobRun
(experimental) Start a Job run as a Task.
|
class |
GlueStartJobRun
(experimental) Starts an AWS Glue job in a Task state.
|
class |
LambdaInvoke
(experimental) Invoke a Lambda function as a Task.
|
class |
SageMakerCreateEndpoint
(experimental) A Step Functions Task to create a SageMaker endpoint.
|
class |
SageMakerCreateEndpointConfig
(experimental) A Step Functions Task to create a SageMaker endpoint configuration.
|
class |
SageMakerCreateModel
(experimental) A Step Functions Task to create a SageMaker model.
|
class |
SageMakerCreateTrainingJob
(experimental) Class representing the SageMaker Create Training Job task.
|
class |
SageMakerCreateTransformJob
(experimental) Class representing the SageMaker Create Transform Job task.
|
class |
SageMakerUpdateEndpoint
(experimental) A Step Functions Task to update a SageMaker endpoint.
|
class |
SnsPublish
(experimental) A Step Functions Task to publish messages to SNS topic.
|
class |
SqsSendMessage
(experimental) A StepFunctions Task to send messages to SQS queue.
|
class |
StepFunctionsInvokeActivity
(experimental) A Step Functions Task to invoke an Activity worker.
|
class |
StepFunctionsStartExecution
(experimental) A Step Functions Task to call StartExecution on another state machine.
|
Copyright © 2021. All rights reserved.