@pulumi/databricks 1.61.0-alpha.1739338497 → 1.61.0-alpha.1739378798

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.
Files changed (61) hide show
  1. package/entitlements.d.ts +1 -1
  2. package/entitlements.js +1 -1
  3. package/getApp.d.ts +2 -2
  4. package/getApp.js +2 -2
  5. package/getAwsAssumeRolePolicy.d.ts +2 -2
  6. package/getAwsAssumeRolePolicy.js +2 -2
  7. package/getAwsBucketPolicy.d.ts +2 -2
  8. package/getAwsBucketPolicy.js +2 -2
  9. package/getAwsCrossAccountPolicy.d.ts +2 -2
  10. package/getAwsCrossAccountPolicy.js +2 -2
  11. package/getAwsUnityCatalogAssumeRolePolicy.d.ts +2 -2
  12. package/getAwsUnityCatalogAssumeRolePolicy.js +2 -2
  13. package/getAwsUnityCatalogPolicy.d.ts +2 -2
  14. package/getAwsUnityCatalogPolicy.js +2 -2
  15. package/getCurrentConfig.d.ts +2 -2
  16. package/getCurrentConfig.js +2 -2
  17. package/getCurrentMetastore.d.ts +2 -2
  18. package/getCurrentMetastore.js +2 -2
  19. package/getExternalLocation.d.ts +2 -2
  20. package/getExternalLocation.js +2 -2
  21. package/getJob.d.ts +2 -2
  22. package/getJob.js +2 -2
  23. package/getJobs.d.ts +4 -4
  24. package/getJobs.js +4 -4
  25. package/getMetastore.d.ts +2 -2
  26. package/getMetastore.js +2 -2
  27. package/getMlflowModel.d.ts +4 -4
  28. package/getMlflowModel.js +4 -4
  29. package/getMlflowModels.d.ts +2 -2
  30. package/getMlflowModels.js +2 -2
  31. package/getMwsNetworkConnectivityConfig.d.ts +2 -2
  32. package/getMwsNetworkConnectivityConfig.js +2 -2
  33. package/getMwsNetworkConnectivityConfigs.d.ts +4 -4
  34. package/getMwsNetworkConnectivityConfigs.js +4 -4
  35. package/getNotificationDestinations.d.ts +2 -2
  36. package/getNotificationDestinations.js +2 -2
  37. package/getPipelines.d.ts +4 -4
  38. package/getPipelines.js +4 -4
  39. package/getRegisteredModel.d.ts +2 -2
  40. package/getRegisteredModel.js +2 -2
  41. package/getRegisteredModelVersions.d.ts +2 -2
  42. package/getRegisteredModelVersions.js +2 -2
  43. package/getSchema.d.ts +4 -4
  44. package/getSchema.js +4 -4
  45. package/getShare.d.ts +2 -2
  46. package/getShare.js +2 -2
  47. package/getShares.d.ts +2 -2
  48. package/getShares.js +2 -2
  49. package/getSqlWarehouse.d.ts +2 -2
  50. package/getSqlWarehouse.js +2 -2
  51. package/getStorageCredential.d.ts +2 -2
  52. package/getStorageCredential.js +2 -2
  53. package/getVolume.d.ts +4 -4
  54. package/getVolume.js +4 -4
  55. package/getVolumes.d.ts +2 -2
  56. package/getVolumes.js +2 -2
  57. package/mwsCredentials.d.ts +1 -1
  58. package/mwsCredentials.js +1 -1
  59. package/mwsWorkspaces.d.ts +1 -1
  60. package/mwsWorkspaces.js +1 -1
  61. package/package.json +2 -2
@@ -12,7 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
12
12
  * import * as pulumi from "@pulumi/pulumi";
13
13
  * import * as databricks from "@pulumi/databricks";
14
14
  *
15
- * const this = databricks.getMwsNetworkConnectivityConfigs({});
15
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({});
16
16
  * export const all = _this;
17
17
  * ```
18
18
  *
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
22
22
  * import * as pulumi from "@pulumi/pulumi";
23
23
  * import * as databricks from "@pulumi/databricks";
24
24
  *
25
- * const this = databricks.getMwsNetworkConnectivityConfigs({
25
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({
26
26
  * region: "us-east-1",
27
27
  * });
28
28
  * export const filtered = _this;
@@ -76,7 +76,7 @@ export interface GetMwsNetworkConnectivityConfigsResult {
76
76
  * import * as pulumi from "@pulumi/pulumi";
77
77
  * import * as databricks from "@pulumi/databricks";
78
78
  *
79
- * const this = databricks.getMwsNetworkConnectivityConfigs({});
79
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({});
80
80
  * export const all = _this;
81
81
  * ```
82
82
  *
@@ -86,7 +86,7 @@ export interface GetMwsNetworkConnectivityConfigsResult {
86
86
  * import * as pulumi from "@pulumi/pulumi";
87
87
  * import * as databricks from "@pulumi/databricks";
88
88
  *
89
- * const this = databricks.getMwsNetworkConnectivityConfigs({
89
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({
90
90
  * region: "us-east-1",
91
91
  * });
92
92
  * export const filtered = _this;
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
18
18
  * import * as pulumi from "@pulumi/pulumi";
19
19
  * import * as databricks from "@pulumi/databricks";
20
20
  *
21
- * const this = databricks.getMwsNetworkConnectivityConfigs({});
21
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({});
22
22
  * export const all = _this;
23
23
  * ```
24
24
  *
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
28
28
  * import * as pulumi from "@pulumi/pulumi";
29
29
  * import * as databricks from "@pulumi/databricks";
30
30
  *
31
- * const this = databricks.getMwsNetworkConnectivityConfigs({
31
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({
32
32
  * region: "us-east-1",
33
33
  * });
34
34
  * export const filtered = _this;
@@ -63,7 +63,7 @@ exports.getMwsNetworkConnectivityConfigs = getMwsNetworkConnectivityConfigs;
63
63
  * import * as pulumi from "@pulumi/pulumi";
64
64
  * import * as databricks from "@pulumi/databricks";
65
65
  *
66
- * const this = databricks.getMwsNetworkConnectivityConfigs({});
66
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({});
67
67
  * export const all = _this;
68
68
  * ```
69
69
  *
@@ -73,7 +73,7 @@ exports.getMwsNetworkConnectivityConfigs = getMwsNetworkConnectivityConfigs;
73
73
  * import * as pulumi from "@pulumi/pulumi";
74
74
  * import * as databricks from "@pulumi/databricks";
75
75
  *
76
- * const this = databricks.getMwsNetworkConnectivityConfigs({
76
+ * const _this = databricks.getMwsNetworkConnectivityConfigs({
77
77
  * region: "us-east-1",
78
78
  * });
79
79
  * export const filtered = _this;
@@ -26,7 +26,7 @@ import * as outputs from "./types/output";
26
26
  * },
27
27
  * });
28
28
  * // Lists all notification desitnations
29
- * const this = databricks.getNotificationDestinations({});
29
+ * const _this = databricks.getNotificationDestinations({});
30
30
  * // List destinations of specific type and name
31
31
  * const filteredNotification = databricks.getNotificationDestinations({
32
32
  * displayNameContains: "Destination",
@@ -94,7 +94,7 @@ export interface GetNotificationDestinationsResult {
94
94
  * },
95
95
  * });
96
96
  * // Lists all notification desitnations
97
- * const this = databricks.getNotificationDestinations({});
97
+ * const _this = databricks.getNotificationDestinations({});
98
98
  * // List destinations of specific type and name
99
99
  * const filteredNotification = databricks.getNotificationDestinations({
100
100
  * displayNameContains: "Destination",
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
31
31
  * },
32
32
  * });
33
33
  * // Lists all notification desitnations
34
- * const this = databricks.getNotificationDestinations({});
34
+ * const _this = databricks.getNotificationDestinations({});
35
35
  * // List destinations of specific type and name
36
36
  * const filteredNotification = databricks.getNotificationDestinations({
37
37
  * displayNameContains: "Destination",
@@ -74,7 +74,7 @@ exports.getNotificationDestinations = getNotificationDestinations;
74
74
  * },
75
75
  * });
76
76
  * // Lists all notification desitnations
77
- * const this = databricks.getNotificationDestinations({});
77
+ * const _this = databricks.getNotificationDestinations({});
78
78
  * // List destinations of specific type and name
79
79
  * const filteredNotification = databricks.getNotificationDestinations({
80
80
  * displayNameContains: "Destination",
package/getPipelines.d.ts CHANGED
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
22
22
  * import * as pulumi from "@pulumi/pulumi";
23
23
  * import * as databricks from "@pulumi/databricks";
24
24
  *
25
- * const this = databricks.getPipelines({
25
+ * const _this = databricks.getPipelines({
26
26
  * pipelineName: "my_pipeline",
27
27
  * });
28
28
  * export const myPipeline = _this.then(_this => _this.ids);
@@ -34,7 +34,7 @@ import * as pulumi from "@pulumi/pulumi";
34
34
  * import * as pulumi from "@pulumi/pulumi";
35
35
  * import * as databricks from "@pulumi/databricks";
36
36
  *
37
- * const this = databricks.getPipelines({
37
+ * const _this = databricks.getPipelines({
38
38
  * pipelineName: "%pipeline%",
39
39
  * });
40
40
  * export const wildcardPipelines = _this.then(_this => _this.ids);
@@ -101,7 +101,7 @@ export interface GetPipelinesResult {
101
101
  * import * as pulumi from "@pulumi/pulumi";
102
102
  * import * as databricks from "@pulumi/databricks";
103
103
  *
104
- * const this = databricks.getPipelines({
104
+ * const _this = databricks.getPipelines({
105
105
  * pipelineName: "my_pipeline",
106
106
  * });
107
107
  * export const myPipeline = _this.then(_this => _this.ids);
@@ -113,7 +113,7 @@ export interface GetPipelinesResult {
113
113
  * import * as pulumi from "@pulumi/pulumi";
114
114
  * import * as databricks from "@pulumi/databricks";
115
115
  *
116
- * const this = databricks.getPipelines({
116
+ * const _this = databricks.getPipelines({
117
117
  * pipelineName: "%pipeline%",
118
118
  * });
119
119
  * export const wildcardPipelines = _this.then(_this => _this.ids);
package/getPipelines.js CHANGED
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
28
28
  * import * as pulumi from "@pulumi/pulumi";
29
29
  * import * as databricks from "@pulumi/databricks";
30
30
  *
31
- * const this = databricks.getPipelines({
31
+ * const _this = databricks.getPipelines({
32
32
  * pipelineName: "my_pipeline",
33
33
  * });
34
34
  * export const myPipeline = _this.then(_this => _this.ids);
@@ -40,7 +40,7 @@ const utilities = require("./utilities");
40
40
  * import * as pulumi from "@pulumi/pulumi";
41
41
  * import * as databricks from "@pulumi/databricks";
42
42
  *
43
- * const this = databricks.getPipelines({
43
+ * const _this = databricks.getPipelines({
44
44
  * pipelineName: "%pipeline%",
45
45
  * });
46
46
  * export const wildcardPipelines = _this.then(_this => _this.ids);
@@ -88,7 +88,7 @@ exports.getPipelines = getPipelines;
88
88
  * import * as pulumi from "@pulumi/pulumi";
89
89
  * import * as databricks from "@pulumi/databricks";
90
90
  *
91
- * const this = databricks.getPipelines({
91
+ * const _this = databricks.getPipelines({
92
92
  * pipelineName: "my_pipeline",
93
93
  * });
94
94
  * export const myPipeline = _this.then(_this => _this.ids);
@@ -100,7 +100,7 @@ exports.getPipelines = getPipelines;
100
100
  * import * as pulumi from "@pulumi/pulumi";
101
101
  * import * as databricks from "@pulumi/databricks";
102
102
  *
103
- * const this = databricks.getPipelines({
103
+ * const _this = databricks.getPipelines({
104
104
  * pipelineName: "%pipeline%",
105
105
  * });
106
106
  * export const wildcardPipelines = _this.then(_this => _this.ids);
@@ -12,7 +12,7 @@ import * as outputs from "./types/output";
12
12
  * import * as pulumi from "@pulumi/pulumi";
13
13
  * import * as databricks from "@pulumi/databricks";
14
14
  *
15
- * const this = databricks.getRegisteredModel({
15
+ * const _this = databricks.getRegisteredModel({
16
16
  * fullName: "main.default.my_model",
17
17
  * });
18
18
  * ```
@@ -77,7 +77,7 @@ export interface GetRegisteredModelResult {
77
77
  * import * as pulumi from "@pulumi/pulumi";
78
78
  * import * as databricks from "@pulumi/databricks";
79
79
  *
80
- * const this = databricks.getRegisteredModel({
80
+ * const _this = databricks.getRegisteredModel({
81
81
  * fullName: "main.default.my_model",
82
82
  * });
83
83
  * ```
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
16
16
  * import * as pulumi from "@pulumi/pulumi";
17
17
  * import * as databricks from "@pulumi/databricks";
18
18
  *
19
- * const this = databricks.getRegisteredModel({
19
+ * const _this = databricks.getRegisteredModel({
20
20
  * fullName: "main.default.my_model",
21
21
  * });
22
22
  * ```
@@ -50,7 +50,7 @@ exports.getRegisteredModel = getRegisteredModel;
50
50
  * import * as pulumi from "@pulumi/pulumi";
51
51
  * import * as databricks from "@pulumi/databricks";
52
52
  *
53
- * const this = databricks.getRegisteredModel({
53
+ * const _this = databricks.getRegisteredModel({
54
54
  * fullName: "main.default.my_model",
55
55
  * });
56
56
  * ```
@@ -12,7 +12,7 @@ import * as outputs from "./types/output";
12
12
  * import * as pulumi from "@pulumi/pulumi";
13
13
  * import * as databricks from "@pulumi/databricks";
14
14
  *
15
- * const this = databricks.getRegisteredModelVersions({
15
+ * const _this = databricks.getRegisteredModelVersions({
16
16
  * fullName: "main.default.my_model",
17
17
  * });
18
18
  * ```
@@ -68,7 +68,7 @@ export interface GetRegisteredModelVersionsResult {
68
68
  * import * as pulumi from "@pulumi/pulumi";
69
69
  * import * as databricks from "@pulumi/databricks";
70
70
  *
71
- * const this = databricks.getRegisteredModelVersions({
71
+ * const _this = databricks.getRegisteredModelVersions({
72
72
  * fullName: "main.default.my_model",
73
73
  * });
74
74
  * ```
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
16
16
  * import * as pulumi from "@pulumi/pulumi";
17
17
  * import * as databricks from "@pulumi/databricks";
18
18
  *
19
- * const this = databricks.getRegisteredModelVersions({
19
+ * const _this = databricks.getRegisteredModelVersions({
20
20
  * fullName: "main.default.my_model",
21
21
  * });
22
22
  * ```
@@ -49,7 +49,7 @@ exports.getRegisteredModelVersions = getRegisteredModelVersions;
49
49
  * import * as pulumi from "@pulumi/pulumi";
50
50
  * import * as databricks from "@pulumi/databricks";
51
51
  *
52
- * const this = databricks.getRegisteredModelVersions({
52
+ * const _this = databricks.getRegisteredModelVersions({
53
53
  * fullName: "main.default.my_model",
54
54
  * });
55
55
  * ```
package/getSchema.d.ts CHANGED
@@ -16,7 +16,7 @@ import * as outputs from "./types/output";
16
16
  * const all = databricks.getSchemas({
17
17
  * catalogName: "sandbox",
18
18
  * });
19
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
19
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
20
20
  * name: __value,
21
21
  * }) })));
22
22
  * ```
@@ -27,7 +27,7 @@ import * as outputs from "./types/output";
27
27
  * import * as pulumi from "@pulumi/pulumi";
28
28
  * import * as databricks from "@pulumi/databricks";
29
29
  *
30
- * const this = databricks.getSchema({
30
+ * const _this = databricks.getSchema({
31
31
  * name: "catalog.schema",
32
32
  * });
33
33
  * ```
@@ -89,7 +89,7 @@ export interface GetSchemaResult {
89
89
  * const all = databricks.getSchemas({
90
90
  * catalogName: "sandbox",
91
91
  * });
92
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
92
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
93
93
  * name: __value,
94
94
  * }) })));
95
95
  * ```
@@ -100,7 +100,7 @@ export interface GetSchemaResult {
100
100
  * import * as pulumi from "@pulumi/pulumi";
101
101
  * import * as databricks from "@pulumi/databricks";
102
102
  *
103
- * const this = databricks.getSchema({
103
+ * const _this = databricks.getSchema({
104
104
  * name: "catalog.schema",
105
105
  * });
106
106
  * ```
package/getSchema.js CHANGED
@@ -20,7 +20,7 @@ const utilities = require("./utilities");
20
20
  * const all = databricks.getSchemas({
21
21
  * catalogName: "sandbox",
22
22
  * });
23
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
23
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
24
24
  * name: __value,
25
25
  * }) })));
26
26
  * ```
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
31
31
  * import * as pulumi from "@pulumi/pulumi";
32
32
  * import * as databricks from "@pulumi/databricks";
33
33
  *
34
- * const this = databricks.getSchema({
34
+ * const _this = databricks.getSchema({
35
35
  * name: "catalog.schema",
36
36
  * });
37
37
  * ```
@@ -67,7 +67,7 @@ exports.getSchema = getSchema;
67
67
  * const all = databricks.getSchemas({
68
68
  * catalogName: "sandbox",
69
69
  * });
70
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
70
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSchema({
71
71
  * name: __value,
72
72
  * }) })));
73
73
  * ```
@@ -78,7 +78,7 @@ exports.getSchema = getSchema;
78
78
  * import * as pulumi from "@pulumi/pulumi";
79
79
  * import * as databricks from "@pulumi/databricks";
80
80
  *
81
- * const this = databricks.getSchema({
81
+ * const _this = databricks.getSchema({
82
82
  * name: "catalog.schema",
83
83
  * });
84
84
  * ```
package/getShare.d.ts CHANGED
@@ -12,7 +12,7 @@ import * as outputs from "./types/output";
12
12
  * import * as pulumi from "@pulumi/pulumi";
13
13
  * import * as databricks from "@pulumi/databricks";
14
14
  *
15
- * const this = databricks.getShare({
15
+ * const _this = databricks.getShare({
16
16
  * name: "this",
17
17
  * });
18
18
  * export const createdBy = _this.then(_this => _this.createdBy);
@@ -84,7 +84,7 @@ export interface GetShareResult {
84
84
  * import * as pulumi from "@pulumi/pulumi";
85
85
  * import * as databricks from "@pulumi/databricks";
86
86
  *
87
- * const this = databricks.getShare({
87
+ * const _this = databricks.getShare({
88
88
  * name: "this",
89
89
  * });
90
90
  * export const createdBy = _this.then(_this => _this.createdBy);
package/getShare.js CHANGED
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
16
16
  * import * as pulumi from "@pulumi/pulumi";
17
17
  * import * as databricks from "@pulumi/databricks";
18
18
  *
19
- * const this = databricks.getShare({
19
+ * const _this = databricks.getShare({
20
20
  * name: "this",
21
21
  * });
22
22
  * export const createdBy = _this.then(_this => _this.createdBy);
@@ -52,7 +52,7 @@ exports.getShare = getShare;
52
52
  * import * as pulumi from "@pulumi/pulumi";
53
53
  * import * as databricks from "@pulumi/databricks";
54
54
  *
55
- * const this = databricks.getShare({
55
+ * const _this = databricks.getShare({
56
56
  * name: "this",
57
57
  * });
58
58
  * export const createdBy = _this.then(_this => _this.createdBy);
package/getShares.d.ts CHANGED
@@ -10,7 +10,7 @@ import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as pulumi from "@pulumi/pulumi";
11
11
  * import * as databricks from "@pulumi/databricks";
12
12
  *
13
- * const this = databricks.getShares({});
13
+ * const _this = databricks.getShares({});
14
14
  * export const shareName = _this.then(_this => _this.shares);
15
15
  * ```
16
16
  *
@@ -56,7 +56,7 @@ export interface GetSharesResult {
56
56
  * import * as pulumi from "@pulumi/pulumi";
57
57
  * import * as databricks from "@pulumi/databricks";
58
58
  *
59
- * const this = databricks.getShares({});
59
+ * const _this = databricks.getShares({});
60
60
  * export const shareName = _this.then(_this => _this.shares);
61
61
  * ```
62
62
  *
package/getShares.js CHANGED
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
16
16
  * import * as pulumi from "@pulumi/pulumi";
17
17
  * import * as databricks from "@pulumi/databricks";
18
18
  *
19
- * const this = databricks.getShares({});
19
+ * const _this = databricks.getShares({});
20
20
  * export const shareName = _this.then(_this => _this.shares);
21
21
  * ```
22
22
  *
@@ -47,7 +47,7 @@ exports.getShares = getShares;
47
47
  * import * as pulumi from "@pulumi/pulumi";
48
48
  * import * as databricks from "@pulumi/databricks";
49
49
  *
50
- * const this = databricks.getShares({});
50
+ * const _this = databricks.getShares({});
51
51
  * export const shareName = _this.then(_this => _this.shares);
52
52
  * ```
53
53
  *
@@ -15,7 +15,7 @@ import * as outputs from "./types/output";
15
15
  * import * as databricks from "@pulumi/databricks";
16
16
  *
17
17
  * const all = databricks.getSqlWarehouses({});
18
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
18
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
19
19
  * id: __value,
20
20
  * }) })));
21
21
  * ```
@@ -228,7 +228,7 @@ export interface GetSqlWarehouseResult {
228
228
  * import * as databricks from "@pulumi/databricks";
229
229
  *
230
230
  * const all = databricks.getSqlWarehouses({});
231
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
231
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
232
232
  * id: __value,
233
233
  * }) })));
234
234
  * ```
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
19
19
  * import * as databricks from "@pulumi/databricks";
20
20
  *
21
21
  * const all = databricks.getSqlWarehouses({});
22
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
22
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
23
23
  * id: __value,
24
24
  * }) })));
25
25
  * ```
@@ -87,7 +87,7 @@ exports.getSqlWarehouse = getSqlWarehouse;
87
87
  * import * as databricks from "@pulumi/databricks";
88
88
  *
89
89
  * const all = databricks.getSqlWarehouses({});
90
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
90
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getSqlWarehouse({
91
91
  * id: __value,
92
92
  * }) })));
93
93
  * ```
@@ -14,7 +14,7 @@ import * as outputs from "./types/output";
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as databricks from "@pulumi/databricks";
16
16
  *
17
- * const this = databricks.getStorageCredential({
17
+ * const _this = databricks.getStorageCredential({
18
18
  * name: "this",
19
19
  * });
20
20
  * export const createdBy = _this.then(_this => _this.storageCredentialInfo?.createdBy);
@@ -72,7 +72,7 @@ export interface GetStorageCredentialResult {
72
72
  * import * as pulumi from "@pulumi/pulumi";
73
73
  * import * as databricks from "@pulumi/databricks";
74
74
  *
75
- * const this = databricks.getStorageCredential({
75
+ * const _this = databricks.getStorageCredential({
76
76
  * name: "this",
77
77
  * });
78
78
  * export const createdBy = _this.then(_this => _this.storageCredentialInfo?.createdBy);
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
18
18
  * import * as pulumi from "@pulumi/pulumi";
19
19
  * import * as databricks from "@pulumi/databricks";
20
20
  *
21
- * const this = databricks.getStorageCredential({
21
+ * const _this = databricks.getStorageCredential({
22
22
  * name: "this",
23
23
  * });
24
24
  * export const createdBy = _this.then(_this => _this.storageCredentialInfo?.createdBy);
@@ -53,7 +53,7 @@ exports.getStorageCredential = getStorageCredential;
53
53
  * import * as pulumi from "@pulumi/pulumi";
54
54
  * import * as databricks from "@pulumi/databricks";
55
55
  *
56
- * const this = databricks.getStorageCredential({
56
+ * const _this = databricks.getStorageCredential({
57
57
  * name: "this",
58
58
  * });
59
59
  * export const createdBy = _this.then(_this => _this.storageCredentialInfo?.createdBy);
package/getVolume.d.ts CHANGED
@@ -17,7 +17,7 @@ import * as outputs from "./types/output";
17
17
  * catalogName: "sandbox",
18
18
  * schemaName: "things",
19
19
  * });
20
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
20
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
21
21
  * name: __value,
22
22
  * }) })));
23
23
  * ```
@@ -28,7 +28,7 @@ import * as outputs from "./types/output";
28
28
  * import * as pulumi from "@pulumi/pulumi";
29
29
  * import * as databricks from "@pulumi/databricks";
30
30
  *
31
- * const this = databricks.getVolume({
31
+ * const _this = databricks.getVolume({
32
32
  * name: "catalog.schema.volume",
33
33
  * });
34
34
  * ```
@@ -92,7 +92,7 @@ export interface GetVolumeResult {
92
92
  * catalogName: "sandbox",
93
93
  * schemaName: "things",
94
94
  * });
95
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
95
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
96
96
  * name: __value,
97
97
  * }) })));
98
98
  * ```
@@ -103,7 +103,7 @@ export interface GetVolumeResult {
103
103
  * import * as pulumi from "@pulumi/pulumi";
104
104
  * import * as databricks from "@pulumi/databricks";
105
105
  *
106
- * const this = databricks.getVolume({
106
+ * const _this = databricks.getVolume({
107
107
  * name: "catalog.schema.volume",
108
108
  * });
109
109
  * ```
package/getVolume.js CHANGED
@@ -21,7 +21,7 @@ const utilities = require("./utilities");
21
21
  * catalogName: "sandbox",
22
22
  * schemaName: "things",
23
23
  * });
24
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
24
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
25
25
  * name: __value,
26
26
  * }) })));
27
27
  * ```
@@ -32,7 +32,7 @@ const utilities = require("./utilities");
32
32
  * import * as pulumi from "@pulumi/pulumi";
33
33
  * import * as databricks from "@pulumi/databricks";
34
34
  *
35
- * const this = databricks.getVolume({
35
+ * const _this = databricks.getVolume({
36
36
  * name: "catalog.schema.volume",
37
37
  * });
38
38
  * ```
@@ -70,7 +70,7 @@ exports.getVolume = getVolume;
70
70
  * catalogName: "sandbox",
71
71
  * schemaName: "things",
72
72
  * });
73
- * const this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
73
+ * const _this = all.then(all => .reduce((__obj, [__key, __value]) => ({ ...__obj, [__key]: databricks.getVolume({
74
74
  * name: __value,
75
75
  * }) })));
76
76
  * ```
@@ -81,7 +81,7 @@ exports.getVolume = getVolume;
81
81
  * import * as pulumi from "@pulumi/pulumi";
82
82
  * import * as databricks from "@pulumi/databricks";
83
83
  *
84
- * const this = databricks.getVolume({
84
+ * const _this = databricks.getVolume({
85
85
  * name: "catalog.schema.volume",
86
86
  * });
87
87
  * ```
package/getVolumes.d.ts CHANGED
@@ -16,7 +16,7 @@ import * as pulumi from "@pulumi/pulumi";
16
16
  * import * as pulumi from "@pulumi/pulumi";
17
17
  * import * as databricks from "@pulumi/databricks";
18
18
  *
19
- * const this = databricks.getVolumes({
19
+ * const _this = databricks.getVolumes({
20
20
  * catalogName: "sandbox",
21
21
  * schemaName: "things",
22
22
  * });
@@ -81,7 +81,7 @@ export interface GetVolumesResult {
81
81
  * import * as pulumi from "@pulumi/pulumi";
82
82
  * import * as databricks from "@pulumi/databricks";
83
83
  *
84
- * const this = databricks.getVolumes({
84
+ * const _this = databricks.getVolumes({
85
85
  * catalogName: "sandbox",
86
86
  * schemaName: "things",
87
87
  * });
package/getVolumes.js CHANGED
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
22
22
  * import * as pulumi from "@pulumi/pulumi";
23
23
  * import * as databricks from "@pulumi/databricks";
24
24
  *
25
- * const this = databricks.getVolumes({
25
+ * const _this = databricks.getVolumes({
26
26
  * catalogName: "sandbox",
27
27
  * schemaName: "things",
28
28
  * });
@@ -63,7 +63,7 @@ exports.getVolumes = getVolumes;
63
63
  * import * as pulumi from "@pulumi/pulumi";
64
64
  * import * as databricks from "@pulumi/databricks";
65
65
  *
66
- * const this = databricks.getVolumes({
66
+ * const _this = databricks.getVolumes({
67
67
  * catalogName: "sandbox",
68
68
  * schemaName: "things",
69
69
  * });
@@ -12,7 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
12
12
  * const databricksAccountId = config.requireObject("databricksAccountId");
13
13
  * // Names of created resources will be prefixed with this value
14
14
  * const prefix = config.requireObject("prefix");
15
- * const this = databricks.getAwsAssumeRolePolicy({
15
+ * const _this = databricks.getAwsAssumeRolePolicy({
16
16
  * externalId: databricksAccountId,
17
17
  * });
18
18
  * const crossAccountRole = new aws.iam.Role("cross_account_role", {
package/mwsCredentials.js CHANGED
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
18
18
  * const databricksAccountId = config.requireObject("databricksAccountId");
19
19
  * // Names of created resources will be prefixed with this value
20
20
  * const prefix = config.requireObject("prefix");
21
- * const this = databricks.getAwsAssumeRolePolicy({
21
+ * const _this = databricks.getAwsAssumeRolePolicy({
22
22
  * externalId: databricksAccountId,
23
23
  * });
24
24
  * const crossAccountRole = new aws.iam.Role("cross_account_role", {
@@ -76,7 +76,7 @@ import * as outputs from "./types/output";
76
76
  * length: 6,
77
77
  * });
78
78
  * const prefix = `dltp${naming.result}`;
79
- * const this = databricks.getAwsAssumeRolePolicy({
79
+ * const _this = databricks.getAwsAssumeRolePolicy({
80
80
  * externalId: databricksAccountId,
81
81
  * });
82
82
  * const crossAccountRole = new aws.iam.Role("cross_account_role", {
package/mwsWorkspaces.js CHANGED
@@ -80,7 +80,7 @@ const utilities = require("./utilities");
80
80
  * length: 6,
81
81
  * });
82
82
  * const prefix = `dltp${naming.result}`;
83
- * const this = databricks.getAwsAssumeRolePolicy({
83
+ * const _this = databricks.getAwsAssumeRolePolicy({
84
84
  * externalId: databricksAccountId,
85
85
  * });
86
86
  * const crossAccountRole = new aws.iam.Role("cross_account_role", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/databricks",
3
- "version": "1.61.0-alpha.1739338497",
3
+ "version": "1.61.0-alpha.1739378798",
4
4
  "description": "A Pulumi package for creating and managing databricks cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "databricks",
27
- "version": "1.61.0-alpha.1739338497"
27
+ "version": "1.61.0-alpha.1739378798"
28
28
  }
29
29
  }