@pulumi/databricks 1.74.0-alpha.1755063629 → 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
package/getAlertV2.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getAlertV2.js","sourceRoot":"","sources":["../getAlertV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gCAaC;AAqGD;;;;;;;;;;GAUG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,wCAAwC,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4CAaC"}
1
+ {"version":3,"file":"getAlertV2.js","sourceRoot":"","sources":["../getAlertV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,wCAAwC,EAAE;QACnE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC;AA2GD;;;;;;;;;;GAUG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,wCAAwC,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,4CAcC"}
@@ -0,0 +1,235 @@
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 asset.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * # Example: Clean Room Asset Datasource
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as databricks from "@pulumi/databricks";
14
+ *
15
+ * const _this = new databricks.index.CleanRoomsAsset("this", {name: "example-cleanroom-asset"});
16
+ * ```
17
+ */
18
+ export declare function getCleanRoomAsset(args: GetCleanRoomAssetArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetResult>;
19
+ /**
20
+ * A collection of arguments for invoking getCleanRoomAsset.
21
+ */
22
+ export interface GetCleanRoomAssetArgs {
23
+ /**
24
+ * The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
25
+ */
26
+ assetType: string;
27
+ /**
28
+ * The name of the clean room this asset belongs to.
29
+ * This field is required for create operations and populated by the server for responses
30
+ */
31
+ cleanRoomName?: string;
32
+ /**
33
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
34
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
35
+ */
36
+ foreignTable?: inputs.GetCleanRoomAssetForeignTable;
37
+ /**
38
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
39
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
40
+ */
41
+ foreignTableLocalDetails?: inputs.GetCleanRoomAssetForeignTableLocalDetails;
42
+ /**
43
+ * A fully qualified name that uniquely identifies the asset within the clean room.
44
+ * This is also the name displayed in the clean room UI.
45
+ *
46
+ * For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
47
+ *
48
+ * For notebooks, the name is the notebook file name.
49
+ * For jar analyses, the name is the jar analysis name
50
+ */
51
+ name: string;
52
+ /**
53
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
54
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
55
+ */
56
+ notebook?: inputs.GetCleanRoomAssetNotebook;
57
+ /**
58
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
59
+ * Present if and only if **asset_type** is **TABLE**
60
+ */
61
+ table?: inputs.GetCleanRoomAssetTable;
62
+ /**
63
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
64
+ * Present if and only if **asset_type** is **TABLE**
65
+ */
66
+ tableLocalDetails?: inputs.GetCleanRoomAssetTableLocalDetails;
67
+ /**
68
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
69
+ * Present if and only if **asset_type** is **VIEW**
70
+ */
71
+ view?: inputs.GetCleanRoomAssetView;
72
+ /**
73
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
74
+ * Present if and only if **asset_type** is **VIEW**
75
+ */
76
+ viewLocalDetails?: inputs.GetCleanRoomAssetViewLocalDetails;
77
+ /**
78
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
79
+ * Present if and only if **asset_type** is **VOLUME**
80
+ */
81
+ volumeLocalDetails?: inputs.GetCleanRoomAssetVolumeLocalDetails;
82
+ }
83
+ /**
84
+ * A collection of values returned by getCleanRoomAsset.
85
+ */
86
+ export interface GetCleanRoomAssetResult {
87
+ /**
88
+ * (integer) - When the asset is added to the clean room, in epoch milliseconds
89
+ */
90
+ readonly addedAt: number;
91
+ /**
92
+ * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
93
+ */
94
+ readonly assetType: string;
95
+ /**
96
+ * (string) - The name of the clean room this asset belongs to.
97
+ * This field is required for create operations and populated by the server for responses
98
+ */
99
+ readonly cleanRoomName?: string;
100
+ /**
101
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
102
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
103
+ */
104
+ readonly foreignTable?: outputs.GetCleanRoomAssetForeignTable;
105
+ /**
106
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
107
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
108
+ */
109
+ readonly foreignTableLocalDetails?: outputs.GetCleanRoomAssetForeignTableLocalDetails;
110
+ /**
111
+ * The provider-assigned unique ID for this managed resource.
112
+ */
113
+ readonly id: string;
114
+ /**
115
+ * (string) - The name of the partition column
116
+ */
117
+ readonly name: string;
118
+ /**
119
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
120
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
121
+ */
122
+ readonly notebook?: outputs.GetCleanRoomAssetNotebook;
123
+ /**
124
+ * (string) - The alias of the collaborator who owns this asset
125
+ */
126
+ readonly ownerCollaboratorAlias: string;
127
+ /**
128
+ * (string) - Status of the asset. Possible values are: `ACTIVE`, `PENDING`, `PERMISSION_DENIED`
129
+ */
130
+ readonly status: string;
131
+ /**
132
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
133
+ * Present if and only if **asset_type** is **TABLE**
134
+ */
135
+ readonly table?: outputs.GetCleanRoomAssetTable;
136
+ /**
137
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
138
+ * Present if and only if **asset_type** is **TABLE**
139
+ */
140
+ readonly tableLocalDetails?: outputs.GetCleanRoomAssetTableLocalDetails;
141
+ /**
142
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
143
+ * Present if and only if **asset_type** is **VIEW**
144
+ */
145
+ readonly view?: outputs.GetCleanRoomAssetView;
146
+ /**
147
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
148
+ * Present if and only if **asset_type** is **VIEW**
149
+ */
150
+ readonly viewLocalDetails?: outputs.GetCleanRoomAssetViewLocalDetails;
151
+ /**
152
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
153
+ * Present if and only if **asset_type** is **VOLUME**
154
+ */
155
+ readonly volumeLocalDetails?: outputs.GetCleanRoomAssetVolumeLocalDetails;
156
+ }
157
+ /**
158
+ * This data source can be used to get a single clean room asset.
159
+ *
160
+ * ## Example Usage
161
+ *
162
+ * # Example: Clean Room Asset Datasource
163
+ *
164
+ * ```typescript
165
+ * import * as pulumi from "@pulumi/pulumi";
166
+ * import * as databricks from "@pulumi/databricks";
167
+ *
168
+ * const _this = new databricks.index.CleanRoomsAsset("this", {name: "example-cleanroom-asset"});
169
+ * ```
170
+ */
171
+ export declare function getCleanRoomAssetOutput(args: GetCleanRoomAssetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetResult>;
172
+ /**
173
+ * A collection of arguments for invoking getCleanRoomAsset.
174
+ */
175
+ export interface GetCleanRoomAssetOutputArgs {
176
+ /**
177
+ * The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
178
+ */
179
+ assetType: pulumi.Input<string>;
180
+ /**
181
+ * The name of the clean room this asset belongs to.
182
+ * This field is required for create operations and populated by the server for responses
183
+ */
184
+ cleanRoomName?: pulumi.Input<string>;
185
+ /**
186
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
187
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
188
+ */
189
+ foreignTable?: pulumi.Input<inputs.GetCleanRoomAssetForeignTableArgs>;
190
+ /**
191
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
192
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
193
+ */
194
+ foreignTableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetForeignTableLocalDetailsArgs>;
195
+ /**
196
+ * A fully qualified name that uniquely identifies the asset within the clean room.
197
+ * This is also the name displayed in the clean room UI.
198
+ *
199
+ * For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
200
+ *
201
+ * For notebooks, the name is the notebook file name.
202
+ * For jar analyses, the name is the jar analysis name
203
+ */
204
+ name: pulumi.Input<string>;
205
+ /**
206
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
207
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
208
+ */
209
+ notebook?: pulumi.Input<inputs.GetCleanRoomAssetNotebookArgs>;
210
+ /**
211
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
212
+ * Present if and only if **asset_type** is **TABLE**
213
+ */
214
+ table?: pulumi.Input<inputs.GetCleanRoomAssetTableArgs>;
215
+ /**
216
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
217
+ * Present if and only if **asset_type** is **TABLE**
218
+ */
219
+ tableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetTableLocalDetailsArgs>;
220
+ /**
221
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
222
+ * Present if and only if **asset_type** is **VIEW**
223
+ */
224
+ view?: pulumi.Input<inputs.GetCleanRoomAssetViewArgs>;
225
+ /**
226
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
227
+ * Present if and only if **asset_type** is **VIEW**
228
+ */
229
+ viewLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetViewLocalDetailsArgs>;
230
+ /**
231
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
232
+ * Present if and only if **asset_type** is **VOLUME**
233
+ */
234
+ volumeLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetVolumeLocalDetailsArgs>;
235
+ }
@@ -0,0 +1,70 @@
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.getCleanRoomAssetOutput = exports.getCleanRoomAsset = 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 asset.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * # Example: Clean Room Asset Datasource
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const _this = new databricks.index.CleanRoomsAsset("this", {name: "example-cleanroom-asset"});
20
+ * ```
21
+ */
22
+ function getCleanRoomAsset(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAsset:getCleanRoomAsset", {
25
+ "assetType": args.assetType,
26
+ "cleanRoomName": args.cleanRoomName,
27
+ "foreignTable": args.foreignTable,
28
+ "foreignTableLocalDetails": args.foreignTableLocalDetails,
29
+ "name": args.name,
30
+ "notebook": args.notebook,
31
+ "table": args.table,
32
+ "tableLocalDetails": args.tableLocalDetails,
33
+ "view": args.view,
34
+ "viewLocalDetails": args.viewLocalDetails,
35
+ "volumeLocalDetails": args.volumeLocalDetails,
36
+ }, opts);
37
+ }
38
+ exports.getCleanRoomAsset = getCleanRoomAsset;
39
+ /**
40
+ * This data source can be used to get a single clean room asset.
41
+ *
42
+ * ## Example Usage
43
+ *
44
+ * # Example: Clean Room Asset Datasource
45
+ *
46
+ * ```typescript
47
+ * import * as pulumi from "@pulumi/pulumi";
48
+ * import * as databricks from "@pulumi/databricks";
49
+ *
50
+ * const _this = new databricks.index.CleanRoomsAsset("this", {name: "example-cleanroom-asset"});
51
+ * ```
52
+ */
53
+ function getCleanRoomAssetOutput(args, opts) {
54
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
55
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAsset:getCleanRoomAsset", {
56
+ "assetType": args.assetType,
57
+ "cleanRoomName": args.cleanRoomName,
58
+ "foreignTable": args.foreignTable,
59
+ "foreignTableLocalDetails": args.foreignTableLocalDetails,
60
+ "name": args.name,
61
+ "notebook": args.notebook,
62
+ "table": args.table,
63
+ "tableLocalDetails": args.tableLocalDetails,
64
+ "view": args.view,
65
+ "viewLocalDetails": args.viewLocalDetails,
66
+ "volumeLocalDetails": args.volumeLocalDetails,
67
+ }, opts);
68
+ }
69
+ exports.getCleanRoomAssetOutput = getCleanRoomAssetOutput;
70
+ //# sourceMappingURL=getCleanRoomAsset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAsset.js","sourceRoot":"","sources":["../getCleanRoomAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8CAeC;AA6ID;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0DAeC"}
@@ -0,0 +1,207 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getCleanRoomAssetRevisionsCleanRoomAsset(args: GetCleanRoomAssetRevisionsCleanRoomAssetArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetRevisionsCleanRoomAssetResult>;
5
+ /**
6
+ * A collection of arguments for invoking getCleanRoomAssetRevisionsCleanRoomAsset.
7
+ */
8
+ export interface GetCleanRoomAssetRevisionsCleanRoomAssetArgs {
9
+ /**
10
+ * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
11
+ */
12
+ assetType: string;
13
+ /**
14
+ * (string) - The name of the clean room this asset belongs to.
15
+ * This field is required for create operations and populated by the server for responses
16
+ */
17
+ cleanRoomName?: string;
18
+ /**
19
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
20
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
21
+ */
22
+ foreignTable?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTable;
23
+ /**
24
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
25
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
26
+ */
27
+ foreignTableLocalDetails?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetails;
28
+ /**
29
+ * A fully qualified name that uniquely identifies the asset within the clean room.
30
+ * This is also the name displayed in the clean room UI.
31
+ *
32
+ * For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
33
+ *
34
+ * For notebooks, the name is the notebook file name.
35
+ * For jar analyses, the name is the jar analysis name
36
+ */
37
+ name: string;
38
+ /**
39
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
40
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
41
+ */
42
+ notebook?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetNotebook;
43
+ /**
44
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
45
+ * Present if and only if **asset_type** is **TABLE**
46
+ */
47
+ table?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTable;
48
+ /**
49
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
50
+ * Present if and only if **asset_type** is **TABLE**
51
+ */
52
+ tableLocalDetails?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetails;
53
+ /**
54
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
55
+ * Present if and only if **asset_type** is **VIEW**
56
+ */
57
+ view?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetView;
58
+ /**
59
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
60
+ * Present if and only if **asset_type** is **VIEW**
61
+ */
62
+ viewLocalDetails?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetails;
63
+ /**
64
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
65
+ * Present if and only if **asset_type** is **VOLUME**
66
+ */
67
+ volumeLocalDetails?: inputs.GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetails;
68
+ }
69
+ /**
70
+ * A collection of values returned by getCleanRoomAssetRevisionsCleanRoomAsset.
71
+ */
72
+ export interface GetCleanRoomAssetRevisionsCleanRoomAssetResult {
73
+ /**
74
+ * (integer) - When the asset is added to the clean room, in epoch milliseconds
75
+ */
76
+ readonly addedAt: number;
77
+ /**
78
+ * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
79
+ */
80
+ readonly assetType: string;
81
+ /**
82
+ * (string) - The name of the clean room this asset belongs to.
83
+ * This field is required for create operations and populated by the server for responses
84
+ */
85
+ readonly cleanRoomName?: string;
86
+ /**
87
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
88
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
89
+ */
90
+ readonly foreignTable?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTable;
91
+ /**
92
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
93
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
94
+ */
95
+ readonly foreignTableLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetails;
96
+ /**
97
+ * The provider-assigned unique ID for this managed resource.
98
+ */
99
+ readonly id: string;
100
+ /**
101
+ * (string) - The name of the partition column
102
+ */
103
+ readonly name: string;
104
+ /**
105
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
106
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
107
+ */
108
+ readonly notebook?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetNotebook;
109
+ /**
110
+ * (string) - The alias of the collaborator who owns this asset
111
+ */
112
+ readonly ownerCollaboratorAlias: string;
113
+ /**
114
+ * (string) - Status of the asset. Possible values are: `ACTIVE`, `PENDING`, `PERMISSION_DENIED`
115
+ */
116
+ readonly status: string;
117
+ /**
118
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
119
+ * Present if and only if **asset_type** is **TABLE**
120
+ */
121
+ readonly table?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetTable;
122
+ /**
123
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
124
+ * Present if and only if **asset_type** is **TABLE**
125
+ */
126
+ readonly tableLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetails;
127
+ /**
128
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
129
+ * Present if and only if **asset_type** is **VIEW**
130
+ */
131
+ readonly view?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetView;
132
+ /**
133
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
134
+ * Present if and only if **asset_type** is **VIEW**
135
+ */
136
+ readonly viewLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetails;
137
+ /**
138
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
139
+ * Present if and only if **asset_type** is **VOLUME**
140
+ */
141
+ readonly volumeLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetails;
142
+ }
143
+ export declare function getCleanRoomAssetRevisionsCleanRoomAssetOutput(args: GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetRevisionsCleanRoomAssetResult>;
144
+ /**
145
+ * A collection of arguments for invoking getCleanRoomAssetRevisionsCleanRoomAsset.
146
+ */
147
+ export interface GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs {
148
+ /**
149
+ * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
150
+ */
151
+ assetType: pulumi.Input<string>;
152
+ /**
153
+ * (string) - The name of the clean room this asset belongs to.
154
+ * This field is required for create operations and populated by the server for responses
155
+ */
156
+ cleanRoomName?: pulumi.Input<string>;
157
+ /**
158
+ * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
159
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
160
+ */
161
+ foreignTable?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableArgs>;
162
+ /**
163
+ * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
164
+ * Present if and only if **asset_type** is **FOREIGN_TABLE**
165
+ */
166
+ foreignTableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetailsArgs>;
167
+ /**
168
+ * A fully qualified name that uniquely identifies the asset within the clean room.
169
+ * This is also the name displayed in the clean room UI.
170
+ *
171
+ * For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
172
+ *
173
+ * For notebooks, the name is the notebook file name.
174
+ * For jar analyses, the name is the jar analysis name
175
+ */
176
+ name: pulumi.Input<string>;
177
+ /**
178
+ * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
179
+ * Present if and only if **asset_type** is **NOTEBOOK_FILE**
180
+ */
181
+ notebook?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetNotebookArgs>;
182
+ /**
183
+ * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
184
+ * Present if and only if **asset_type** is **TABLE**
185
+ */
186
+ table?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableArgs>;
187
+ /**
188
+ * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
189
+ * Present if and only if **asset_type** is **TABLE**
190
+ */
191
+ tableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetailsArgs>;
192
+ /**
193
+ * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
194
+ * Present if and only if **asset_type** is **VIEW**
195
+ */
196
+ view?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewArgs>;
197
+ /**
198
+ * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
199
+ * Present if and only if **asset_type** is **VIEW**
200
+ */
201
+ viewLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetailsArgs>;
202
+ /**
203
+ * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
204
+ * Present if and only if **asset_type** is **VOLUME**
205
+ */
206
+ volumeLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetailsArgs>;
207
+ }
@@ -0,0 +1,42 @@
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.getCleanRoomAssetRevisionsCleanRoomAssetOutput = exports.getCleanRoomAssetRevisionsCleanRoomAsset = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCleanRoomAssetRevisionsCleanRoomAsset(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAssetRevisionsCleanRoomAsset:getCleanRoomAssetRevisionsCleanRoomAsset", {
11
+ "assetType": args.assetType,
12
+ "cleanRoomName": args.cleanRoomName,
13
+ "foreignTable": args.foreignTable,
14
+ "foreignTableLocalDetails": args.foreignTableLocalDetails,
15
+ "name": args.name,
16
+ "notebook": args.notebook,
17
+ "table": args.table,
18
+ "tableLocalDetails": args.tableLocalDetails,
19
+ "view": args.view,
20
+ "viewLocalDetails": args.viewLocalDetails,
21
+ "volumeLocalDetails": args.volumeLocalDetails,
22
+ }, opts);
23
+ }
24
+ exports.getCleanRoomAssetRevisionsCleanRoomAsset = getCleanRoomAssetRevisionsCleanRoomAsset;
25
+ function getCleanRoomAssetRevisionsCleanRoomAssetOutput(args, opts) {
26
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssetRevisionsCleanRoomAsset:getCleanRoomAssetRevisionsCleanRoomAsset", {
28
+ "assetType": args.assetType,
29
+ "cleanRoomName": args.cleanRoomName,
30
+ "foreignTable": args.foreignTable,
31
+ "foreignTableLocalDetails": args.foreignTableLocalDetails,
32
+ "name": args.name,
33
+ "notebook": args.notebook,
34
+ "table": args.table,
35
+ "tableLocalDetails": args.tableLocalDetails,
36
+ "view": args.view,
37
+ "viewLocalDetails": args.viewLocalDetails,
38
+ "volumeLocalDetails": args.volumeLocalDetails,
39
+ }, opts);
40
+ }
41
+ exports.getCleanRoomAssetRevisionsCleanRoomAssetOutput = getCleanRoomAssetRevisionsCleanRoomAssetOutput;
42
+ //# sourceMappingURL=getCleanRoomAssetRevisionsCleanRoomAsset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAssetRevisionsCleanRoomAsset.js","sourceRoot":"","sources":["../getCleanRoomAssetRevisionsCleanRoomAsset.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oGAAoG,EAAE;QAC/H,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4FAeC;AA6ID,SAAgB,8CAA8C,CAAC,IAAwD,EAAE,IAAiC;IACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oGAAoG,EAAE;QACrI,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,wGAeC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getCleanRoomAssetRevisionsCleanRoomAssets(opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetRevisionsCleanRoomAssetsResult>;
4
+ /**
5
+ * A collection of values returned by getCleanRoomAssetRevisionsCleanRoomAssets.
6
+ */
7
+ export interface GetCleanRoomAssetRevisionsCleanRoomAssetsResult {
8
+ /**
9
+ * The provider-assigned unique ID for this managed resource.
10
+ */
11
+ readonly id: string;
12
+ readonly revisions: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetsRevision[];
13
+ }
14
+ export declare function getCleanRoomAssetRevisionsCleanRoomAssetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetRevisionsCleanRoomAssetsResult>;
@@ -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.getCleanRoomAssetRevisionsCleanRoomAssetsOutput = exports.getCleanRoomAssetRevisionsCleanRoomAssets = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCleanRoomAssetRevisionsCleanRoomAssets(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getCleanRoomAssetRevisionsCleanRoomAssets:getCleanRoomAssetRevisionsCleanRoomAssets", {}, opts);
11
+ }
12
+ exports.getCleanRoomAssetRevisionsCleanRoomAssets = getCleanRoomAssetRevisionsCleanRoomAssets;
13
+ function getCleanRoomAssetRevisionsCleanRoomAssetsOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssetRevisionsCleanRoomAssets:getCleanRoomAssetRevisionsCleanRoomAssets", {}, opts);
16
+ }
17
+ exports.getCleanRoomAssetRevisionsCleanRoomAssetsOutput = getCleanRoomAssetRevisionsCleanRoomAssetsOutput;
18
+ //# sourceMappingURL=getCleanRoomAssetRevisionsCleanRoomAssets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCleanRoomAssetRevisionsCleanRoomAssets.js","sourceRoot":"","sources":["../getCleanRoomAssetRevisionsCleanRoomAssets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,yCAAyC,CAAC,IAA2B;IACjF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sGAAsG,EAAE,EACpI,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8FAIC;AAYD,SAAgB,+CAA+C,CAAC,IAAiC;IAC7F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sGAAsG,EAAE,EAC1I,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0GAIC"}
@@ -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 room assets.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * # Example: Clean Room Assets Datasource
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as databricks from "@pulumi/databricks";
13
+ *
14
+ * const all = new databricks.index.CleanRoomsAsset("all", {});
15
+ * ```
16
+ */
17
+ export declare function getCleanRoomAssets(opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetsResult>;
18
+ /**
19
+ * A collection of values returned by getCleanRoomAssets.
20
+ */
21
+ export interface GetCleanRoomAssetsResult {
22
+ readonly assets: outputs.GetCleanRoomAssetsAsset[];
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 room assets.
30
+ *
31
+ * ## Example Usage
32
+ *
33
+ * # Example: Clean Room Assets Datasource
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as databricks from "@pulumi/databricks";
38
+ *
39
+ * const all = new databricks.index.CleanRoomsAsset("all", {});
40
+ * ```
41
+ */
42
+ export declare function getCleanRoomAssetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetsResult>;