| Class and Description |
|---|
| Activity
Define a new Step Functions Activity.
|
| Activity.Builder
A fluent builder for
Activity. |
| ActivityProps
Properties for defining a new Step Functions Activity.
|
| ActivityProps.Builder
A builder for
ActivityProps |
| AfterwardsOptions
Options for selecting the choice paths.
|
| AfterwardsOptions.Builder
A builder for
AfterwardsOptions |
| CatchProps
Error handler details.
|
| CatchProps.Builder
A builder for
CatchProps |
| CfnActivity
A CloudFormation `AWS::StepFunctions::Activity`.
|
| CfnActivity.Builder
A fluent builder for
CfnActivity. |
| CfnActivity.TagsEntryProperty |
| CfnActivity.TagsEntryProperty.Builder
A builder for
CfnActivity.TagsEntryProperty |
| CfnActivityProps
Properties for defining a `AWS::StepFunctions::Activity`.
|
| CfnActivityProps.Builder
A builder for
CfnActivityProps |
| CfnStateMachine
A CloudFormation `AWS::StepFunctions::StateMachine`.
|
| CfnStateMachine.Builder
A fluent builder for
CfnStateMachine. |
| CfnStateMachine.CloudWatchLogsLogGroupProperty |
| CfnStateMachine.CloudWatchLogsLogGroupProperty.Builder
A builder for
CfnStateMachine.CloudWatchLogsLogGroupProperty |
| CfnStateMachine.DefinitionProperty |
| CfnStateMachine.DefinitionProperty.Builder
A builder for
CfnStateMachine.DefinitionProperty |
| CfnStateMachine.LogDestinationProperty |
| CfnStateMachine.LogDestinationProperty.Builder
A builder for
CfnStateMachine.LogDestinationProperty |
| CfnStateMachine.LoggingConfigurationProperty |
| CfnStateMachine.LoggingConfigurationProperty.Builder
A builder for
CfnStateMachine.LoggingConfigurationProperty |
| CfnStateMachine.S3LocationProperty |
| CfnStateMachine.S3LocationProperty.Builder
A builder for
CfnStateMachine.S3LocationProperty |
| CfnStateMachine.TagsEntryProperty |
| CfnStateMachine.TagsEntryProperty.Builder
A builder for
CfnStateMachine.TagsEntryProperty |
| CfnStateMachine.TracingConfigurationProperty |
| CfnStateMachine.TracingConfigurationProperty.Builder
A builder for
CfnStateMachine.TracingConfigurationProperty |
| CfnStateMachineProps
Properties for defining a `AWS::StepFunctions::StateMachine`.
|
| CfnStateMachineProps.Builder
A builder for
CfnStateMachineProps |
| Chain
A collection of states to chain onto.
|
| Choice
Define a Choice in the state machine.
|
| Choice.Builder
A fluent builder for
Choice. |
| ChoiceProps
Properties for defining a Choice state.
|
| ChoiceProps.Builder
A builder for
ChoiceProps |
| Condition
A Condition for use in a Choice state branch.
|
| CustomState
State defined by supplying Amazon States Language (ASL) in the state machine.
|
| CustomState.Builder
A fluent builder for
CustomState. |
| CustomStateProps
Properties for defining a custom state definition.
|
| CustomStateProps.Builder
A builder for
CustomStateProps |
| Fail
Define a Fail state in the state machine.
|
| Fail.Builder
A fluent builder for
Fail. |
| FailProps
Properties for defining a Fail state.
|
| FailProps.Builder
A builder for
FailProps |
| FindStateOptions
Options for finding reachable states.
|
| FindStateOptions.Builder
A builder for
FindStateOptions |
| IActivity
Represents a Step Functions Activity https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html.
|
| IActivity.Jsii$Default
Internal default implementation for
IActivity. |
| IChainable
Interface for objects that can be used in a Chain.
|
| IChainable.Jsii$Default
Internal default implementation for
IChainable. |
| INextable
Interface for states that can have 'next' states.
|
| INextable.Jsii$Default
Internal default implementation for
INextable. |
| InputType
The type of task input.
|
| IntegrationPattern
AWS Step Functions integrates with services directly in the Amazon States Language.
|
| IStateMachine
A State Machine.
|
| IStateMachine.Jsii$Default
Internal default implementation for
IStateMachine. |
| IStepFunctionsTask
Deprecated.
replaced by `TaskStateBase`.
|
| IStepFunctionsTask.Jsii$Default
Deprecated.
Internal default implementation for
IStepFunctionsTask. |
| LogLevel
Defines which category of execution history events are logged.
|
| LogOptions
Defines what execution history events are logged and where they are logged.
|
| LogOptions.Builder
A builder for
LogOptions |
| Map
Define a Map state in the state machine.
|
| Map.Builder
A fluent builder for
Map. |
| MapProps
Properties for defining a Map state.
|
| MapProps.Builder
A builder for
MapProps |
| Parallel
Define a Parallel state in the state machine.
|
| Parallel.Builder
A fluent builder for
Parallel. |
| ParallelProps
Properties for defining a Parallel state.
|
| ParallelProps.Builder
A builder for
ParallelProps |
| Pass
Define a Pass in the state machine.
|
| Pass.Builder
A fluent builder for
Pass. |
| PassProps
Properties for defining a Pass state.
|
| PassProps.Builder
A builder for
PassProps |
| Result
The result of a Pass operation.
|
| RetryProps
Retry details.
|
| RetryProps.Builder
A builder for
RetryProps |
| ServiceIntegrationPattern
Three ways to call an integrated service: Request Response, Run a Job and Wait for a Callback with Task Token.
|
| SingleStateOptions
Options for creating a single state.
|
| SingleStateOptions.Builder
A builder for
SingleStateOptions |
| State
Base class for all other state classes.
|
| StateGraph
A collection of connected states.
|
| StateMachine
Define a StepFunctions State Machine.
|
| StateMachine.Builder
A fluent builder for
StateMachine. |
| StateMachineFragment
Base class for reusable state machine fragments.
|
| StateMachineProps
Properties for defining a State Machine.
|
| StateMachineProps.Builder
A builder for
StateMachineProps |
| StateMachineType
Two types of state machines are available in AWS Step Functions: EXPRESS AND STANDARD.
|
| StateProps
Properties shared by all states.
|
| StateProps.Builder
A builder for
StateProps |
| StepFunctionsTaskConfig
Deprecated.
used by `IStepFunctionsTask`. `IStepFunctionsTask` is deprecated and replaced by `TaskStateBase`.
|
| StepFunctionsTaskConfig.Builder
Deprecated.
|
| Succeed
Define a Succeed state in the state machine.
|
| Succeed.Builder
A fluent builder for
Succeed. |
| SucceedProps
Properties for defining a Succeed state.
|
| SucceedProps.Builder
A builder for
SucceedProps |
| Task
Deprecated.
- replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish)
|
| Task.Builder
Deprecated.
|
| TaskInput
Type union for task classes that accept multiple types of payload.
|
| TaskMetricsConfig
Task Metrics.
|
| TaskMetricsConfig.Builder
A builder for
TaskMetricsConfig |
| TaskProps
Deprecated.
- replaced by service integration specific classes (i.e. LambdaInvoke, SnsPublish)
|
| TaskProps.Builder
Deprecated.
|
| TaskStateBase
Define a Task state in the state machine.
|
| TaskStateBaseProps
Props that are common to all tasks.
|
| TaskStateBaseProps.Builder
A builder for
TaskStateBaseProps |
| Wait
Define a Wait state in the state machine.
|
| Wait.Builder
A fluent builder for
Wait. |
| WaitProps
Properties for defining a Wait state.
|
| WaitProps.Builder
A builder for
WaitProps |
| WaitTime
Represents the Wait state which delays a state machine from continuing for a specified time.
|
Copyright © 2021. All rights reserved.