MDAA TS Docs
    Preparing search index...

    Interface ExternalKnowledgeBaseProps

    interface ExternalKnowledgeBaseProps {
        kbId: string;
        name: string;
        region?: SupportedRegion;
        roleArn?: string;
    }
    Index

    Properties

    kbId: string
    name: string
    roleArn?: string