| 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 | Interface and Description |
|---|---|
static interface |
IStepFunctionsTask.Jsii$Default
Deprecated.
Internal default implementation for
IStepFunctionsTask. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStepFunctionsTask.Jsii$Proxy
Deprecated.
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IStepFunctionsTask |
TaskProps.getTask()
Deprecated.
|
IStepFunctionsTask |
TaskProps.Jsii$Proxy.getTask()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.task(IStepFunctionsTask task)
Deprecated.
|
TaskProps.Builder |
TaskProps.Builder.task(IStepFunctionsTask task)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EcsRunTaskBase
Deprecated.
No replacement
|
class |
InvokeActivity
Deprecated.
use `StepFunctionsInvokeActivity`
|
class |
InvokeFunction
Deprecated.
Use `LambdaInvoke`
|
class |
PublishToTopic
Deprecated.
Use `SnsPublish`
|
class |
RunBatchJob
Deprecated.
use `BatchSubmitJob`
|
class |
RunEcsEc2Task
Deprecated.
- replaced by `EcsRunTask`
|
class |
RunEcsFargateTask
Deprecated.
replaced by `EcsRunTask`
|
class |
RunGlueJobTask
Deprecated.
use `GlueStartJobRun`
|
class |
RunLambdaTask
Deprecated.
Use `LambdaInvoke`
|
class |
SendToQueue
Deprecated.
Use `SqsSendMessage`
|
class |
StartExecution
Deprecated.
- use 'StepFunctionsStartExecution'
|
Copyright © 2022. All rights reserved.