Documentation
    Preparing search index...

    Interface StorageParameters

    Backend parameters interface

    interface StorageParameters {
        alias?: string;
        config?: any;
        debug?: boolean;
        endpoint?: string;
        region?: string;
    }
    Index

    Properties

    alias?: string
    config?: any
    debug?: boolean
    endpoint?: string
    region?: string