@vectorize-io/vectorize-client
    Preparing search index...

    Interface Bedrock

    Bedrock

    interface Bedrock {
        config: BEDROCKAuthConfig;
        name: string;
        type: "BEDROCK";
    }
    Index

    Properties

    Properties

    Bedrock

    name: string

    Name of the connector

    Bedrock

    type: "BEDROCK"

    Must be "BEDROCK"

    Bedrock