@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.0-alpha.1762276204

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 (423) hide show
  1. package/accountFederationPolicy.d.ts +9 -7
  2. package/accountFederationPolicy.js +3 -1
  3. package/accountFederationPolicy.js.map +1 -1
  4. package/accountNetworkPolicy.d.ts +3 -1
  5. package/accountNetworkPolicy.js +3 -1
  6. package/accountNetworkPolicy.js.map +1 -1
  7. package/accountSettingV2.d.ts +24 -16
  8. package/accountSettingV2.js +24 -5
  9. package/accountSettingV2.js.map +1 -1
  10. package/alertV2.d.ts +16 -26
  11. package/alertV2.js +18 -3
  12. package/alertV2.js.map +1 -1
  13. package/app.d.ts +21 -0
  14. package/app.js +4 -0
  15. package/app.js.map +1 -1
  16. package/appsSettingsCustomTemplate.d.ts +3 -13
  17. package/appsSettingsCustomTemplate.js +3 -3
  18. package/appsSettingsCustomTemplate.js.map +1 -1
  19. package/budgetPolicy.d.ts +3 -1
  20. package/budgetPolicy.js +3 -1
  21. package/budgetPolicy.js.map +1 -1
  22. package/catalog.d.ts +43 -2
  23. package/catalog.js +1 -1
  24. package/catalog.js.map +1 -1
  25. package/cluster.d.ts +12 -87
  26. package/cluster.js +2 -0
  27. package/cluster.js.map +1 -1
  28. package/dataQualityMonitor.d.ts +165 -0
  29. package/dataQualityMonitor.js +113 -0
  30. package/dataQualityMonitor.js.map +1 -0
  31. package/dataQualityRefresh.d.ts +169 -0
  32. package/dataQualityRefresh.js +106 -0
  33. package/dataQualityRefresh.js.map +1 -0
  34. package/databaseDatabaseCatalog.d.ts +3 -13
  35. package/databaseDatabaseCatalog.js +3 -3
  36. package/databaseDatabaseCatalog.js.map +1 -1
  37. package/databaseInstance.d.ts +97 -50
  38. package/databaseInstance.js +38 -3
  39. package/databaseInstance.js.map +1 -1
  40. package/databaseSyncedDatabaseTable.d.ts +12 -13
  41. package/databaseSyncedDatabaseTable.js +12 -3
  42. package/databaseSyncedDatabaseTable.js.map +1 -1
  43. package/entitlements.d.ts +9 -9
  44. package/entityTagAssignment.d.ts +45 -13
  45. package/entityTagAssignment.js +45 -3
  46. package/entityTagAssignment.js.map +1 -1
  47. package/externalMetadata.d.ts +6 -16
  48. package/externalMetadata.js +3 -3
  49. package/externalMetadata.js.map +1 -1
  50. package/featureEngineeringFeature.d.ts +145 -0
  51. package/featureEngineeringFeature.js +99 -0
  52. package/featureEngineeringFeature.js.map +1 -0
  53. package/featureEngineeringMaterializedFeature.d.ts +117 -0
  54. package/featureEngineeringMaterializedFeature.js +87 -0
  55. package/featureEngineeringMaterializedFeature.js.map +1 -0
  56. package/getAccountFederationPolicies.d.ts +19 -2
  57. package/getAccountFederationPolicies.js +14 -4
  58. package/getAccountFederationPolicies.js.map +1 -1
  59. package/getAccountFederationPolicy.d.ts +14 -35
  60. package/getAccountFederationPolicy.js +4 -8
  61. package/getAccountFederationPolicy.js.map +1 -1
  62. package/getAccountNetworkPolicies.d.ts +4 -0
  63. package/getAccountNetworkPolicies.js +4 -0
  64. package/getAccountNetworkPolicies.js.map +1 -1
  65. package/getAccountNetworkPolicy.d.ts +11 -24
  66. package/getAccountNetworkPolicy.js +4 -6
  67. package/getAccountNetworkPolicy.js.map +1 -1
  68. package/getAccountSettingV2.d.ts +37 -148
  69. package/getAccountSettingV2.js +18 -32
  70. package/getAccountSettingV2.js.map +1 -1
  71. package/getAlertV2.d.ts +39 -111
  72. package/getAlertV2.js +24 -24
  73. package/getAlertV2.js.map +1 -1
  74. package/getAlertsV2.d.ts +8 -10
  75. package/getAlertsV2.js +6 -2
  76. package/getAlertsV2.js.map +1 -1
  77. package/getApp.d.ts +5 -1
  78. package/getApp.js +2 -0
  79. package/getApp.js.map +1 -1
  80. package/getApps.d.ts +16 -2
  81. package/getApps.js +10 -4
  82. package/getApps.js.map +1 -1
  83. package/getAppsSettingsCustomTemplate.d.ts +5 -51
  84. package/getAppsSettingsCustomTemplate.js +4 -12
  85. package/getAppsSettingsCustomTemplate.js.map +1 -1
  86. package/getAppsSettingsCustomTemplates.d.ts +9 -5
  87. package/getAppsSettingsCustomTemplates.js +6 -2
  88. package/getAppsSettingsCustomTemplates.js.map +1 -1
  89. package/getAwsBucketPolicy.d.ts +6 -6
  90. package/getAwsBucketPolicy.js +6 -6
  91. package/getBudgetPolicies.d.ts +48 -2
  92. package/getBudgetPolicies.js +18 -4
  93. package/getBudgetPolicies.js.map +1 -1
  94. package/getBudgetPolicy.d.ts +11 -40
  95. package/getBudgetPolicy.js +4 -8
  96. package/getBudgetPolicy.js.map +1 -1
  97. package/getCatalog.d.ts +9 -0
  98. package/getCatalog.js +2 -0
  99. package/getCatalog.js.map +1 -1
  100. package/getCatalogs.d.ts +11 -0
  101. package/getCatalogs.js +2 -0
  102. package/getCatalogs.js.map +1 -1
  103. package/getCluster.d.ts +9 -0
  104. package/getCluster.js +2 -0
  105. package/getCluster.js.map +1 -1
  106. package/getClusterPolicy.d.ts +11 -0
  107. package/getClusterPolicy.js +2 -0
  108. package/getClusterPolicy.js.map +1 -1
  109. package/getClusters.d.ts +9 -0
  110. package/getClusters.js +2 -0
  111. package/getClusters.js.map +1 -1
  112. package/getCurrentMetastore.d.ts +9 -0
  113. package/getCurrentMetastore.js +2 -0
  114. package/getCurrentMetastore.js.map +1 -1
  115. package/getDashboards.d.ts +4 -0
  116. package/getDashboards.js +2 -0
  117. package/getDashboards.js.map +1 -1
  118. package/getDataQualityMonitor.d.ts +136 -0
  119. package/getDataQualityMonitor.js +88 -0
  120. package/getDataQualityMonitor.js.map +1 -0
  121. package/getDataQualityMonitors.d.ts +79 -0
  122. package/getDataQualityMonitors.js +76 -0
  123. package/getDataQualityMonitors.js.map +1 -0
  124. package/getDataQualityRefresh.d.ts +158 -0
  125. package/getDataQualityRefresh.js +90 -0
  126. package/getDataQualityRefresh.js.map +1 -0
  127. package/getDataQualityRefreshes.d.ts +131 -0
  128. package/getDataQualityRefreshes.js +90 -0
  129. package/getDataQualityRefreshes.js.map +1 -0
  130. package/getDatabaseDatabaseCatalog.d.ts +4 -33
  131. package/getDatabaseDatabaseCatalog.js +4 -8
  132. package/getDatabaseDatabaseCatalog.js.map +1 -1
  133. package/getDatabaseDatabaseCatalogs.d.ts +22 -7
  134. package/getDatabaseDatabaseCatalogs.js +10 -4
  135. package/getDatabaseDatabaseCatalogs.js.map +1 -1
  136. package/getDatabaseInstance.d.ts +40 -102
  137. package/getDatabaseInstance.js +4 -16
  138. package/getDatabaseInstance.js.map +1 -1
  139. package/getDatabaseInstances.d.ts +9 -5
  140. package/getDatabaseInstances.js +6 -2
  141. package/getDatabaseInstances.js.map +1 -1
  142. package/getDatabaseSyncedDatabaseTable.d.ts +5 -41
  143. package/getDatabaseSyncedDatabaseTable.js +4 -8
  144. package/getDatabaseSyncedDatabaseTable.js.map +1 -1
  145. package/getDatabaseSyncedDatabaseTables.d.ts +22 -7
  146. package/getDatabaseSyncedDatabaseTables.js +10 -4
  147. package/getDatabaseSyncedDatabaseTables.js.map +1 -1
  148. package/getDirectory.d.ts +11 -0
  149. package/getDirectory.js +2 -0
  150. package/getDirectory.js.map +1 -1
  151. package/getEntityTagAssignment.d.ts +81 -18
  152. package/getEntityTagAssignment.js +80 -4
  153. package/getEntityTagAssignment.js.map +1 -1
  154. package/getEntityTagAssignments.d.ts +75 -5
  155. package/getEntityTagAssignments.js +72 -2
  156. package/getEntityTagAssignments.js.map +1 -1
  157. package/getExternalLocation.d.ts +9 -0
  158. package/getExternalLocation.js +2 -0
  159. package/getExternalLocation.js.map +1 -1
  160. package/getExternalLocations.d.ts +11 -0
  161. package/getExternalLocations.js +2 -0
  162. package/getExternalLocations.js.map +1 -1
  163. package/getExternalMetadata.d.ts +10 -75
  164. package/getExternalMetadata.js +4 -16
  165. package/getExternalMetadata.js.map +1 -1
  166. package/getExternalMetadatas.d.ts +11 -5
  167. package/getExternalMetadatas.js +6 -2
  168. package/getExternalMetadatas.js.map +1 -1
  169. package/getFeatureEngineeringFeature.d.ts +65 -0
  170. package/getFeatureEngineeringFeature.js +28 -0
  171. package/getFeatureEngineeringFeature.js.map +1 -0
  172. package/getFeatureEngineeringFeatures.d.ts +39 -0
  173. package/getFeatureEngineeringFeatures.js +30 -0
  174. package/getFeatureEngineeringFeatures.js.map +1 -0
  175. package/getFeatureEngineeringMaterializedFeature.d.ts +66 -0
  176. package/getFeatureEngineeringMaterializedFeature.js +28 -0
  177. package/getFeatureEngineeringMaterializedFeature.js.map +1 -0
  178. package/getFeatureEngineeringMaterializedFeatures.d.ts +51 -0
  179. package/getFeatureEngineeringMaterializedFeatures.js +32 -0
  180. package/getFeatureEngineeringMaterializedFeatures.js.map +1 -0
  181. package/getFunctions.d.ts +3 -0
  182. package/getFunctions.js +2 -0
  183. package/getFunctions.js.map +1 -1
  184. package/getInstanceProfiles.d.ts +9 -0
  185. package/getInstanceProfiles.js +2 -0
  186. package/getInstanceProfiles.js.map +1 -1
  187. package/getJobs.d.ts +11 -0
  188. package/getJobs.js +2 -0
  189. package/getJobs.js.map +1 -1
  190. package/getMaterializedFeaturesFeatureTag.d.ts +7 -18
  191. package/getMaterializedFeaturesFeatureTag.js +6 -4
  192. package/getMaterializedFeaturesFeatureTag.js.map +1 -1
  193. package/getMaterializedFeaturesFeatureTags.d.ts +19 -7
  194. package/getMaterializedFeaturesFeatureTags.js +12 -4
  195. package/getMaterializedFeaturesFeatureTags.js.map +1 -1
  196. package/getMetastore.d.ts +2 -2
  197. package/getMetastore.js +2 -2
  198. package/getMlflowExperiment.d.ts +9 -0
  199. package/getMlflowExperiment.js +2 -0
  200. package/getMlflowExperiment.js.map +1 -1
  201. package/getMlflowModel.d.ts +9 -0
  202. package/getMlflowModel.js +2 -0
  203. package/getMlflowModel.js.map +1 -1
  204. package/getMlflowModels.d.ts +11 -0
  205. package/getMlflowModels.js +2 -0
  206. package/getMlflowModels.js.map +1 -1
  207. package/getNodeType.d.ts +29 -2
  208. package/getNodeType.js +4 -0
  209. package/getNodeType.js.map +1 -1
  210. package/getNotificationDestinations.d.ts +4 -0
  211. package/getNotificationDestinations.js +2 -0
  212. package/getNotificationDestinations.js.map +1 -1
  213. package/getOnlineStore.d.ts +7 -26
  214. package/getOnlineStore.js +6 -6
  215. package/getOnlineStore.js.map +1 -1
  216. package/getOnlineStores.d.ts +11 -5
  217. package/getOnlineStores.js +8 -2
  218. package/getOnlineStores.js.map +1 -1
  219. package/getPipelines.d.ts +11 -0
  220. package/getPipelines.js +2 -0
  221. package/getPipelines.js.map +1 -1
  222. package/getPolicyInfo.d.ts +21 -115
  223. package/getPolicyInfo.js +6 -20
  224. package/getPolicyInfo.js.map +1 -1
  225. package/getPolicyInfos.d.ts +30 -9
  226. package/getPolicyInfos.js +10 -2
  227. package/getPolicyInfos.js.map +1 -1
  228. package/getQualityMonitorV2.d.ts +4 -9
  229. package/getQualityMonitorV2.js +4 -2
  230. package/getQualityMonitorV2.js.map +1 -1
  231. package/getQualityMonitorsV2.d.ts +7 -9
  232. package/getQualityMonitorsV2.js +6 -2
  233. package/getQualityMonitorsV2.js.map +1 -1
  234. package/getRegisteredModel.d.ts +3 -0
  235. package/getRegisteredModel.js +2 -0
  236. package/getRegisteredModel.js.map +1 -1
  237. package/getRegisteredModelVersions.d.ts +3 -0
  238. package/getRegisteredModelVersions.js +2 -0
  239. package/getRegisteredModelVersions.js.map +1 -1
  240. package/getRfaAccessRequestDestinations.d.ts +44 -0
  241. package/getRfaAccessRequestDestinations.js +36 -0
  242. package/getRfaAccessRequestDestinations.js.map +1 -0
  243. package/getSchema.d.ts +9 -0
  244. package/getSchema.js +2 -0
  245. package/getSchema.js.map +1 -1
  246. package/getSchemas.d.ts +11 -0
  247. package/getSchemas.js +2 -0
  248. package/getSchemas.js.map +1 -1
  249. package/getServicePrincipalFederationPolicies.d.ts +8 -1
  250. package/getServicePrincipalFederationPolicies.js +6 -0
  251. package/getServicePrincipalFederationPolicies.js.map +1 -1
  252. package/getServicePrincipalFederationPolicy.d.ts +18 -31
  253. package/getServicePrincipalFederationPolicy.js +4 -6
  254. package/getServicePrincipalFederationPolicy.js.map +1 -1
  255. package/getServingEndpoints.d.ts +3 -0
  256. package/getServingEndpoints.js +2 -0
  257. package/getServingEndpoints.js.map +1 -1
  258. package/getShare.d.ts +29 -14
  259. package/getShare.js +8 -4
  260. package/getShare.js.map +1 -1
  261. package/getShares.d.ts +11 -0
  262. package/getShares.js +2 -0
  263. package/getShares.js.map +1 -1
  264. package/getSparkVersion.d.ts +11 -0
  265. package/getSparkVersion.js +2 -0
  266. package/getSparkVersion.js.map +1 -1
  267. package/getSqlWarehouse.d.ts +3 -0
  268. package/getSqlWarehouse.js +2 -0
  269. package/getSqlWarehouse.js.map +1 -1
  270. package/getSqlWarehouses.d.ts +11 -0
  271. package/getSqlWarehouses.js +2 -0
  272. package/getSqlWarehouses.js.map +1 -1
  273. package/getStorageCredential.d.ts +9 -0
  274. package/getStorageCredential.js +2 -0
  275. package/getStorageCredential.js.map +1 -1
  276. package/getStorageCredentials.d.ts +11 -0
  277. package/getStorageCredentials.js +2 -0
  278. package/getStorageCredentials.js.map +1 -1
  279. package/getTable.d.ts +9 -0
  280. package/getTable.js +2 -0
  281. package/getTable.js.map +1 -1
  282. package/getTables.d.ts +11 -0
  283. package/getTables.js +2 -0
  284. package/getTables.js.map +1 -1
  285. package/getTagPolicies.d.ts +39 -7
  286. package/getTagPolicies.js +32 -4
  287. package/getTagPolicies.js.map +1 -1
  288. package/getTagPolicy.d.ts +42 -30
  289. package/getTagPolicy.js +32 -8
  290. package/getTagPolicy.js.map +1 -1
  291. package/getViews.d.ts +11 -0
  292. package/getViews.js +2 -0
  293. package/getViews.js.map +1 -1
  294. package/getVolume.d.ts +9 -0
  295. package/getVolume.js +2 -0
  296. package/getVolume.js.map +1 -1
  297. package/getVolumes.d.ts +11 -0
  298. package/getVolumes.js +2 -0
  299. package/getVolumes.js.map +1 -1
  300. package/getWorkspaceNetworkOption.d.ts +10 -20
  301. package/getWorkspaceNetworkOption.js +4 -4
  302. package/getWorkspaceNetworkOption.js.map +1 -1
  303. package/getWorkspaceSettingV2.d.ts +37 -157
  304. package/getWorkspaceSettingV2.js +18 -34
  305. package/getWorkspaceSettingV2.js.map +1 -1
  306. package/getZones.d.ts +11 -0
  307. package/getZones.js +2 -0
  308. package/getZones.js.map +1 -1
  309. package/gitCredential.d.ts +15 -3
  310. package/gitCredential.js +2 -0
  311. package/gitCredential.js.map +1 -1
  312. package/group.d.ts +9 -9
  313. package/index.d.ts +45 -45
  314. package/index.js +59 -57
  315. package/index.js.map +1 -1
  316. package/job.d.ts +12 -0
  317. package/job.js +2 -0
  318. package/job.js.map +1 -1
  319. package/library.d.ts +87 -0
  320. package/library.js +2 -0
  321. package/library.js.map +1 -1
  322. package/materializedFeaturesFeatureTag.d.ts +3 -13
  323. package/materializedFeaturesFeatureTag.js +3 -3
  324. package/materializedFeaturesFeatureTag.js.map +1 -1
  325. package/mwsStorageConfigurations.d.ts +3 -3
  326. package/mwsStorageConfigurations.js +3 -3
  327. package/mwsWorkspaces.d.ts +25 -13
  328. package/mwsWorkspaces.js +6 -4
  329. package/mwsWorkspaces.js.map +1 -1
  330. package/onlineStore.d.ts +3 -13
  331. package/onlineStore.js +3 -3
  332. package/onlineStore.js.map +1 -1
  333. package/package.json +2 -2
  334. package/permissionAssignment.d.ts +85 -1
  335. package/permissionAssignment.js +48 -3
  336. package/permissionAssignment.js.map +1 -1
  337. package/pipeline.d.ts +3 -0
  338. package/pipeline.js +2 -0
  339. package/pipeline.js.map +1 -1
  340. package/policyInfo.d.ts +3 -13
  341. package/policyInfo.js +3 -3
  342. package/policyInfo.js.map +1 -1
  343. package/qualityMonitor.d.ts +12 -0
  344. package/qualityMonitor.js +2 -0
  345. package/qualityMonitor.js.map +1 -1
  346. package/qualityMonitorV2.d.ts +3 -13
  347. package/qualityMonitorV2.js +3 -3
  348. package/qualityMonitorV2.js.map +1 -1
  349. package/registeredModel.d.ts +31 -5
  350. package/registeredModel.js +16 -6
  351. package/registeredModel.js.map +1 -1
  352. package/rfaAccessRequestDestinations.d.ts +101 -0
  353. package/rfaAccessRequestDestinations.js +88 -0
  354. package/rfaAccessRequestDestinations.js.map +1 -0
  355. package/servicePrincipalFederationPolicy.d.ts +9 -7
  356. package/servicePrincipalFederationPolicy.js +3 -1
  357. package/servicePrincipalFederationPolicy.js.map +1 -1
  358. package/share.d.ts +15 -12
  359. package/share.js +9 -5
  360. package/share.js.map +1 -1
  361. package/sqlTable.d.ts +11 -3
  362. package/sqlTable.js +2 -0
  363. package/sqlTable.js.map +1 -1
  364. package/storageCredential.d.ts +10 -1
  365. package/storageCredential.js +1 -1
  366. package/storageCredential.js.map +1 -1
  367. package/tagPolicy.d.ts +41 -12
  368. package/tagPolicy.js +31 -4
  369. package/tagPolicy.js.map +1 -1
  370. package/types/input.d.ts +2292 -5271
  371. package/types/output.d.ts +3530 -4275
  372. package/user.d.ts +9 -9
  373. package/workspaceBinding.d.ts +0 -26
  374. package/workspaceBinding.js +0 -26
  375. package/workspaceBinding.js.map +1 -1
  376. package/workspaceNetworkOption.d.ts +3 -1
  377. package/workspaceNetworkOption.js +3 -1
  378. package/workspaceNetworkOption.js.map +1 -1
  379. package/workspaceSettingV2.d.ts +24 -28
  380. package/workspaceSettingV2.js +24 -7
  381. package/workspaceSettingV2.js.map +1 -1
  382. package/cleanRoomAsset.d.ts +0 -294
  383. package/cleanRoomAsset.js +0 -123
  384. package/cleanRoomAsset.js.map +0 -1
  385. package/cleanRoomAutoApprovalRule.d.ts +0 -147
  386. package/cleanRoomAutoApprovalRule.js +0 -84
  387. package/cleanRoomAutoApprovalRule.js.map +0 -1
  388. package/cleanRoomsCleanRoom.d.ts +0 -175
  389. package/cleanRoomsCleanRoom.js +0 -96
  390. package/cleanRoomsCleanRoom.js.map +0 -1
  391. package/getCleanRoomAsset.d.ts +0 -244
  392. package/getCleanRoomAsset.js +0 -72
  393. package/getCleanRoomAsset.js.map +0 -1
  394. package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +0 -216
  395. package/getCleanRoomAssetRevisionsCleanRoomAsset.js +0 -44
  396. package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +0 -1
  397. package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +0 -45
  398. package/getCleanRoomAssetRevisionsCleanRoomAssets.js +0 -24
  399. package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +0 -1
  400. package/getCleanRoomAssets.d.ts +0 -74
  401. package/getCleanRoomAssets.js +0 -52
  402. package/getCleanRoomAssets.js.map +0 -1
  403. package/getCleanRoomAutoApprovalRule.d.ts +0 -97
  404. package/getCleanRoomAutoApprovalRule.js +0 -32
  405. package/getCleanRoomAutoApprovalRule.js.map +0 -1
  406. package/getCleanRoomAutoApprovalRules.d.ts +0 -33
  407. package/getCleanRoomAutoApprovalRules.js +0 -24
  408. package/getCleanRoomAutoApprovalRules.js.map +0 -1
  409. package/getCleanRoomsCleanRoom.d.ts +0 -147
  410. package/getCleanRoomsCleanRoom.js +0 -64
  411. package/getCleanRoomsCleanRoom.js.map +0 -1
  412. package/getCleanRoomsCleanRooms.d.ts +0 -61
  413. package/getCleanRoomsCleanRooms.js +0 -52
  414. package/getCleanRoomsCleanRooms.js.map +0 -1
  415. package/getRecipientFederationPolicies.d.ts +0 -33
  416. package/getRecipientFederationPolicies.js +0 -24
  417. package/getRecipientFederationPolicies.js.map +0 -1
  418. package/getRecipientFederationPolicy.d.ts +0 -80
  419. package/getRecipientFederationPolicy.js +0 -30
  420. package/getRecipientFederationPolicy.js.map +0 -1
  421. package/recipientFederationPolicy.d.ts +0 -126
  422. package/recipientFederationPolicy.js +0 -80
  423. package/recipientFederationPolicy.js.map +0 -1
@@ -1,216 +0,0 @@
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
- * Workspace ID of the resource
70
- */
71
- workspaceId?: string;
72
- }
73
- /**
74
- * A collection of values returned by getCleanRoomAssetRevisionsCleanRoomAsset.
75
- */
76
- export interface GetCleanRoomAssetRevisionsCleanRoomAssetResult {
77
- /**
78
- * (integer) - When the asset is added to the clean room, in epoch milliseconds
79
- */
80
- readonly addedAt: number;
81
- /**
82
- * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
83
- */
84
- readonly assetType: string;
85
- /**
86
- * (string) - The name of the clean room this asset belongs to.
87
- * This field is required for create operations and populated by the server for responses
88
- */
89
- readonly cleanRoomName?: string;
90
- /**
91
- * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
92
- * Present if and only if **asset_type** is **FOREIGN_TABLE**
93
- */
94
- readonly foreignTable?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTable;
95
- /**
96
- * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
97
- * Present if and only if **asset_type** is **FOREIGN_TABLE**
98
- */
99
- readonly foreignTableLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetails;
100
- /**
101
- * The provider-assigned unique ID for this managed resource.
102
- */
103
- readonly id: string;
104
- /**
105
- * (string) - The name of the partition column
106
- */
107
- readonly name: string;
108
- /**
109
- * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
110
- * Present if and only if **asset_type** is **NOTEBOOK_FILE**
111
- */
112
- readonly notebook?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetNotebook;
113
- /**
114
- * (string) - The alias of the collaborator who owns this asset
115
- */
116
- readonly ownerCollaboratorAlias: string;
117
- /**
118
- * (string) - Status of the asset. Possible values are: `ACTIVE`, `PENDING`, `PERMISSION_DENIED`
119
- */
120
- readonly status: string;
121
- /**
122
- * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
123
- * Present if and only if **asset_type** is **TABLE**
124
- */
125
- readonly table?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetTable;
126
- /**
127
- * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
128
- * Present if and only if **asset_type** is **TABLE**
129
- */
130
- readonly tableLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetails;
131
- /**
132
- * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
133
- * Present if and only if **asset_type** is **VIEW**
134
- */
135
- readonly view?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetView;
136
- /**
137
- * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
138
- * Present if and only if **asset_type** is **VIEW**
139
- */
140
- readonly viewLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetails;
141
- /**
142
- * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
143
- * Present if and only if **asset_type** is **VOLUME**
144
- */
145
- readonly volumeLocalDetails?: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetails;
146
- readonly workspaceId?: string;
147
- }
148
- export declare function getCleanRoomAssetRevisionsCleanRoomAssetOutput(args: GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetRevisionsCleanRoomAssetResult>;
149
- /**
150
- * A collection of arguments for invoking getCleanRoomAssetRevisionsCleanRoomAsset.
151
- */
152
- export interface GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs {
153
- /**
154
- * (string) - The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
155
- */
156
- assetType: pulumi.Input<string>;
157
- /**
158
- * (string) - The name of the clean room this asset belongs to.
159
- * This field is required for create operations and populated by the server for responses
160
- */
161
- cleanRoomName?: pulumi.Input<string>;
162
- /**
163
- * (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room.
164
- * Present if and only if **asset_type** is **FOREIGN_TABLE**
165
- */
166
- foreignTable?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableArgs>;
167
- /**
168
- * (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner.
169
- * Present if and only if **asset_type** is **FOREIGN_TABLE**
170
- */
171
- foreignTableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetailsArgs>;
172
- /**
173
- * A fully qualified name that uniquely identifies the asset within the clean room.
174
- * This is also the name displayed in the clean room UI.
175
- *
176
- * For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
177
- *
178
- * For notebooks, the name is the notebook file name.
179
- * For jar analyses, the name is the jar analysis name
180
- */
181
- name: pulumi.Input<string>;
182
- /**
183
- * (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room.
184
- * Present if and only if **asset_type** is **NOTEBOOK_FILE**
185
- */
186
- notebook?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetNotebookArgs>;
187
- /**
188
- * (CleanRoomAssetTable) - Table details available to all collaborators of the clean room.
189
- * Present if and only if **asset_type** is **TABLE**
190
- */
191
- table?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableArgs>;
192
- /**
193
- * (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner.
194
- * Present if and only if **asset_type** is **TABLE**
195
- */
196
- tableLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetailsArgs>;
197
- /**
198
- * (CleanRoomAssetView) - View details available to all collaborators of the clean room.
199
- * Present if and only if **asset_type** is **VIEW**
200
- */
201
- view?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewArgs>;
202
- /**
203
- * (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner.
204
- * Present if and only if **asset_type** is **VIEW**
205
- */
206
- viewLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetailsArgs>;
207
- /**
208
- * (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner.
209
- * Present if and only if **asset_type** is **VOLUME**
210
- */
211
- volumeLocalDetails?: pulumi.Input<inputs.GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetailsArgs>;
212
- /**
213
- * Workspace ID of the resource
214
- */
215
- workspaceId?: pulumi.Input<string>;
216
- }
@@ -1,44 +0,0 @@
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
- "workspaceId": args.workspaceId,
23
- }, opts);
24
- }
25
- exports.getCleanRoomAssetRevisionsCleanRoomAsset = getCleanRoomAssetRevisionsCleanRoomAsset;
26
- function getCleanRoomAssetRevisionsCleanRoomAssetOutput(args, opts) {
27
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
- return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssetRevisionsCleanRoomAsset:getCleanRoomAssetRevisionsCleanRoomAsset", {
29
- "assetType": args.assetType,
30
- "cleanRoomName": args.cleanRoomName,
31
- "foreignTable": args.foreignTable,
32
- "foreignTableLocalDetails": args.foreignTableLocalDetails,
33
- "name": args.name,
34
- "notebook": args.notebook,
35
- "table": args.table,
36
- "tableLocalDetails": args.tableLocalDetails,
37
- "view": args.view,
38
- "viewLocalDetails": args.viewLocalDetails,
39
- "volumeLocalDetails": args.volumeLocalDetails,
40
- "workspaceId": args.workspaceId,
41
- }, opts);
42
- }
43
- exports.getCleanRoomAssetRevisionsCleanRoomAssetOutput = getCleanRoomAssetRevisionsCleanRoomAssetOutput;
44
- //# sourceMappingURL=getCleanRoomAssetRevisionsCleanRoomAsset.js.map
@@ -1 +0,0 @@
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;QAC7C,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,4FAgBC;AAkJD,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;QAC7C,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,wGAgBC"}
@@ -1,45 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- export declare function getCleanRoomAssetRevisionsCleanRoomAssets(args: GetCleanRoomAssetRevisionsCleanRoomAssetsArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetRevisionsCleanRoomAssetsResult>;
4
- /**
5
- * A collection of arguments for invoking getCleanRoomAssetRevisionsCleanRoomAssets.
6
- */
7
- export interface GetCleanRoomAssetRevisionsCleanRoomAssetsArgs {
8
- /**
9
- * Name of the asset
10
- */
11
- name: string;
12
- /**
13
- * Workspace ID of the resource
14
- */
15
- workspaceId?: string;
16
- }
17
- /**
18
- * A collection of values returned by getCleanRoomAssetRevisionsCleanRoomAssets.
19
- */
20
- export interface GetCleanRoomAssetRevisionsCleanRoomAssetsResult {
21
- /**
22
- * The provider-assigned unique ID for this managed resource.
23
- */
24
- readonly id: string;
25
- /**
26
- * (string) - The name of the partition column
27
- */
28
- readonly name: string;
29
- readonly revisions: outputs.GetCleanRoomAssetRevisionsCleanRoomAssetsRevision[];
30
- readonly workspaceId?: string;
31
- }
32
- export declare function getCleanRoomAssetRevisionsCleanRoomAssetsOutput(args: GetCleanRoomAssetRevisionsCleanRoomAssetsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetRevisionsCleanRoomAssetsResult>;
33
- /**
34
- * A collection of arguments for invoking getCleanRoomAssetRevisionsCleanRoomAssets.
35
- */
36
- export interface GetCleanRoomAssetRevisionsCleanRoomAssetsOutputArgs {
37
- /**
38
- * Name of the asset
39
- */
40
- name: pulumi.Input<string>;
41
- /**
42
- * Workspace ID of the resource
43
- */
44
- workspaceId?: pulumi.Input<string>;
45
- }
@@ -1,24 +0,0 @@
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(args, opts) {
9
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
- return pulumi.runtime.invoke("databricks:index/getCleanRoomAssetRevisionsCleanRoomAssets:getCleanRoomAssetRevisionsCleanRoomAssets", {
11
- "name": args.name,
12
- "workspaceId": args.workspaceId,
13
- }, opts);
14
- }
15
- exports.getCleanRoomAssetRevisionsCleanRoomAssets = getCleanRoomAssetRevisionsCleanRoomAssets;
16
- function getCleanRoomAssetRevisionsCleanRoomAssetsOutput(args, opts) {
17
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
- return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssetRevisionsCleanRoomAssets:getCleanRoomAssetRevisionsCleanRoomAssets", {
19
- "name": args.name,
20
- "workspaceId": args.workspaceId,
21
- }, opts);
22
- }
23
- exports.getCleanRoomAssetRevisionsCleanRoomAssetsOutput = getCleanRoomAssetRevisionsCleanRoomAssetsOutput;
24
- //# sourceMappingURL=getCleanRoomAssetRevisionsCleanRoomAssets.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getCleanRoomAssetRevisionsCleanRoomAssets.js","sourceRoot":"","sources":["../getCleanRoomAssetRevisionsCleanRoomAssets.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAA2B;IACtI,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;QACjI,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8FAMC;AA+BD,SAAgB,+CAA+C,CAAC,IAAyD,EAAE,IAAiC;IACxJ,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;QACvI,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0GAMC"}
@@ -1,74 +0,0 @@
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(args: GetCleanRoomAssetsArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAssetsResult>;
18
- /**
19
- * A collection of arguments for invoking getCleanRoomAssets.
20
- */
21
- export interface GetCleanRoomAssetsArgs {
22
- /**
23
- * Name of the clean room
24
- */
25
- cleanRoomName: string;
26
- /**
27
- * Workspace ID of the resource
28
- */
29
- workspaceId?: string;
30
- }
31
- /**
32
- * A collection of values returned by getCleanRoomAssets.
33
- */
34
- export interface GetCleanRoomAssetsResult {
35
- readonly assets: outputs.GetCleanRoomAssetsAsset[];
36
- /**
37
- * (string) - The name of the clean room this asset belongs to.
38
- * This field is required for create operations and populated by the server for responses
39
- */
40
- readonly cleanRoomName: string;
41
- /**
42
- * The provider-assigned unique ID for this managed resource.
43
- */
44
- readonly id: string;
45
- readonly workspaceId?: string;
46
- }
47
- /**
48
- * This data source can be used to fetch the list of clean room assets.
49
- *
50
- * ## Example Usage
51
- *
52
- * # Example: Clean Room Assets Datasource
53
- *
54
- * ```typescript
55
- * import * as pulumi from "@pulumi/pulumi";
56
- * import * as databricks from "@pulumi/databricks";
57
- *
58
- * const all = new databricks.index.CleanRoomsAsset("all", {});
59
- * ```
60
- */
61
- export declare function getCleanRoomAssetsOutput(args: GetCleanRoomAssetsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAssetsResult>;
62
- /**
63
- * A collection of arguments for invoking getCleanRoomAssets.
64
- */
65
- export interface GetCleanRoomAssetsOutputArgs {
66
- /**
67
- * Name of the clean room
68
- */
69
- cleanRoomName: pulumi.Input<string>;
70
- /**
71
- * Workspace ID of the resource
72
- */
73
- workspaceId?: pulumi.Input<string>;
74
- }
@@ -1,52 +0,0 @@
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(args, opts) {
23
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
- return pulumi.runtime.invoke("databricks:index/getCleanRoomAssets:getCleanRoomAssets", {
25
- "cleanRoomName": args.cleanRoomName,
26
- "workspaceId": args.workspaceId,
27
- }, opts);
28
- }
29
- exports.getCleanRoomAssets = getCleanRoomAssets;
30
- /**
31
- * This data source can be used to fetch the list of clean room assets.
32
- *
33
- * ## Example Usage
34
- *
35
- * # Example: Clean Room Assets Datasource
36
- *
37
- * ```typescript
38
- * import * as pulumi from "@pulumi/pulumi";
39
- * import * as databricks from "@pulumi/databricks";
40
- *
41
- * const all = new databricks.index.CleanRoomsAsset("all", {});
42
- * ```
43
- */
44
- function getCleanRoomAssetsOutput(args, opts) {
45
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
- return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAssets:getCleanRoomAssets", {
47
- "cleanRoomName": args.cleanRoomName,
48
- "workspaceId": args.workspaceId,
49
- }, opts);
50
- }
51
- exports.getCleanRoomAssetsOutput = getCleanRoomAssetsOutput;
52
- //# sourceMappingURL=getCleanRoomAssets.js.map
@@ -1 +0,0 @@
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,IAA4B,EAAE,IAA2B;IACxF,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;QACnF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAgCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,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;QACzF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
@@ -1,97 +0,0 @@
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
- * Workspace ID of the resource
27
- */
28
- workspaceId?: string;
29
- }
30
- /**
31
- * A collection of values returned by getCleanRoomAutoApprovalRule.
32
- */
33
- export interface GetCleanRoomAutoApprovalRuleResult {
34
- /**
35
- * (string) - Collaborator alias of the author covered by the rule.
36
- * Only one of `authorCollaboratorAlias` and `authorScope` can be set
37
- */
38
- readonly authorCollaboratorAlias?: string;
39
- /**
40
- * (string) - Scope of authors covered by the rule.
41
- * Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
42
- */
43
- readonly authorScope?: string;
44
- /**
45
- * (string) - The name of the clean room this auto-approval rule belongs to
46
- */
47
- readonly cleanRoomName?: string;
48
- /**
49
- * (integer) - Timestamp of when the rule was created, in epoch milliseconds
50
- */
51
- readonly createdAt: number;
52
- /**
53
- * The provider-assigned unique ID for this managed resource.
54
- */
55
- readonly id: string;
56
- /**
57
- * (string) - A generated UUID identifying the rule
58
- */
59
- readonly ruleId: string;
60
- /**
61
- * (string) - The owner of the rule to whom the rule applies
62
- */
63
- readonly ruleOwnerCollaboratorAlias: string;
64
- /**
65
- * (string) - Collaborator alias of the runner covered by the rule
66
- */
67
- readonly runnerCollaboratorAlias?: string;
68
- readonly workspaceId?: string;
69
- }
70
- export declare function getCleanRoomAutoApprovalRuleOutput(args?: GetCleanRoomAutoApprovalRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAutoApprovalRuleResult>;
71
- /**
72
- * A collection of arguments for invoking getCleanRoomAutoApprovalRule.
73
- */
74
- export interface GetCleanRoomAutoApprovalRuleOutputArgs {
75
- /**
76
- * (string) - Collaborator alias of the author covered by the rule.
77
- * Only one of `authorCollaboratorAlias` and `authorScope` can be set
78
- */
79
- authorCollaboratorAlias?: pulumi.Input<string>;
80
- /**
81
- * (string) - Scope of authors covered by the rule.
82
- * Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
83
- */
84
- authorScope?: pulumi.Input<string>;
85
- /**
86
- * (string) - The name of the clean room this auto-approval rule belongs to
87
- */
88
- cleanRoomName?: pulumi.Input<string>;
89
- /**
90
- * (string) - Collaborator alias of the runner covered by the rule
91
- */
92
- runnerCollaboratorAlias?: pulumi.Input<string>;
93
- /**
94
- * Workspace ID of the resource
95
- */
96
- workspaceId?: pulumi.Input<string>;
97
- }
@@ -1,32 +0,0 @@
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
- "workspaceId": args.workspaceId,
17
- }, opts);
18
- }
19
- exports.getCleanRoomAutoApprovalRule = getCleanRoomAutoApprovalRule;
20
- function getCleanRoomAutoApprovalRuleOutput(args, opts) {
21
- args = args || {};
22
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
- return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAutoApprovalRule:getCleanRoomAutoApprovalRule", {
24
- "authorCollaboratorAlias": args.authorCollaboratorAlias,
25
- "authorScope": args.authorScope,
26
- "cleanRoomName": args.cleanRoomName,
27
- "runnerCollaboratorAlias": args.runnerCollaboratorAlias,
28
- "workspaceId": args.workspaceId,
29
- }, opts);
30
- }
31
- exports.getCleanRoomAutoApprovalRuleOutput = getCleanRoomAutoApprovalRuleOutput;
32
- //# sourceMappingURL=getCleanRoomAutoApprovalRule.js.map
@@ -1 +0,0 @@
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;QACvD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oEAUC;AAsED,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;QACvD,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gFAUC"}
@@ -1,33 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- export declare function getCleanRoomAutoApprovalRules(args?: GetCleanRoomAutoApprovalRulesArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomAutoApprovalRulesResult>;
4
- /**
5
- * A collection of arguments for invoking getCleanRoomAutoApprovalRules.
6
- */
7
- export interface GetCleanRoomAutoApprovalRulesArgs {
8
- /**
9
- * Workspace ID of the resource
10
- */
11
- workspaceId?: string;
12
- }
13
- /**
14
- * A collection of values returned by getCleanRoomAutoApprovalRules.
15
- */
16
- export interface GetCleanRoomAutoApprovalRulesResult {
17
- /**
18
- * The provider-assigned unique ID for this managed resource.
19
- */
20
- readonly id: string;
21
- readonly rules: outputs.GetCleanRoomAutoApprovalRulesRule[];
22
- readonly workspaceId?: string;
23
- }
24
- export declare function getCleanRoomAutoApprovalRulesOutput(args?: GetCleanRoomAutoApprovalRulesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomAutoApprovalRulesResult>;
25
- /**
26
- * A collection of arguments for invoking getCleanRoomAutoApprovalRules.
27
- */
28
- export interface GetCleanRoomAutoApprovalRulesOutputArgs {
29
- /**
30
- * Workspace ID of the resource
31
- */
32
- workspaceId?: pulumi.Input<string>;
33
- }
@@ -1,24 +0,0 @@
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(args, opts) {
9
- args = args || {};
10
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
- return pulumi.runtime.invoke("databricks:index/getCleanRoomAutoApprovalRules:getCleanRoomAutoApprovalRules", {
12
- "workspaceId": args.workspaceId,
13
- }, opts);
14
- }
15
- exports.getCleanRoomAutoApprovalRules = getCleanRoomAutoApprovalRules;
16
- function getCleanRoomAutoApprovalRulesOutput(args, opts) {
17
- args = args || {};
18
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
- return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomAutoApprovalRules:getCleanRoomAutoApprovalRules", {
20
- "workspaceId": args.workspaceId,
21
- }, opts);
22
- }
23
- exports.getCleanRoomAutoApprovalRulesOutput = getCleanRoomAutoApprovalRulesOutput;
24
- //# sourceMappingURL=getCleanRoomAutoApprovalRules.js.map