Define a new Step Functions Activity.
import { Activity } from 'aws-cdk-lib/aws-stepfunctions';Or use the module namespace:
import * as stepfunctions from 'aws-cdk-lib/aws-stepfunctions';
// stepfunctions.ActivityConfiguration passed to the constructor as ActivityProps.
activityNameOptionalstringThe name for this activity.
Default: - If not supplied, a name is generated
encryptionConfigurationOptionalEncryptionConfigurationThe encryptionConfiguration object used for server-side encryption of the activity inputs.
Default: - data is transparently encrypted using an AWS owned key
Everything you need to know about AWS Step Functions on one page. HD quality, print-friendly.
Download Free Infographicaws-stepfunctions