UNPKG

@komminarlabs/influxdb

Version:

A Pulumi package for creating and managing InfluxDB resources.

17 lines (16 loc) 349 B
/** * The InfluxDB password */ export declare const password: string | undefined; /** * An InfluxDB token string */ export declare const token: string | undefined; /** * The InfluxDB Cloud Dedicated server URL */ export declare const url: string | undefined; /** * The InfluxDB username */ export declare const username: string | undefined;