@pulumi/databricks
Version:
A Pulumi package for creating and managing databricks cloud resources.
33 lines (32 loc) • 1.81 kB
TypeScript
export declare const accountId: string | undefined;
export declare const actionsIdTokenRequestToken: string | undefined;
export declare const actionsIdTokenRequestUrl: string | undefined;
export declare const authType: string | undefined;
export declare const azureClientId: string | undefined;
export declare const azureClientSecret: string | undefined;
export declare const azureEnvironment: string | undefined;
export declare const azureLoginAppId: string | undefined;
export declare const azureTenantId: string | undefined;
export declare const azureUseMsi: boolean | undefined;
export declare const azureWorkspaceResourceId: string | undefined;
export declare const clientId: string | undefined;
export declare const clientSecret: string | undefined;
export declare const clusterId: string | undefined;
export declare const configFile: string | undefined;
export declare const databricksCliPath: string | undefined;
export declare const debugHeaders: boolean | undefined;
export declare const debugTruncateBytes: number | undefined;
export declare const googleCredentials: string | undefined;
export declare const googleServiceAccount: string | undefined;
export declare const host: string | undefined;
export declare const httpTimeoutSeconds: number | undefined;
export declare const metadataServiceUrl: string | undefined;
export declare const password: string | undefined;
export declare const profile: string | undefined;
export declare const rateLimit: number | undefined;
export declare const retryTimeoutSeconds: number | undefined;
export declare const serverlessComputeId: string | undefined;
export declare const skipVerify: boolean | undefined;
export declare const token: string | undefined;
export declare const username: string | undefined;
export declare const warehouseId: string | undefined;