Interface for the arguments required to create an AWS Step Functions toolkit.

interface AWSSfnToolkitArgs {
    description: string;
    name: string;
    stateMachineArn: string;
    asl?: string;
    llm?: any;
}

Properties

description: string
name: string
stateMachineArn: string
asl?: string
llm?: any

Generated using TypeDoc