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