UNPKG

@komminarlabs/cratedb

Version:

A Pulumi package for creating and managing CrateDB resources.

13 lines (12 loc) 229 B
/** * The API key */ export declare const apiKey: string | undefined; /** * The API secret */ export declare const apiSecret: string | undefined; /** * The CrateDB Cloud URL */ export declare const url: string | undefined;