Documentation
    Preparing search index...

    Interface ConfigParameters

    interface ConfigParameters {
        accesskey?: string;
        accountid?: string;
        endpoint?: string;
        host?: string;
        password?: string;
        port?: number;
        region?: string;
        secret?: string;
        user?: string;
    }
    Index

    Properties

    accesskey?: string
    accountid?: string
    endpoint?: string
    host?: string
    password?: string
    port?: number
    region?: string
    secret?: string
    user?: string