aws-cdk-lib.aws_stepfunctions.ActivityProps

interface ActivityProps

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.ActivityProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#ActivityProps
Javasoftware.amazon.awscdk.services.stepfunctions.ActivityProps
Pythonaws_cdk.aws_stepfunctions.ActivityProps
TypeScript (source)aws-cdk-lib » 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 { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const activityProps: stepfunctions.ActivityProps = {
  activityName: 'activityName',
};

Properties

NameTypeDescription
activityName?stringThe name for this activity.

activityName?

Type: string (optional, default: If not supplied, a name is generated)

The name for this activity.