@pulumi/databricks 1.74.0-alpha.1754977334 → 1.74.0-alpha.1755193124

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 (231) hide show
  1. package/accountNetworkPolicy.d.ts +12 -0
  2. package/accountNetworkPolicy.js +12 -0
  3. package/accountNetworkPolicy.js.map +1 -1
  4. package/alertV2.d.ts +10 -3
  5. package/alertV2.js +1 -1
  6. package/alertV2.js.map +1 -1
  7. package/cleanRoomAsset.d.ts +282 -0
  8. package/cleanRoomAsset.js +121 -0
  9. package/cleanRoomAsset.js.map +1 -0
  10. package/cleanRoomAutoApprovalRule.d.ts +135 -0
  11. package/cleanRoomAutoApprovalRule.js +82 -0
  12. package/cleanRoomAutoApprovalRule.js.map +1 -0
  13. package/cleanRoomsCleanRoom.d.ts +161 -0
  14. package/cleanRoomsCleanRoom.js +92 -0
  15. package/cleanRoomsCleanRoom.js.map +1 -0
  16. package/connection.d.ts +75 -0
  17. package/connection.js +74 -0
  18. package/connection.js.map +1 -1
  19. package/databaseDatabaseCatalog.d.ts +152 -0
  20. package/databaseDatabaseCatalog.js +132 -0
  21. package/databaseDatabaseCatalog.js.map +1 -0
  22. package/databaseInstance.d.ts +176 -3
  23. package/databaseInstance.js +58 -1
  24. package/databaseInstance.js.map +1 -1
  25. package/databaseSyncedDatabaseTable.d.ts +180 -0
  26. package/databaseSyncedDatabaseTable.js +92 -0
  27. package/databaseSyncedDatabaseTable.js.map +1 -0
  28. package/dbfsFile.d.ts +2 -0
  29. package/dbfsFile.js +2 -0
  30. package/dbfsFile.js.map +1 -1
  31. package/disableLegacyAccessSetting.d.ts +43 -0
  32. package/disableLegacyAccessSetting.js +34 -0
  33. package/disableLegacyAccessSetting.js.map +1 -1
  34. package/disableLegacyDbfsSetting.d.ts +14 -4
  35. package/disableLegacyDbfsSetting.js +14 -4
  36. package/disableLegacyDbfsSetting.js.map +1 -1
  37. package/disableLegacyFeaturesSetting.d.ts +16 -3
  38. package/disableLegacyFeaturesSetting.js +16 -3
  39. package/disableLegacyFeaturesSetting.js.map +1 -1
  40. package/entitlements.d.ts +1 -1
  41. package/entitlements.js +1 -1
  42. package/externalLocation.d.ts +0 -9
  43. package/externalLocation.js.map +1 -1
  44. package/externalMetadata.d.ts +232 -0
  45. package/externalMetadata.js +133 -0
  46. package/externalMetadata.js.map +1 -0
  47. package/getAccountNetworkPolicies.d.ts +32 -0
  48. package/getAccountNetworkPolicies.js +32 -0
  49. package/getAccountNetworkPolicies.js.map +1 -1
  50. package/getAccountNetworkPolicy.d.ts +10 -0
  51. package/getAccountNetworkPolicy.js +10 -0
  52. package/getAccountNetworkPolicy.js.map +1 -1
  53. package/getAlertV2.d.ts +19 -8
  54. package/getAlertV2.js +2 -0
  55. package/getAlertV2.js.map +1 -1
  56. package/getCleanRoomAsset.d.ts +235 -0
  57. package/getCleanRoomAsset.js +70 -0
  58. package/getCleanRoomAsset.js.map +1 -0
  59. package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +207 -0
  60. package/getCleanRoomAssetRevisionsCleanRoomAsset.js +42 -0
  61. package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +1 -0
  62. package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +14 -0
  63. package/getCleanRoomAssetRevisionsCleanRoomAssets.js +18 -0
  64. package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +1 -0
  65. package/getCleanRoomAssets.d.ts +42 -0
  66. package/getCleanRoomAssets.js +46 -0
  67. package/getCleanRoomAssets.js.map +1 -0
  68. package/getCleanRoomAutoApprovalRule.d.ts +88 -0
  69. package/getCleanRoomAutoApprovalRule.js +30 -0
  70. package/getCleanRoomAutoApprovalRule.js.map +1 -0
  71. package/getCleanRoomAutoApprovalRules.d.ts +14 -0
  72. package/getCleanRoomAutoApprovalRules.js +18 -0
  73. package/getCleanRoomAutoApprovalRules.js.map +1 -0
  74. package/getCleanRoomsCleanRoom.d.ts +138 -0
  75. package/getCleanRoomsCleanRoom.js +62 -0
  76. package/getCleanRoomsCleanRoom.js.map +1 -0
  77. package/getCleanRoomsCleanRooms.d.ts +42 -0
  78. package/getCleanRoomsCleanRooms.js +46 -0
  79. package/getCleanRoomsCleanRooms.js.map +1 -0
  80. package/getClusters.d.ts +2 -2
  81. package/getClusters.js +2 -2
  82. package/getDatabaseDatabaseCatalog.d.ts +106 -0
  83. package/getDatabaseDatabaseCatalog.js +60 -0
  84. package/getDatabaseDatabaseCatalog.js.map +1 -0
  85. package/getDatabaseDatabaseCatalogs.d.ts +14 -0
  86. package/getDatabaseDatabaseCatalogs.js +18 -0
  87. package/getDatabaseDatabaseCatalogs.js.map +1 -0
  88. package/getDatabaseInstance.d.ts +98 -2
  89. package/getDatabaseInstance.js +8 -0
  90. package/getDatabaseInstance.js.map +1 -1
  91. package/getDatabaseSyncedDatabaseTable.d.ts +132 -0
  92. package/getDatabaseSyncedDatabaseTable.js +60 -0
  93. package/getDatabaseSyncedDatabaseTable.js.map +1 -0
  94. package/getDatabaseSyncedDatabaseTables.d.ts +14 -0
  95. package/getDatabaseSyncedDatabaseTables.js +18 -0
  96. package/getDatabaseSyncedDatabaseTables.js.map +1 -0
  97. package/getExternalMetadata.d.ts +180 -0
  98. package/getExternalMetadata.js +72 -0
  99. package/getExternalMetadata.js.map +1 -0
  100. package/getExternalMetadatas.d.ts +24 -0
  101. package/getExternalMetadatas.js +28 -0
  102. package/getExternalMetadatas.js.map +1 -0
  103. package/getMaterializedFeaturesFeatureTag.d.ts +40 -0
  104. package/getMaterializedFeaturesFeatureTag.js +24 -0
  105. package/getMaterializedFeaturesFeatureTag.js.map +1 -0
  106. package/getMaterializedFeaturesFeatureTags.d.ts +14 -0
  107. package/getMaterializedFeaturesFeatureTags.js +18 -0
  108. package/getMaterializedFeaturesFeatureTags.js.map +1 -0
  109. package/getOnlineStore.d.ts +15 -3
  110. package/getOnlineStore.js +2 -0
  111. package/getOnlineStore.js.map +1 -1
  112. package/getPipelines.d.ts +15 -15
  113. package/getPipelines.js +10 -10
  114. package/getPolicyInfo.d.ts +223 -0
  115. package/getPolicyInfo.js +44 -0
  116. package/getPolicyInfo.js.map +1 -0
  117. package/getPolicyInfos.d.ts +14 -0
  118. package/getPolicyInfos.js +18 -0
  119. package/getPolicyInfos.js.map +1 -0
  120. package/getQualityMonitorV2.d.ts +1 -1
  121. package/getServicePrincipal.d.ts +22 -7
  122. package/getServicePrincipal.js +4 -2
  123. package/getServicePrincipal.js.map +1 -1
  124. package/getServicePrincipals.d.ts +3 -3
  125. package/getSqlWarehouse.d.ts +5 -5
  126. package/getSqlWarehouse.js +2 -2
  127. package/getSqlWarehouses.d.ts +2 -2
  128. package/getSqlWarehouses.js +2 -2
  129. package/getUser.d.ts +2 -2
  130. package/getUser.js +2 -2
  131. package/getWorkspaceNetworkOption.d.ts +36 -0
  132. package/getWorkspaceNetworkOption.js +36 -0
  133. package/getWorkspaceNetworkOption.js.map +1 -1
  134. package/gitCredential.d.ts +40 -3
  135. package/gitCredential.js +17 -0
  136. package/gitCredential.js.map +1 -1
  137. package/grant.d.ts +3 -1
  138. package/grant.js +3 -1
  139. package/grant.js.map +1 -1
  140. package/grants.d.ts +7 -12
  141. package/grants.js +7 -12
  142. package/grants.js.map +1 -1
  143. package/groupInstanceProfile.d.ts +1 -1
  144. package/groupInstanceProfile.js +1 -1
  145. package/groupMember.d.ts +1 -1
  146. package/groupMember.js +1 -1
  147. package/groupRole.d.ts +1 -1
  148. package/groupRole.js +1 -1
  149. package/index.d.ts +78 -0
  150. package/index.js +101 -6
  151. package/index.js.map +1 -1
  152. package/ipAccessList.d.ts +1 -1
  153. package/ipAccessList.js +1 -1
  154. package/job.d.ts +12 -9
  155. package/job.js +2 -0
  156. package/job.js.map +1 -1
  157. package/lakehouseMonitor.d.ts +2 -2
  158. package/library.d.ts +10 -5
  159. package/library.js +1 -5
  160. package/library.js.map +1 -1
  161. package/materializedFeaturesFeatureTag.d.ts +63 -0
  162. package/materializedFeaturesFeatureTag.js +75 -0
  163. package/materializedFeaturesFeatureTag.js.map +1 -0
  164. package/mlflowExperiment.d.ts +4 -4
  165. package/mlflowExperiment.js +1 -1
  166. package/modelServing.d.ts +32 -0
  167. package/modelServing.js +6 -0
  168. package/modelServing.js.map +1 -1
  169. package/modelServingProvisionedThroughput.d.ts +12 -0
  170. package/modelServingProvisionedThroughput.js +2 -0
  171. package/modelServingProvisionedThroughput.js.map +1 -1
  172. package/mwsNccPrivateEndpointRule.d.ts +26 -14
  173. package/mwsNccPrivateEndpointRule.js +8 -2
  174. package/mwsNccPrivateEndpointRule.js.map +1 -1
  175. package/mwsNetworkConnectivityConfig.d.ts +30 -3
  176. package/mwsNetworkConnectivityConfig.js.map +1 -1
  177. package/mwsPermissionAssignment.d.ts +1 -1
  178. package/mwsPermissionAssignment.js +1 -1
  179. package/mwsWorkspaces.d.ts +3 -3
  180. package/oboToken.d.ts +1 -1
  181. package/oboToken.js +1 -1
  182. package/onlineStore.d.ts +15 -3
  183. package/onlineStore.js +5 -0
  184. package/onlineStore.js.map +1 -1
  185. package/package.json +2 -2
  186. package/permissionAssignment.d.ts +1 -1
  187. package/permissionAssignment.js +1 -1
  188. package/permissions.d.ts +69 -14
  189. package/permissions.js +67 -14
  190. package/permissions.js.map +1 -1
  191. package/pipeline.d.ts +31 -30
  192. package/pipeline.js +9 -8
  193. package/pipeline.js.map +1 -1
  194. package/policyInfo.d.ts +274 -0
  195. package/policyInfo.js +109 -0
  196. package/policyInfo.js.map +1 -0
  197. package/qualityMonitor.d.ts +2 -2
  198. package/qualityMonitorV2.d.ts +2 -2
  199. package/repo.d.ts +1 -1
  200. package/repo.js +1 -1
  201. package/secret.d.ts +1 -1
  202. package/secret.js +1 -1
  203. package/servicePrincipal.d.ts +3 -2
  204. package/servicePrincipal.js +3 -2
  205. package/servicePrincipal.js.map +1 -1
  206. package/servicePrincipalSecret.d.ts +1 -1
  207. package/servicePrincipalSecret.js +1 -1
  208. package/share.d.ts +9 -0
  209. package/share.js.map +1 -1
  210. package/sqlDashboard.d.ts +1 -1
  211. package/sqlDashboard.js +1 -1
  212. package/sqlEndpoint.d.ts +7 -13
  213. package/sqlEndpoint.js +1 -1
  214. package/sqlEndpoint.js.map +1 -1
  215. package/sqlGlobalConfig.d.ts +2 -2
  216. package/sqlGlobalConfig.js +2 -2
  217. package/sqlPermissions.d.ts +1 -1
  218. package/sqlPermissions.js +1 -1
  219. package/sqlQuery.d.ts +1 -1
  220. package/sqlQuery.js +1 -1
  221. package/sqlTable.d.ts +3 -3
  222. package/sqlWidget.d.ts +3 -1
  223. package/sqlWidget.js +3 -1
  224. package/sqlWidget.js.map +1 -1
  225. package/types/input.d.ts +3947 -829
  226. package/types/output.d.ts +5416 -1433
  227. package/user.d.ts +1 -1
  228. package/user.js +1 -1
  229. package/workspaceNetworkOption.d.ts +24 -0
  230. package/workspaceNetworkOption.js +24 -0
  231. package/workspaceNetworkOption.js.map +1 -1
@@ -0,0 +1,46 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCleanRoomAssetsOutput = exports.getCleanRoomAssets = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to fetch the list of clean room assets.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * # Example: Clean Room Assets Datasource
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const all = new databricks.index.CleanRoomsAsset("all", {});
20
+ * ```
21
+ */
22
+ function getCleanRoomAssets(opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAssets:getCleanRoomAssets", {}, opts);
25
+ }
26
+ exports.getCleanRoomAssets = getCleanRoomAssets;
27
+ /**
28
+ * This data source can be used to fetch the list of clean room assets.
29
+ *
30
+ * ## Example Usage
31
+ *
32
+ * # Example: Clean Room Assets Datasource
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as databricks from "@pulumi/databricks";
37
+ *
38
+ * const all = new databricks.index.CleanRoomsAsset("all", {});
39
+ * ```
40
+ */
41
+ function getCleanRoomAssetsOutput(opts) {
42
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
43
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssets:getCleanRoomAssets", {}, opts);
44
+ }
45
+ exports.getCleanRoomAssetsOutput = getCleanRoomAssetsOutput;
46
+ //# sourceMappingURL=getCleanRoomAssets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAssets.js","sourceRoot":"","sources":["../getCleanRoomAssets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAYD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
@@ -0,0 +1,88 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getCleanRoomAutoApprovalRule(args?: GetCleanRoomAutoApprovalRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAutoApprovalRuleResult>;
3
+ /**
4
+ * A collection of arguments for invoking getCleanRoomAutoApprovalRule.
5
+ */
6
+ export interface GetCleanRoomAutoApprovalRuleArgs {
7
+ /**
8
+ * (string) - Collaborator alias of the author covered by the rule.
9
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set
10
+ */
11
+ authorCollaboratorAlias?: string;
12
+ /**
13
+ * (string) - Scope of authors covered by the rule.
14
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
15
+ */
16
+ authorScope?: string;
17
+ /**
18
+ * (string) - The name of the clean room this auto-approval rule belongs to
19
+ */
20
+ cleanRoomName?: string;
21
+ /**
22
+ * (string) - Collaborator alias of the runner covered by the rule
23
+ */
24
+ runnerCollaboratorAlias?: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getCleanRoomAutoApprovalRule.
28
+ */
29
+ export interface GetCleanRoomAutoApprovalRuleResult {
30
+ /**
31
+ * (string) - Collaborator alias of the author covered by the rule.
32
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set
33
+ */
34
+ readonly authorCollaboratorAlias?: string;
35
+ /**
36
+ * (string) - Scope of authors covered by the rule.
37
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
38
+ */
39
+ readonly authorScope?: string;
40
+ /**
41
+ * (string) - The name of the clean room this auto-approval rule belongs to
42
+ */
43
+ readonly cleanRoomName?: string;
44
+ /**
45
+ * (integer) - Timestamp of when the rule was created, in epoch milliseconds
46
+ */
47
+ readonly createdAt: number;
48
+ /**
49
+ * The provider-assigned unique ID for this managed resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * (string) - A generated UUID identifying the rule
54
+ */
55
+ readonly ruleId: string;
56
+ /**
57
+ * (string) - The owner of the rule to whom the rule applies
58
+ */
59
+ readonly ruleOwnerCollaboratorAlias: string;
60
+ /**
61
+ * (string) - Collaborator alias of the runner covered by the rule
62
+ */
63
+ readonly runnerCollaboratorAlias?: string;
64
+ }
65
+ export declare function getCleanRoomAutoApprovalRuleOutput(args?: GetCleanRoomAutoApprovalRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAutoApprovalRuleResult>;
66
+ /**
67
+ * A collection of arguments for invoking getCleanRoomAutoApprovalRule.
68
+ */
69
+ export interface GetCleanRoomAutoApprovalRuleOutputArgs {
70
+ /**
71
+ * (string) - Collaborator alias of the author covered by the rule.
72
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set
73
+ */
74
+ authorCollaboratorAlias?: pulumi.Input<string>;
75
+ /**
76
+ * (string) - Scope of authors covered by the rule.
77
+ * Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
78
+ */
79
+ authorScope?: pulumi.Input<string>;
80
+ /**
81
+ * (string) - The name of the clean room this auto-approval rule belongs to
82
+ */
83
+ cleanRoomName?: pulumi.Input<string>;
84
+ /**
85
+ * (string) - Collaborator alias of the runner covered by the rule
86
+ */
87
+ runnerCollaboratorAlias?: pulumi.Input<string>;
88
+ }
@@ -0,0 +1,30 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCleanRoomAutoApprovalRuleOutput = exports.getCleanRoomAutoApprovalRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCleanRoomAutoApprovalRule(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAutoApprovalRule:getCleanRoomAutoApprovalRule", {
12
+ "authorCollaboratorAlias": args.authorCollaboratorAlias,
13
+ "authorScope": args.authorScope,
14
+ "cleanRoomName": args.cleanRoomName,
15
+ "runnerCollaboratorAlias": args.runnerCollaboratorAlias,
16
+ }, opts);
17
+ }
18
+ exports.getCleanRoomAutoApprovalRule = getCleanRoomAutoApprovalRule;
19
+ function getCleanRoomAutoApprovalRuleOutput(args, opts) {
20
+ args = args || {};
21
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
22
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAutoApprovalRule:getCleanRoomAutoApprovalRule", {
23
+ "authorCollaboratorAlias": args.authorCollaboratorAlias,
24
+ "authorScope": args.authorScope,
25
+ "cleanRoomName": args.cleanRoomName,
26
+ "runnerCollaboratorAlias": args.runnerCollaboratorAlias,
27
+ }, opts);
28
+ }
29
+ exports.getCleanRoomAutoApprovalRuleOutput = getCleanRoomAutoApprovalRuleOutput;
30
+ //# sourceMappingURL=getCleanRoomAutoApprovalRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAutoApprovalRule.js","sourceRoot":"","sources":["../getCleanRoomAutoApprovalRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oEASC;AAiED,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAAiC;IAC/H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gFASC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getCleanRoomAutoApprovalRules(opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAutoApprovalRulesResult>;
4
+ /**
5
+ * A collection of values returned by getCleanRoomAutoApprovalRules.
6
+ */
7
+ export interface GetCleanRoomAutoApprovalRulesResult {
8
+ /**
9
+ * The provider-assigned unique ID for this managed resource.
10
+ */
11
+ readonly id: string;
12
+ readonly rules: outputs.GetCleanRoomAutoApprovalRulesRule[];
13
+ }
14
+ export declare function getCleanRoomAutoApprovalRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAutoApprovalRulesResult>;
@@ -0,0 +1,18 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCleanRoomAutoApprovalRulesOutput = exports.getCleanRoomAutoApprovalRules = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCleanRoomAutoApprovalRules(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAutoApprovalRules:getCleanRoomAutoApprovalRules", {}, opts);
11
+ }
12
+ exports.getCleanRoomAutoApprovalRules = getCleanRoomAutoApprovalRules;
13
+ function getCleanRoomAutoApprovalRulesOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAutoApprovalRules:getCleanRoomAutoApprovalRules", {}, opts);
16
+ }
17
+ exports.getCleanRoomAutoApprovalRulesOutput = getCleanRoomAutoApprovalRulesOutput;
18
+ //# sourceMappingURL=getCleanRoomAutoApprovalRules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAutoApprovalRules.js","sourceRoot":"","sources":["../getCleanRoomAutoApprovalRules.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,6BAA6B,CAAC,IAA2B;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE,EAC5G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC;AAYD,SAAgB,mCAAmC,CAAC,IAAiC;IACjF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kFAIC"}
@@ -0,0 +1,138 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This data source can be used to get a single clean room.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * # Example: Datasource (Singular) Artifact
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as databricks from "@pulumi/databricks";
14
+ *
15
+ * const example = databricks.getCleanRoomsCleanRoom({
16
+ * name: "example-clean-room",
17
+ * });
18
+ * ```
19
+ */
20
+ export declare function getCleanRoomsCleanRoom(args?: GetCleanRoomsCleanRoomArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomsCleanRoomResult>;
21
+ /**
22
+ * A collection of arguments for invoking getCleanRoomsCleanRoom.
23
+ */
24
+ export interface GetCleanRoomsCleanRoomArgs {
25
+ /**
26
+ * (string)
27
+ */
28
+ comment?: string;
29
+ /**
30
+ * The name of the clean room.
31
+ * It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
32
+ */
33
+ name?: string;
34
+ /**
35
+ * (string) - This is Databricks username of the owner of the local clean room securable for permission management
36
+ */
37
+ owner?: string;
38
+ /**
39
+ * (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
40
+ * cloud_vendor, region, and collaborators.global_metastore_id.
41
+ * This field will not be filled in the ListCleanRooms call
42
+ */
43
+ remoteDetailedInfo?: inputs.GetCleanRoomsCleanRoomRemoteDetailedInfo;
44
+ }
45
+ /**
46
+ * A collection of values returned by getCleanRoomsCleanRoom.
47
+ */
48
+ export interface GetCleanRoomsCleanRoomResult {
49
+ /**
50
+ * (string) - Whether clean room access is restricted due to [CSP](https://docs.databricks.com/en/security/privacy/security-profile.html). Possible values are: `CSP_MISMATCH`, `NO_RESTRICTION`
51
+ */
52
+ readonly accessRestricted: string;
53
+ /**
54
+ * (string)
55
+ */
56
+ readonly comment?: string;
57
+ /**
58
+ * (integer) - When the clean room was created, in epoch milliseconds
59
+ */
60
+ readonly createdAt: number;
61
+ /**
62
+ * The provider-assigned unique ID for this managed resource.
63
+ */
64
+ readonly id: string;
65
+ /**
66
+ * (string) - The alias of the collaborator tied to the local clean room
67
+ */
68
+ readonly localCollaboratorAlias: string;
69
+ /**
70
+ * (string) - The name of the clean room.
71
+ * It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
72
+ */
73
+ readonly name?: string;
74
+ /**
75
+ * (CleanRoomOutputCatalog) - Output catalog of the clean room. It is an output only field. Output catalog is manipulated
76
+ * using the separate CreateCleanRoomOutputCatalog API
77
+ */
78
+ readonly outputCatalog: outputs.GetCleanRoomsCleanRoomOutputCatalog;
79
+ /**
80
+ * (string) - This is Databricks username of the owner of the local clean room securable for permission management
81
+ */
82
+ readonly owner?: string;
83
+ /**
84
+ * (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
85
+ * cloud_vendor, region, and collaborators.global_metastore_id.
86
+ * This field will not be filled in the ListCleanRooms call
87
+ */
88
+ readonly remoteDetailedInfo?: outputs.GetCleanRoomsCleanRoomRemoteDetailedInfo;
89
+ /**
90
+ * (string) - . Possible values are: `CREATED`, `NOT_CREATED`, `NOT_ELIGIBLE`
91
+ */
92
+ readonly status: string;
93
+ /**
94
+ * (integer) - When the clean room was last updated, in epoch milliseconds
95
+ */
96
+ readonly updatedAt: number;
97
+ }
98
+ /**
99
+ * This data source can be used to get a single clean room.
100
+ *
101
+ * ## Example Usage
102
+ *
103
+ * # Example: Datasource (Singular) Artifact
104
+ *
105
+ * ```typescript
106
+ * import * as pulumi from "@pulumi/pulumi";
107
+ * import * as databricks from "@pulumi/databricks";
108
+ *
109
+ * const example = databricks.getCleanRoomsCleanRoom({
110
+ * name: "example-clean-room",
111
+ * });
112
+ * ```
113
+ */
114
+ export declare function getCleanRoomsCleanRoomOutput(args?: GetCleanRoomsCleanRoomOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomsCleanRoomResult>;
115
+ /**
116
+ * A collection of arguments for invoking getCleanRoomsCleanRoom.
117
+ */
118
+ export interface GetCleanRoomsCleanRoomOutputArgs {
119
+ /**
120
+ * (string)
121
+ */
122
+ comment?: pulumi.Input<string>;
123
+ /**
124
+ * The name of the clean room.
125
+ * It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
126
+ */
127
+ name?: pulumi.Input<string>;
128
+ /**
129
+ * (string) - This is Databricks username of the owner of the local clean room securable for permission management
130
+ */
131
+ owner?: pulumi.Input<string>;
132
+ /**
133
+ * (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
134
+ * cloud_vendor, region, and collaborators.global_metastore_id.
135
+ * This field will not be filled in the ListCleanRooms call
136
+ */
137
+ remoteDetailedInfo?: pulumi.Input<inputs.GetCleanRoomsCleanRoomRemoteDetailedInfoArgs>;
138
+ }
@@ -0,0 +1,62 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCleanRoomsCleanRoomOutput = exports.getCleanRoomsCleanRoom = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to get a single clean room.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * # Example: Datasource (Singular) Artifact
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const example = databricks.getCleanRoomsCleanRoom({
20
+ * name: "example-clean-room",
21
+ * });
22
+ * ```
23
+ */
24
+ function getCleanRoomsCleanRoom(args, opts) {
25
+ args = args || {};
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomsCleanRoom:getCleanRoomsCleanRoom", {
28
+ "comment": args.comment,
29
+ "name": args.name,
30
+ "owner": args.owner,
31
+ "remoteDetailedInfo": args.remoteDetailedInfo,
32
+ }, opts);
33
+ }
34
+ exports.getCleanRoomsCleanRoom = getCleanRoomsCleanRoom;
35
+ /**
36
+ * This data source can be used to get a single clean room.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * # Example: Datasource (Singular) Artifact
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as databricks from "@pulumi/databricks";
45
+ *
46
+ * const example = databricks.getCleanRoomsCleanRoom({
47
+ * name: "example-clean-room",
48
+ * });
49
+ * ```
50
+ */
51
+ function getCleanRoomsCleanRoomOutput(args, opts) {
52
+ args = args || {};
53
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
54
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomsCleanRoom:getCleanRoomsCleanRoom", {
55
+ "comment": args.comment,
56
+ "name": args.name,
57
+ "owner": args.owner,
58
+ "remoteDetailedInfo": args.remoteDetailedInfo,
59
+ }, opts);
60
+ }
61
+ exports.getCleanRoomsCleanRoomOutput = getCleanRoomsCleanRoomOutput;
62
+ //# sourceMappingURL=getCleanRoomsCleanRoom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomsCleanRoom.js","sourceRoot":"","sources":["../getCleanRoomsCleanRoom.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC;AAgFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oEASC"}
@@ -0,0 +1,42 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * This data source can be used to fetch the list of clean rooms.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * # Example: Clean Room Datasource (Plural)
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as databricks from "@pulumi/databricks";
13
+ *
14
+ * const all = databricks.getCleanRoomsCleanRoom({});
15
+ * ```
16
+ */
17
+ export declare function getCleanRoomsCleanRooms(opts?: pulumi.InvokeOptions): Promise<GetCleanRoomsCleanRoomsResult>;
18
+ /**
19
+ * A collection of values returned by getCleanRoomsCleanRooms.
20
+ */
21
+ export interface GetCleanRoomsCleanRoomsResult {
22
+ readonly cleanRooms: outputs.GetCleanRoomsCleanRoomsCleanRoom[];
23
+ /**
24
+ * The provider-assigned unique ID for this managed resource.
25
+ */
26
+ readonly id: string;
27
+ }
28
+ /**
29
+ * This data source can be used to fetch the list of clean rooms.
30
+ *
31
+ * ## Example Usage
32
+ *
33
+ * # Example: Clean Room Datasource (Plural)
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as databricks from "@pulumi/databricks";
38
+ *
39
+ * const all = databricks.getCleanRoomsCleanRoom({});
40
+ * ```
41
+ */
42
+ export declare function getCleanRoomsCleanRoomsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomsCleanRoomsResult>;
@@ -0,0 +1,46 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCleanRoomsCleanRoomsOutput = exports.getCleanRoomsCleanRooms = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to fetch the list of clean rooms.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * # Example: Clean Room Datasource (Plural)
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const all = databricks.getCleanRoomsCleanRoom({});
20
+ * ```
21
+ */
22
+ function getCleanRoomsCleanRooms(opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomsCleanRooms:getCleanRoomsCleanRooms", {}, opts);
25
+ }
26
+ exports.getCleanRoomsCleanRooms = getCleanRoomsCleanRooms;
27
+ /**
28
+ * This data source can be used to fetch the list of clean rooms.
29
+ *
30
+ * ## Example Usage
31
+ *
32
+ * # Example: Clean Room Datasource (Plural)
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as databricks from "@pulumi/databricks";
37
+ *
38
+ * const all = databricks.getCleanRoomsCleanRoom({});
39
+ * ```
40
+ */
41
+ function getCleanRoomsCleanRoomsOutput(opts) {
42
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
43
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomsCleanRooms:getCleanRoomsCleanRooms", {}, opts);
44
+ }
45
+ exports.getCleanRoomsCleanRoomsOutput = getCleanRoomsCleanRoomsOutput;
46
+ //# sourceMappingURL=getCleanRoomsCleanRooms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomsCleanRooms.js","sourceRoot":"","sources":["../getCleanRoomsCleanRooms.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAA2B;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC;AAYD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAiC;IAC3E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC"}
package/getClusters.d.ts CHANGED
@@ -68,7 +68,7 @@ import * as outputs from "./types/output";
68
68
  * * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
69
69
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
70
70
  * * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
71
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
71
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
72
72
  */
73
73
  export declare function getClusters(args?: GetClustersArgs, opts?: pulumi.InvokeOptions): Promise<GetClustersResult>;
74
74
  /**
@@ -168,7 +168,7 @@ export interface GetClustersResult {
168
168
  * * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
169
169
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
170
170
  * * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
171
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
171
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
172
172
  */
173
173
  export declare function getClustersOutput(args?: GetClustersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetClustersResult>;
174
174
  /**
package/getClusters.js CHANGED
@@ -72,7 +72,7 @@ const utilities = require("./utilities");
72
72
  * * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
73
73
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
74
74
  * * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
75
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
75
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
76
76
  */
77
77
  function getClusters(args, opts) {
78
78
  args = args || {};
@@ -152,7 +152,7 @@ exports.getClusters = getClusters;
152
152
  * * databricks.InstancePool to manage [instance pools](https://docs.databricks.com/clusters/instance-pools/index.html) to reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances.
153
153
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
154
154
  * * databricks.Library to install a [library](https://docs.databricks.com/libraries/index.html) on databricks_cluster.
155
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
155
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
156
156
  */
157
157
  function getClustersOutput(args, opts) {
158
158
  args = args || {};
@@ -0,0 +1,106 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source can be used to get a single Database Catalog.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * Referring to a Database Catalog by name:
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as databricks from "@pulumi/databricks";
12
+ *
13
+ * const _this = databricks.getDatabaseDatabaseCatalog({
14
+ * name: "my-database-catalog",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getDatabaseDatabaseCatalog(args: GetDatabaseDatabaseCatalogArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseDatabaseCatalogResult>;
19
+ /**
20
+ * A collection of arguments for invoking getDatabaseDatabaseCatalog.
21
+ */
22
+ export interface GetDatabaseDatabaseCatalogArgs {
23
+ /**
24
+ * (boolean)
25
+ */
26
+ createDatabaseIfNotExists?: boolean;
27
+ /**
28
+ * (string) - The name of the DatabaseInstance housing the database
29
+ */
30
+ databaseInstanceName: string;
31
+ /**
32
+ * (string) - The name of the database (in a instance) associated with the catalog
33
+ */
34
+ databaseName: string;
35
+ /**
36
+ * The name of the catalog in UC
37
+ */
38
+ name: string;
39
+ }
40
+ /**
41
+ * A collection of values returned by getDatabaseDatabaseCatalog.
42
+ */
43
+ export interface GetDatabaseDatabaseCatalogResult {
44
+ /**
45
+ * (boolean)
46
+ */
47
+ readonly createDatabaseIfNotExists: boolean;
48
+ /**
49
+ * (string) - The name of the DatabaseInstance housing the database
50
+ */
51
+ readonly databaseInstanceName: string;
52
+ /**
53
+ * (string) - The name of the database (in a instance) associated with the catalog
54
+ */
55
+ readonly databaseName: string;
56
+ /**
57
+ * The provider-assigned unique ID for this managed resource.
58
+ */
59
+ readonly id: string;
60
+ /**
61
+ * (string) - The name of the catalog in UC
62
+ */
63
+ readonly name: string;
64
+ /**
65
+ * (string)
66
+ */
67
+ readonly uid: string;
68
+ }
69
+ /**
70
+ * This data source can be used to get a single Database Catalog.
71
+ *
72
+ * ## Example Usage
73
+ *
74
+ * Referring to a Database Catalog by name:
75
+ *
76
+ * ```typescript
77
+ * import * as pulumi from "@pulumi/pulumi";
78
+ * import * as databricks from "@pulumi/databricks";
79
+ *
80
+ * const _this = databricks.getDatabaseDatabaseCatalog({
81
+ * name: "my-database-catalog",
82
+ * });
83
+ * ```
84
+ */
85
+ export declare function getDatabaseDatabaseCatalogOutput(args: GetDatabaseDatabaseCatalogOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatabaseDatabaseCatalogResult>;
86
+ /**
87
+ * A collection of arguments for invoking getDatabaseDatabaseCatalog.
88
+ */
89
+ export interface GetDatabaseDatabaseCatalogOutputArgs {
90
+ /**
91
+ * (boolean)
92
+ */
93
+ createDatabaseIfNotExists?: pulumi.Input<boolean>;
94
+ /**
95
+ * (string) - The name of the DatabaseInstance housing the database
96
+ */
97
+ databaseInstanceName: pulumi.Input<string>;
98
+ /**
99
+ * (string) - The name of the database (in a instance) associated with the catalog
100
+ */
101
+ databaseName: pulumi.Input<string>;
102
+ /**
103
+ * The name of the catalog in UC
104
+ */
105
+ name: pulumi.Input<string>;
106
+ }