@pulumi/dnsimple
Version:
A Pulumi package for creating and managing dnsimple cloud resources.
25 lines • 769 B
TypeScript
/**
* The account for API operations.
*/
export declare const account: string | undefined;
/**
* File path to enable HTTP request/response debugging. When set, all HTTP requests and responses will be logged to this file.
*/
export declare const debugTransportFile: string | undefined;
/**
* Flag to enable the prefetch of zone records.
*/
export declare const prefetch: boolean | undefined;
/**
* Flag to enable the sandbox API.
*/
export declare const sandbox: boolean | undefined;
/**
* The API v2 token for API operations.
*/
export declare const token: string | undefined;
/**
* Custom string to append to the user agent used for sending HTTP requests to the API.
*/
export declare const userAgent: string | undefined;
//# sourceMappingURL=vars.d.ts.map