IStepFunctionsTask

class aws_cdk.aws_stepfunctions.IStepFunctionsTask(*args, **kwds)

Bases: Protocol

(deprecated) Interface for resources that can be used as tasks.

Deprecated:

replaced by TaskStateBase.

Stability:

deprecated

Methods

bind(task)

(deprecated) Called when the task object is used in a workflow.

Parameters:

task (Task) –

Stability:

deprecated

Return type:

StepFunctionsTaskConfig