| 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 |
IActivity.Jsii$Default
Internal default implementation for
IActivity. |
| Modifier and Type | Class and Description |
|---|---|
class |
Activity
(experimental) Define a new Step Functions Activity.
|
static class |
IActivity.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IActivity |
Activity.fromActivityArn(software.constructs.Construct scope,
String id,
String activityArn)
(experimental) Construct an Activity from an existing Activity ARN.
|
static IActivity |
Activity.fromActivityName(software.constructs.Construct scope,
String id,
String activityName)
(experimental) Construct an Activity from an existing Activity Name.
|
| Modifier and Type | Method and Description |
|---|---|
IActivity |
StepFunctionsInvokeActivityProps.getActivity()
(experimental) Step Functions Activity to invoke.
|
IActivity |
StepFunctionsInvokeActivityProps.Jsii$Proxy.getActivity() |
| Modifier and Type | Method and Description |
|---|---|
StepFunctionsInvokeActivity.Builder |
StepFunctionsInvokeActivity.Builder.activity(IActivity activity)
(experimental) Step Functions Activity to invoke.
|
StepFunctionsInvokeActivityProps.Builder |
StepFunctionsInvokeActivityProps.Builder.activity(IActivity activity)
Sets the value of
StepFunctionsInvokeActivityProps.getActivity() |
| Constructor and Description |
|---|
Jsii$Proxy(IActivity activity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
StepFunctionsInvokeActivityProps.Builder. |
Copyright © 2021. All rights reserved.