@pulumi/datadog 5.2.0-alpha.1779173995 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/databricks/index.d.ts +4 -0
- package/databricks/index.d.ts.map +1 -0
- package/databricks/index.js +45 -0
- package/databricks/index.js.map +1 -0
- package/databricks/integrationAccount.d.ts +323 -0
- package/databricks/integrationAccount.d.ts.map +1 -0
- package/databricks/integrationAccount.js +162 -0
- package/databricks/integrationAccount.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/logsArchive.d.ts +12 -0
- package/logsArchive.d.ts.map +1 -1
- package/logsArchive.js +2 -0
- package/logsArchive.js.map +1 -1
- package/package.json +2 -2
- package/securityMonitoringDefaultRule.d.ts +4 -4
- package/securityMonitoringDefaultRule.d.ts.map +1 -1
- package/securityMonitoringFilter.d.ts +1 -1
- package/securityMonitoringFilter.d.ts.map +1 -1
- package/types/input.d.ts +199 -120
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +203 -124
- package/types/output.d.ts.map +1 -1
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { IntegrationAccountArgs, IntegrationAccountState } from "./integrationAccount";
|
|
2
|
+
export type IntegrationAccount = import("./integrationAccount").IntegrationAccount;
|
|
3
|
+
export declare const IntegrationAccount: typeof import("./integrationAccount").IntegrationAccount;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../databricks/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AACvF,MAAM,MAAM,kBAAkB,GAAG,OAAO,sBAAsB,EAAE,kBAAkB,CAAC;AACnF,eAAO,MAAM,kBAAkB,EAAE,cAAc,sBAAsB,EAAE,kBAAgC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.IntegrationAccount = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("../utilities"));
|
|
31
|
+
exports.IntegrationAccount = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["IntegrationAccount"], () => require("./integrationAccount"));
|
|
33
|
+
const _module = {
|
|
34
|
+
version: utilities.getVersion(),
|
|
35
|
+
construct: (name, type, urn) => {
|
|
36
|
+
switch (type) {
|
|
37
|
+
case "datadog:databricks/integrationAccount:IntegrationAccount":
|
|
38
|
+
return new exports.IntegrationAccount(name, undefined, { urn });
|
|
39
|
+
default:
|
|
40
|
+
throw new Error(`unknown resource type ${type}`);
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
pulumi.runtime.registerResourceModule("datadog", "databricks/integrationAccount", _module);
|
|
45
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../databricks/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAK7B,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAG3F,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0DAA0D;gBAC3D,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,SAAS,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a Datadog Databricks integration account resource. Manages a Databricks workspace connection used for Data Jobs Monitoring, Cloud Cost Management, Data Observability, and related Databricks-driven products.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as datadog from "@pulumi/datadog";
|
|
12
|
+
*
|
|
13
|
+
* // Create a Databricks integration account using OAuth (recommended).
|
|
14
|
+
* const oauthExample = new datadog.databricks.IntegrationAccount("oauth_example", {
|
|
15
|
+
* name: "databricks-prod",
|
|
16
|
+
* workspaceUrl: "https://your-workspace.cloud.databricks.com",
|
|
17
|
+
* authConfig: [{
|
|
18
|
+
* oauth: [{
|
|
19
|
+
* clientId: "abc123def456",
|
|
20
|
+
* clientSecret: "secret-value",
|
|
21
|
+
* databricksAccountId: "11111111-2222-3333-4444-555555555555",
|
|
22
|
+
* }],
|
|
23
|
+
* }],
|
|
24
|
+
* djmEnabled: true,
|
|
25
|
+
* serverlessJobsEnabled: true,
|
|
26
|
+
* });
|
|
27
|
+
* // Alternative: Databricks integration account using a Personal Access Token (PAT).
|
|
28
|
+
* // OAuth is preferred for new deployments; PAT is kept for backwards compatibility.
|
|
29
|
+
* const patExample = new datadog.databricks.IntegrationAccount("pat_example", {
|
|
30
|
+
* name: "databricks-legacy",
|
|
31
|
+
* workspaceUrl: "https://your-workspace.cloud.databricks.com",
|
|
32
|
+
* authConfig: [{
|
|
33
|
+
* pat: [{
|
|
34
|
+
* token: "dapi-...",
|
|
35
|
+
* }],
|
|
36
|
+
* }],
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* ## Import
|
|
41
|
+
*
|
|
42
|
+
* The `pulumi import` command can be used, for example:
|
|
43
|
+
*
|
|
44
|
+
* ```sh
|
|
45
|
+
* $ pulumi import datadog:databricks/integrationAccount:IntegrationAccount example "<ACCOUNT_ID>"
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
export declare class IntegrationAccount extends pulumi.CustomResource {
|
|
49
|
+
/**
|
|
50
|
+
* Get an existing IntegrationAccount resource's state with the given name, ID, and optional extra
|
|
51
|
+
* properties used to qualify the lookup.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resulting resource.
|
|
54
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
55
|
+
* @param state Any extra arguments used during the lookup.
|
|
56
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
57
|
+
*/
|
|
58
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationAccountState, opts?: pulumi.CustomResourceOptions): IntegrationAccount;
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of IntegrationAccount. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj: any): obj is IntegrationAccount;
|
|
64
|
+
/**
|
|
65
|
+
* Configure how Datadog authenticates to your Databricks workspace. Exactly one of `oauth` or `pat` must be provided.
|
|
66
|
+
*/
|
|
67
|
+
readonly authConfig: pulumi.Output<outputs.databricks.IntegrationAccountAuthConfig | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Enable Cloud Cost Management to collect cost data from Databricks System Tables. Requires `systemTablesSqlWarehouseId`. Defaults to `false`.
|
|
70
|
+
*/
|
|
71
|
+
readonly ccmEnabled: pulumi.Output<boolean>;
|
|
72
|
+
/**
|
|
73
|
+
* Datadog API Key ID used for the Data Jobs Monitoring init script when managed by Datadog.
|
|
74
|
+
*/
|
|
75
|
+
readonly ddApiKeyId: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Datadog API Key value (not ID) used for the Data Jobs Monitoring init script when managed by Datadog. This value is write-only; changes made outside of Terraform will not be drift-detected.
|
|
78
|
+
*/
|
|
79
|
+
readonly ddApiKeySecret: pulumi.Output<string | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* When enabled, Datadog installs and manages the Agent using a cluster policy and Unity Catalog Volume. Requires a Unity Catalog-enabled workspace with DBR 13.3 LTS+ and `ucVolumePath`. Defaults to `false`.
|
|
82
|
+
*/
|
|
83
|
+
readonly djmClusterPolicyEnabled: pulumi.Output<boolean>;
|
|
84
|
+
/**
|
|
85
|
+
* Enable Data Jobs Monitoring for this workspace. Defaults to true. Defaults to `true`.
|
|
86
|
+
*/
|
|
87
|
+
readonly djmEnabled: pulumi.Output<boolean>;
|
|
88
|
+
/**
|
|
89
|
+
* When enabled, Datadog installs and manages the Agent with a global init script in the workspace. Installation can take up to 15 minutes. Requires Workspace Admin permissions. Defaults to `false`.
|
|
90
|
+
*/
|
|
91
|
+
readonly djmGlobalInitScriptEnabled: pulumi.Output<boolean>;
|
|
92
|
+
/**
|
|
93
|
+
* Cron schedule controlling how often Datadog crawls the Databricks warehouse for metadata. Defaults to hourly. Defaults to `"0 * * * *"`.
|
|
94
|
+
*/
|
|
95
|
+
readonly doCrawlersCron: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Enable Data Observability to collect data for viewing in Datadog Data Observability. Defaults to `false`.
|
|
98
|
+
*/
|
|
99
|
+
readonly doEnabled: pulumi.Output<boolean>;
|
|
100
|
+
/**
|
|
101
|
+
* Name of the Databricks model serving endpoint to monitor.
|
|
102
|
+
*/
|
|
103
|
+
readonly modelServingEndpointName: pulumi.Output<string | undefined>;
|
|
104
|
+
/**
|
|
105
|
+
* Retrieve health and usage metrics from Databricks model serving endpoints. Defaults to `false`.
|
|
106
|
+
*/
|
|
107
|
+
readonly modelServingMetricsEnabled: pulumi.Output<boolean>;
|
|
108
|
+
/**
|
|
109
|
+
* A human-readable name for the account.
|
|
110
|
+
*/
|
|
111
|
+
readonly name: pulumi.Output<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Run Datadog crawlers behind a Private Action Runner instead of from Datadog's network.
|
|
114
|
+
*/
|
|
115
|
+
readonly privateActionRunnerConfiguration: pulumi.Output<outputs.databricks.IntegrationAccountPrivateActionRunnerConfiguration | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* Collect GPU metrics from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
118
|
+
*/
|
|
119
|
+
readonly scriptGpumEnabled: pulumi.Output<boolean>;
|
|
120
|
+
/**
|
|
121
|
+
* Collect driver and worker logs from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
122
|
+
*/
|
|
123
|
+
readonly scriptLogsEnabled: pulumi.Output<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* Serverless opt-in for Data Jobs Monitoring. Defaults to true. Defaults to `true`.
|
|
126
|
+
*/
|
|
127
|
+
readonly serverlessJobsEnabled: pulumi.Output<boolean>;
|
|
128
|
+
/**
|
|
129
|
+
* SQL Warehouse ID for querying Databricks System Tables. Required for Cloud Cost Management.
|
|
130
|
+
*/
|
|
131
|
+
readonly systemTablesSqlWarehouseId: pulumi.Output<string | undefined>;
|
|
132
|
+
/**
|
|
133
|
+
* Enable table lineage tracking for Databricks tables. Defaults to `false`.
|
|
134
|
+
*/
|
|
135
|
+
readonly tableLineageEnabled: pulumi.Output<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* Unity Catalog volume path in `catalog.schema.volume` format where the Datadog init script will be stored (e.g. `main.default.datadog_volume`). Required when `djmClusterPolicyEnabled` is true.
|
|
138
|
+
*/
|
|
139
|
+
readonly ucVolumePath: pulumi.Output<string | undefined>;
|
|
140
|
+
/**
|
|
141
|
+
* The URL of your Databricks workspace (e.g., https://your-workspace.cloud.databricks.com).
|
|
142
|
+
*/
|
|
143
|
+
readonly workspaceUrl: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Create a IntegrationAccount resource with the given unique name, arguments, and options.
|
|
146
|
+
*
|
|
147
|
+
* @param name The _unique_ name of the resource.
|
|
148
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
149
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
150
|
+
*/
|
|
151
|
+
constructor(name: string, args: IntegrationAccountArgs, opts?: pulumi.CustomResourceOptions);
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Input properties used for looking up and filtering IntegrationAccount resources.
|
|
155
|
+
*/
|
|
156
|
+
export interface IntegrationAccountState {
|
|
157
|
+
/**
|
|
158
|
+
* Configure how Datadog authenticates to your Databricks workspace. Exactly one of `oauth` or `pat` must be provided.
|
|
159
|
+
*/
|
|
160
|
+
authConfig?: pulumi.Input<inputs.databricks.IntegrationAccountAuthConfig | undefined>;
|
|
161
|
+
/**
|
|
162
|
+
* Enable Cloud Cost Management to collect cost data from Databricks System Tables. Requires `systemTablesSqlWarehouseId`. Defaults to `false`.
|
|
163
|
+
*/
|
|
164
|
+
ccmEnabled?: pulumi.Input<boolean | undefined>;
|
|
165
|
+
/**
|
|
166
|
+
* Datadog API Key ID used for the Data Jobs Monitoring init script when managed by Datadog.
|
|
167
|
+
*/
|
|
168
|
+
ddApiKeyId?: pulumi.Input<string | undefined>;
|
|
169
|
+
/**
|
|
170
|
+
* Datadog API Key value (not ID) used for the Data Jobs Monitoring init script when managed by Datadog. This value is write-only; changes made outside of Terraform will not be drift-detected.
|
|
171
|
+
*/
|
|
172
|
+
ddApiKeySecret?: pulumi.Input<string | undefined>;
|
|
173
|
+
/**
|
|
174
|
+
* When enabled, Datadog installs and manages the Agent using a cluster policy and Unity Catalog Volume. Requires a Unity Catalog-enabled workspace with DBR 13.3 LTS+ and `ucVolumePath`. Defaults to `false`.
|
|
175
|
+
*/
|
|
176
|
+
djmClusterPolicyEnabled?: pulumi.Input<boolean | undefined>;
|
|
177
|
+
/**
|
|
178
|
+
* Enable Data Jobs Monitoring for this workspace. Defaults to true. Defaults to `true`.
|
|
179
|
+
*/
|
|
180
|
+
djmEnabled?: pulumi.Input<boolean | undefined>;
|
|
181
|
+
/**
|
|
182
|
+
* When enabled, Datadog installs and manages the Agent with a global init script in the workspace. Installation can take up to 15 minutes. Requires Workspace Admin permissions. Defaults to `false`.
|
|
183
|
+
*/
|
|
184
|
+
djmGlobalInitScriptEnabled?: pulumi.Input<boolean | undefined>;
|
|
185
|
+
/**
|
|
186
|
+
* Cron schedule controlling how often Datadog crawls the Databricks warehouse for metadata. Defaults to hourly. Defaults to `"0 * * * *"`.
|
|
187
|
+
*/
|
|
188
|
+
doCrawlersCron?: pulumi.Input<string | undefined>;
|
|
189
|
+
/**
|
|
190
|
+
* Enable Data Observability to collect data for viewing in Datadog Data Observability. Defaults to `false`.
|
|
191
|
+
*/
|
|
192
|
+
doEnabled?: pulumi.Input<boolean | undefined>;
|
|
193
|
+
/**
|
|
194
|
+
* Name of the Databricks model serving endpoint to monitor.
|
|
195
|
+
*/
|
|
196
|
+
modelServingEndpointName?: pulumi.Input<string | undefined>;
|
|
197
|
+
/**
|
|
198
|
+
* Retrieve health and usage metrics from Databricks model serving endpoints. Defaults to `false`.
|
|
199
|
+
*/
|
|
200
|
+
modelServingMetricsEnabled?: pulumi.Input<boolean | undefined>;
|
|
201
|
+
/**
|
|
202
|
+
* A human-readable name for the account.
|
|
203
|
+
*/
|
|
204
|
+
name?: pulumi.Input<string | undefined>;
|
|
205
|
+
/**
|
|
206
|
+
* Run Datadog crawlers behind a Private Action Runner instead of from Datadog's network.
|
|
207
|
+
*/
|
|
208
|
+
privateActionRunnerConfiguration?: pulumi.Input<inputs.databricks.IntegrationAccountPrivateActionRunnerConfiguration | undefined>;
|
|
209
|
+
/**
|
|
210
|
+
* Collect GPU metrics from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
211
|
+
*/
|
|
212
|
+
scriptGpumEnabled?: pulumi.Input<boolean | undefined>;
|
|
213
|
+
/**
|
|
214
|
+
* Collect driver and worker logs from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
215
|
+
*/
|
|
216
|
+
scriptLogsEnabled?: pulumi.Input<boolean | undefined>;
|
|
217
|
+
/**
|
|
218
|
+
* Serverless opt-in for Data Jobs Monitoring. Defaults to true. Defaults to `true`.
|
|
219
|
+
*/
|
|
220
|
+
serverlessJobsEnabled?: pulumi.Input<boolean | undefined>;
|
|
221
|
+
/**
|
|
222
|
+
* SQL Warehouse ID for querying Databricks System Tables. Required for Cloud Cost Management.
|
|
223
|
+
*/
|
|
224
|
+
systemTablesSqlWarehouseId?: pulumi.Input<string | undefined>;
|
|
225
|
+
/**
|
|
226
|
+
* Enable table lineage tracking for Databricks tables. Defaults to `false`.
|
|
227
|
+
*/
|
|
228
|
+
tableLineageEnabled?: pulumi.Input<boolean | undefined>;
|
|
229
|
+
/**
|
|
230
|
+
* Unity Catalog volume path in `catalog.schema.volume` format where the Datadog init script will be stored (e.g. `main.default.datadog_volume`). Required when `djmClusterPolicyEnabled` is true.
|
|
231
|
+
*/
|
|
232
|
+
ucVolumePath?: pulumi.Input<string | undefined>;
|
|
233
|
+
/**
|
|
234
|
+
* The URL of your Databricks workspace (e.g., https://your-workspace.cloud.databricks.com).
|
|
235
|
+
*/
|
|
236
|
+
workspaceUrl?: pulumi.Input<string | undefined>;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* The set of arguments for constructing a IntegrationAccount resource.
|
|
240
|
+
*/
|
|
241
|
+
export interface IntegrationAccountArgs {
|
|
242
|
+
/**
|
|
243
|
+
* Configure how Datadog authenticates to your Databricks workspace. Exactly one of `oauth` or `pat` must be provided.
|
|
244
|
+
*/
|
|
245
|
+
authConfig?: pulumi.Input<inputs.databricks.IntegrationAccountAuthConfig | undefined>;
|
|
246
|
+
/**
|
|
247
|
+
* Enable Cloud Cost Management to collect cost data from Databricks System Tables. Requires `systemTablesSqlWarehouseId`. Defaults to `false`.
|
|
248
|
+
*/
|
|
249
|
+
ccmEnabled?: pulumi.Input<boolean | undefined>;
|
|
250
|
+
/**
|
|
251
|
+
* Datadog API Key ID used for the Data Jobs Monitoring init script when managed by Datadog.
|
|
252
|
+
*/
|
|
253
|
+
ddApiKeyId?: pulumi.Input<string | undefined>;
|
|
254
|
+
/**
|
|
255
|
+
* Datadog API Key value (not ID) used for the Data Jobs Monitoring init script when managed by Datadog. This value is write-only; changes made outside of Terraform will not be drift-detected.
|
|
256
|
+
*/
|
|
257
|
+
ddApiKeySecret?: pulumi.Input<string | undefined>;
|
|
258
|
+
/**
|
|
259
|
+
* When enabled, Datadog installs and manages the Agent using a cluster policy and Unity Catalog Volume. Requires a Unity Catalog-enabled workspace with DBR 13.3 LTS+ and `ucVolumePath`. Defaults to `false`.
|
|
260
|
+
*/
|
|
261
|
+
djmClusterPolicyEnabled?: pulumi.Input<boolean | undefined>;
|
|
262
|
+
/**
|
|
263
|
+
* Enable Data Jobs Monitoring for this workspace. Defaults to true. Defaults to `true`.
|
|
264
|
+
*/
|
|
265
|
+
djmEnabled?: pulumi.Input<boolean | undefined>;
|
|
266
|
+
/**
|
|
267
|
+
* When enabled, Datadog installs and manages the Agent with a global init script in the workspace. Installation can take up to 15 minutes. Requires Workspace Admin permissions. Defaults to `false`.
|
|
268
|
+
*/
|
|
269
|
+
djmGlobalInitScriptEnabled?: pulumi.Input<boolean | undefined>;
|
|
270
|
+
/**
|
|
271
|
+
* Cron schedule controlling how often Datadog crawls the Databricks warehouse for metadata. Defaults to hourly. Defaults to `"0 * * * *"`.
|
|
272
|
+
*/
|
|
273
|
+
doCrawlersCron?: pulumi.Input<string | undefined>;
|
|
274
|
+
/**
|
|
275
|
+
* Enable Data Observability to collect data for viewing in Datadog Data Observability. Defaults to `false`.
|
|
276
|
+
*/
|
|
277
|
+
doEnabled?: pulumi.Input<boolean | undefined>;
|
|
278
|
+
/**
|
|
279
|
+
* Name of the Databricks model serving endpoint to monitor.
|
|
280
|
+
*/
|
|
281
|
+
modelServingEndpointName?: pulumi.Input<string | undefined>;
|
|
282
|
+
/**
|
|
283
|
+
* Retrieve health and usage metrics from Databricks model serving endpoints. Defaults to `false`.
|
|
284
|
+
*/
|
|
285
|
+
modelServingMetricsEnabled?: pulumi.Input<boolean | undefined>;
|
|
286
|
+
/**
|
|
287
|
+
* A human-readable name for the account.
|
|
288
|
+
*/
|
|
289
|
+
name: pulumi.Input<string>;
|
|
290
|
+
/**
|
|
291
|
+
* Run Datadog crawlers behind a Private Action Runner instead of from Datadog's network.
|
|
292
|
+
*/
|
|
293
|
+
privateActionRunnerConfiguration?: pulumi.Input<inputs.databricks.IntegrationAccountPrivateActionRunnerConfiguration | undefined>;
|
|
294
|
+
/**
|
|
295
|
+
* Collect GPU metrics from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
296
|
+
*/
|
|
297
|
+
scriptGpumEnabled?: pulumi.Input<boolean | undefined>;
|
|
298
|
+
/**
|
|
299
|
+
* Collect driver and worker logs from Databricks clusters when using a Datadog-managed init script. Defaults to `false`.
|
|
300
|
+
*/
|
|
301
|
+
scriptLogsEnabled?: pulumi.Input<boolean | undefined>;
|
|
302
|
+
/**
|
|
303
|
+
* Serverless opt-in for Data Jobs Monitoring. Defaults to true. Defaults to `true`.
|
|
304
|
+
*/
|
|
305
|
+
serverlessJobsEnabled?: pulumi.Input<boolean | undefined>;
|
|
306
|
+
/**
|
|
307
|
+
* SQL Warehouse ID for querying Databricks System Tables. Required for Cloud Cost Management.
|
|
308
|
+
*/
|
|
309
|
+
systemTablesSqlWarehouseId?: pulumi.Input<string | undefined>;
|
|
310
|
+
/**
|
|
311
|
+
* Enable table lineage tracking for Databricks tables. Defaults to `false`.
|
|
312
|
+
*/
|
|
313
|
+
tableLineageEnabled?: pulumi.Input<boolean | undefined>;
|
|
314
|
+
/**
|
|
315
|
+
* Unity Catalog volume path in `catalog.schema.volume` format where the Datadog init script will be stored (e.g. `main.default.datadog_volume`). Required when `djmClusterPolicyEnabled` is true.
|
|
316
|
+
*/
|
|
317
|
+
ucVolumePath?: pulumi.Input<string | undefined>;
|
|
318
|
+
/**
|
|
319
|
+
* The URL of your Databricks workspace (e.g., https://your-workspace.cloud.databricks.com).
|
|
320
|
+
*/
|
|
321
|
+
workspaceUrl: pulumi.Input<string>;
|
|
322
|
+
}
|
|
323
|
+
//# sourceMappingURL=integrationAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integrationAccount.d.ts","sourceRoot":"","sources":["../../databricks/integrationAccount.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.IntegrationAccount = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("../utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* Provides a Datadog Databricks integration account resource. Manages a Databricks workspace connection used for Data Jobs Monitoring, Cloud Cost Management, Data Observability, and related Databricks-driven products.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as datadog from "@pulumi/datadog";
|
|
39
|
+
*
|
|
40
|
+
* // Create a Databricks integration account using OAuth (recommended).
|
|
41
|
+
* const oauthExample = new datadog.databricks.IntegrationAccount("oauth_example", {
|
|
42
|
+
* name: "databricks-prod",
|
|
43
|
+
* workspaceUrl: "https://your-workspace.cloud.databricks.com",
|
|
44
|
+
* authConfig: [{
|
|
45
|
+
* oauth: [{
|
|
46
|
+
* clientId: "abc123def456",
|
|
47
|
+
* clientSecret: "secret-value",
|
|
48
|
+
* databricksAccountId: "11111111-2222-3333-4444-555555555555",
|
|
49
|
+
* }],
|
|
50
|
+
* }],
|
|
51
|
+
* djmEnabled: true,
|
|
52
|
+
* serverlessJobsEnabled: true,
|
|
53
|
+
* });
|
|
54
|
+
* // Alternative: Databricks integration account using a Personal Access Token (PAT).
|
|
55
|
+
* // OAuth is preferred for new deployments; PAT is kept for backwards compatibility.
|
|
56
|
+
* const patExample = new datadog.databricks.IntegrationAccount("pat_example", {
|
|
57
|
+
* name: "databricks-legacy",
|
|
58
|
+
* workspaceUrl: "https://your-workspace.cloud.databricks.com",
|
|
59
|
+
* authConfig: [{
|
|
60
|
+
* pat: [{
|
|
61
|
+
* token: "dapi-...",
|
|
62
|
+
* }],
|
|
63
|
+
* }],
|
|
64
|
+
* });
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* ## Import
|
|
68
|
+
*
|
|
69
|
+
* The `pulumi import` command can be used, for example:
|
|
70
|
+
*
|
|
71
|
+
* ```sh
|
|
72
|
+
* $ pulumi import datadog:databricks/integrationAccount:IntegrationAccount example "<ACCOUNT_ID>"
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
class IntegrationAccount extends pulumi.CustomResource {
|
|
76
|
+
/**
|
|
77
|
+
* Get an existing IntegrationAccount resource's state with the given name, ID, and optional extra
|
|
78
|
+
* properties used to qualify the lookup.
|
|
79
|
+
*
|
|
80
|
+
* @param name The _unique_ name of the resulting resource.
|
|
81
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
82
|
+
* @param state Any extra arguments used during the lookup.
|
|
83
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
84
|
+
*/
|
|
85
|
+
static get(name, id, state, opts) {
|
|
86
|
+
return new IntegrationAccount(name, state, { ...opts, id: id });
|
|
87
|
+
}
|
|
88
|
+
/** @internal */
|
|
89
|
+
static __pulumiType = 'datadog:databricks/integrationAccount:IntegrationAccount';
|
|
90
|
+
/**
|
|
91
|
+
* Returns true if the given object is an instance of IntegrationAccount. This is designed to work even
|
|
92
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
93
|
+
*/
|
|
94
|
+
static isInstance(obj) {
|
|
95
|
+
if (obj === undefined || obj === null) {
|
|
96
|
+
return false;
|
|
97
|
+
}
|
|
98
|
+
return obj['__pulumiType'] === IntegrationAccount.__pulumiType;
|
|
99
|
+
}
|
|
100
|
+
constructor(name, argsOrState, opts) {
|
|
101
|
+
let resourceInputs = {};
|
|
102
|
+
opts = opts || {};
|
|
103
|
+
if (opts.id) {
|
|
104
|
+
const state = argsOrState;
|
|
105
|
+
resourceInputs["authConfig"] = state?.authConfig;
|
|
106
|
+
resourceInputs["ccmEnabled"] = state?.ccmEnabled;
|
|
107
|
+
resourceInputs["ddApiKeyId"] = state?.ddApiKeyId;
|
|
108
|
+
resourceInputs["ddApiKeySecret"] = state?.ddApiKeySecret;
|
|
109
|
+
resourceInputs["djmClusterPolicyEnabled"] = state?.djmClusterPolicyEnabled;
|
|
110
|
+
resourceInputs["djmEnabled"] = state?.djmEnabled;
|
|
111
|
+
resourceInputs["djmGlobalInitScriptEnabled"] = state?.djmGlobalInitScriptEnabled;
|
|
112
|
+
resourceInputs["doCrawlersCron"] = state?.doCrawlersCron;
|
|
113
|
+
resourceInputs["doEnabled"] = state?.doEnabled;
|
|
114
|
+
resourceInputs["modelServingEndpointName"] = state?.modelServingEndpointName;
|
|
115
|
+
resourceInputs["modelServingMetricsEnabled"] = state?.modelServingMetricsEnabled;
|
|
116
|
+
resourceInputs["name"] = state?.name;
|
|
117
|
+
resourceInputs["privateActionRunnerConfiguration"] = state?.privateActionRunnerConfiguration;
|
|
118
|
+
resourceInputs["scriptGpumEnabled"] = state?.scriptGpumEnabled;
|
|
119
|
+
resourceInputs["scriptLogsEnabled"] = state?.scriptLogsEnabled;
|
|
120
|
+
resourceInputs["serverlessJobsEnabled"] = state?.serverlessJobsEnabled;
|
|
121
|
+
resourceInputs["systemTablesSqlWarehouseId"] = state?.systemTablesSqlWarehouseId;
|
|
122
|
+
resourceInputs["tableLineageEnabled"] = state?.tableLineageEnabled;
|
|
123
|
+
resourceInputs["ucVolumePath"] = state?.ucVolumePath;
|
|
124
|
+
resourceInputs["workspaceUrl"] = state?.workspaceUrl;
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
const args = argsOrState;
|
|
128
|
+
if (args?.name === undefined && !opts.urn) {
|
|
129
|
+
throw new Error("Missing required property 'name'");
|
|
130
|
+
}
|
|
131
|
+
if (args?.workspaceUrl === undefined && !opts.urn) {
|
|
132
|
+
throw new Error("Missing required property 'workspaceUrl'");
|
|
133
|
+
}
|
|
134
|
+
resourceInputs["authConfig"] = args?.authConfig;
|
|
135
|
+
resourceInputs["ccmEnabled"] = args?.ccmEnabled;
|
|
136
|
+
resourceInputs["ddApiKeyId"] = args?.ddApiKeyId;
|
|
137
|
+
resourceInputs["ddApiKeySecret"] = args?.ddApiKeySecret ? pulumi.secret(args.ddApiKeySecret) : undefined;
|
|
138
|
+
resourceInputs["djmClusterPolicyEnabled"] = args?.djmClusterPolicyEnabled;
|
|
139
|
+
resourceInputs["djmEnabled"] = args?.djmEnabled;
|
|
140
|
+
resourceInputs["djmGlobalInitScriptEnabled"] = args?.djmGlobalInitScriptEnabled;
|
|
141
|
+
resourceInputs["doCrawlersCron"] = args?.doCrawlersCron;
|
|
142
|
+
resourceInputs["doEnabled"] = args?.doEnabled;
|
|
143
|
+
resourceInputs["modelServingEndpointName"] = args?.modelServingEndpointName;
|
|
144
|
+
resourceInputs["modelServingMetricsEnabled"] = args?.modelServingMetricsEnabled;
|
|
145
|
+
resourceInputs["name"] = args?.name;
|
|
146
|
+
resourceInputs["privateActionRunnerConfiguration"] = args?.privateActionRunnerConfiguration;
|
|
147
|
+
resourceInputs["scriptGpumEnabled"] = args?.scriptGpumEnabled;
|
|
148
|
+
resourceInputs["scriptLogsEnabled"] = args?.scriptLogsEnabled;
|
|
149
|
+
resourceInputs["serverlessJobsEnabled"] = args?.serverlessJobsEnabled;
|
|
150
|
+
resourceInputs["systemTablesSqlWarehouseId"] = args?.systemTablesSqlWarehouseId;
|
|
151
|
+
resourceInputs["tableLineageEnabled"] = args?.tableLineageEnabled;
|
|
152
|
+
resourceInputs["ucVolumePath"] = args?.ucVolumePath;
|
|
153
|
+
resourceInputs["workspaceUrl"] = args?.workspaceUrl;
|
|
154
|
+
}
|
|
155
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
156
|
+
const secretOpts = { additionalSecretOutputs: ["ddApiKeySecret"] };
|
|
157
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
158
|
+
super(IntegrationAccount.__pulumiType, name, resourceInputs, opts);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
exports.IntegrationAccount = IntegrationAccount;
|
|
162
|
+
//# sourceMappingURL=integrationAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../databricks/integrationAccount.ts"],"names":[],"mappings":"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"}
|
package/index.d.ts
CHANGED
|
@@ -571,6 +571,7 @@ import * as azure from "./azure";
|
|
|
571
571
|
import * as cloudflare from "./cloudflare";
|
|
572
572
|
import * as config from "./config";
|
|
573
573
|
import * as confluent from "./confluent";
|
|
574
|
+
import * as databricks from "./databricks";
|
|
574
575
|
import * as fastly from "./fastly";
|
|
575
576
|
import * as gcp from "./gcp";
|
|
576
577
|
import * as ms from "./ms";
|
|
@@ -578,5 +579,5 @@ import * as opsgenie from "./opsgenie";
|
|
|
578
579
|
import * as pagerduty from "./pagerduty";
|
|
579
580
|
import * as slack from "./slack";
|
|
580
581
|
import * as types from "./types";
|
|
581
|
-
export { aws, azure, cloudflare, config, confluent, fastly, gcp, ms, opsgenie, pagerduty, slack, types, };
|
|
582
|
+
export { aws, azure, cloudflare, config, confluent, databricks, fastly, gcp, ms, opsgenie, pagerduty, slack, types, };
|
|
582
583
|
//# sourceMappingURL=index.d.ts.map
|