interface ActivityProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.StepFunctions.ActivityProps |
Java | software.amazon.awscdk.services.stepfunctions.ActivityProps |
Python | aws_cdk.aws_stepfunctions.ActivityProps |
TypeScript (source) | @aws-cdk/aws-stepfunctions » ActivityProps |
Properties for defining a new Step Functions Activity.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as stepfunctions from '@aws-cdk/aws-stepfunctions';
const activityProps: stepfunctions.ActivityProps = {
activityName: 'activityName',
};
Properties
Name | Type | Description |
---|---|---|
activity | string | The name for this activity. |
activityName?
Type:
string
(optional, default: If not supplied, a name is generated)
The name for this activity.