InfluxDB Bridge configuration interface

interface BridgeConfigInflux {
    buckets: BridgeConfigBuckets;
    host: string;
    org: string;
    password: string;
    port: number;
    token: string;
    user: string;
}

Properties

host: string
org: string
password: string
port: number
token: string
user: string