AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

Activity

Define a new Step Functions Activity.

Import

import { Activity } from 'aws-cdk-lib/aws-stepfunctions';

Or use the module namespace:

import * as stepfunctions from 'aws-cdk-lib/aws-stepfunctions';
// stepfunctions.Activity

Properties

Configuration passed to the constructor as ActivityProps.

activityNameOptional
string

The name for this activity.

Default: - If not supplied, a name is generated

encryptionConfigurationOptional
EncryptionConfiguration

The encryptionConfiguration object used for server-side encryption of the activity inputs.

Default: - data is transparently encrypted using an AWS owned key

Get the AWS Step Functions Cheat Sheet

Everything you need to know about AWS Step Functions on one page. HD quality, print-friendly.

Download Free Infographic