State defined by supplying Amazon States Language (ASL) in the state machine.
import { CustomState } from 'aws-cdk-lib/aws-stepfunctions';Or use the module namespace:
import * as stepfunctions from 'aws-cdk-lib/aws-stepfunctions';
// stepfunctions.CustomStateConfiguration passed to the constructor as CustomStateProps.
stateJsonRequired{ [key: string]: any }Amazon States Language (JSON-based) definition of the state.
Everything you need to know about AWS Step Functions on one page. HD quality, print-friendly.
Download Free Infographicaws-stepfunctions