langchain.js
    Preparing search index...

    Interface for AWS Step Functions configuration.

    interface SfnConfig {
        accessKeyId?: string;
        region?: string;
        secretAccessKey?: string;
        stateMachineArn: string;
    }
    Index

    Properties

    accessKeyId?: string
    region?: string
    secretAccessKey?: string
    stateMachineArn: string