| Modifier and Type | Class and Description |
|---|---|
class |
Activity
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(Construct scope,
String id,
String activityArn)
Construct an Activity from an existing Activity ARN.
|
static IActivity |
Activity.fromActivityName(Construct scope,
String id,
String activityName)
Construct an Activity from an existing Activity Name.
|
Copyright © 2020. All rights reserved.