Uses of Package
software.amazon.awscdk.services.stepfunctions
Packages that use software.amazon.awscdk.services.stepfunctions
Package
Description
Amazon API Gateway Construct Library
AWS CodePipeline Actions
Event Targets for Amazon EventBridge
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
-
-
-
Classes in software.amazon.awscdk.services.stepfunctions used by software.amazon.awscdk.services.stepfunctionsClassDescriptionDefine a new Step Functions Activity.A fluent builder for
Activity
.Properties for defining a new Step Functions Activity.A builder forActivityProps
Options for selecting the choice paths.A builder forAfterwardsOptions
Error handler details.A builder forCatchProps
An activity is a task that you write in any programming language and host on any machine that has access to AWS Step Functions .A fluent builder forCfnActivity
.TheTagsEntry
property specifies tags to identify an activity.A builder forCfnActivity.TagsEntryProperty
Properties for defining aCfnActivity
.A builder forCfnActivityProps
Provisions a state machine.A fluent builder forCfnStateMachine
.Defines a CloudWatch log group.A builder forCfnStateMachine.CloudWatchLogsLogGroupProperty
Defines a destination forLoggingConfiguration
.A builder forCfnStateMachine.LogDestinationProperty
Defines what execution history events are logged and where they are logged.A builder forCfnStateMachine.LoggingConfigurationProperty
Defines the S3 bucket location where a state machine definition is stored.A builder forCfnStateMachine.S3LocationProperty
TheTagsEntry
property specifies tags to identify a state machine.A builder forCfnStateMachine.TagsEntryProperty
Selects whether or not the state machine's AWS X-Ray tracing is enabled.A builder forCfnStateMachine.TracingConfigurationProperty
Represents a state machine alias .A fluent builder forCfnStateMachineAlias
.Enables gradual state machine deployments.A builder forCfnStateMachineAlias.DeploymentPreferenceProperty
The state machine version to which you want to route the execution traffic.A builder forCfnStateMachineAlias.RoutingConfigurationVersionProperty
Properties for defining aCfnStateMachineAlias
.A builder forCfnStateMachineAliasProps
Properties for defining aCfnStateMachine
.A builder forCfnStateMachineProps
Represents a state machine version .A fluent builder forCfnStateMachineVersion
.Properties for defining aCfnStateMachineVersion
.A builder forCfnStateMachineVersionProps
A collection of states to chain onto.Define a Choice in the state machine.A fluent builder forChoice
.Properties for defining a Choice state.A builder forChoiceProps
Options for Choice Transition.A builder forChoiceTransitionOptions
A Condition for use in a Choice state branch.Specifies a target role assumed by the State Machine's execution role for invoking the task's resource.A builder forCredentials
State defined by supplying Amazon States Language (ASL) in the state machine.A fluent builder forCustomState
.Properties for defining a custom state definition.A builder forCustomStateProps
Example:Partial object from the StateMachine L1 construct properties containing definition information.A builder forDefinitionConfig
Define a Fail state in the state machine.A fluent builder forFail
.Properties for defining a Fail state.A builder forFailProps
Example:A fluent builder forFileDefinitionBody
.Options for finding reachable states.A builder forFindStateOptions
Represents a Step Functions Activity https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html.Internal default implementation forIActivity
.Interface for objects that can be used in a Chain.Internal default implementation forIChainable
.Interface for states that can have 'next' states.Internal default implementation forINextable
.The type of task input.AWS Step Functions integrates with services directly in the Amazon States Language.A State Machine.Internal default implementation forIStateMachine
.Values allowed in the retrier JitterStrategy field.Defines which category of execution history events are logged.Defines what execution history events are logged and where they are logged.A builder forLogOptions
Define a Map state in the state machine.A fluent builder forMap
.Properties for defining a Map state.A builder forMapProps
Define a Parallel state in the state machine.A fluent builder forParallel
.Properties for defining a Parallel state.A builder forParallelProps
Define a Pass in the state machine.A fluent builder forPass
.Properties for defining a Pass state.A builder forPassProps
The result of a Pass operation.Retry details.A builder forRetryProps
Three ways to call an integrated service: Request Response, Run a Job and Wait for a Callback with Task Token.Options for creating a single state.A builder forSingleStateOptions
Base class for all other state classes.A collection of connected states.Define a StepFunctions State Machine.A fluent builder forStateMachine
.Base class for reusable state machine fragments.Properties for defining a State Machine.A builder forStateMachineProps
Two types of state machines are available in AWS Step Functions: EXPRESS AND STANDARD.Properties shared by all states.A builder forStateProps
Define a Succeed state in the state machine.A fluent builder forSucceed
.Properties for defining a Succeed state.A builder forSucceedProps
Type union for task classes that accept multiple types of payload.Task Metrics.A builder forTaskMetricsConfig
Role to be assumed by the State Machine's execution role for invoking a task's resource.Define a Task state in the state machine.Props that are common to all tasks.A builder forTaskStateBaseProps
Timeout for a task or heartbeat.Define a Wait state in the state machine.A fluent builder forWait
.Properties for defining a Wait state.A builder forWaitProps
Represents the Wait state which delays a state machine from continuing for a specified time. -
Classes in software.amazon.awscdk.services.stepfunctions used by software.amazon.awscdk.services.stepfunctions.tasksClassDescriptionSpecifies a target role assumed by the State Machine's execution role for invoking the task's resource.Represents a Step Functions Activity https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html.Interface for objects that can be used in a Chain.Interface for states that can have 'next' states.AWS Step Functions integrates with services directly in the Amazon States Language.A State Machine.Three ways to call an integrated service: Request Response, Run a Job and Wait for a Callback with Task Token.Base class for all other state classes.Type union for task classes that accept multiple types of payload.Task Metrics.Define a Task state in the state machine.Props that are common to all tasks.Timeout for a task or heartbeat.