@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -6,6 +6,8 @@ exports.getBudgetPoliciesOutput = exports.getBudgetPolicies = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ *
9
11
  * This data source can be used to fetch the list of budget policies.
10
12
  *
11
13
  * > **Note** This data source can only be used with an account-level provider!
@@ -21,12 +23,19 @@ const utilities = require("./utilities");
21
23
  * const all = databricks.getBudgetPolicies({});
22
24
  * ```
23
25
  */
24
- function getBudgetPolicies(opts) {
26
+ function getBudgetPolicies(args, opts) {
27
+ args = args || {};
25
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
- return pulumi.runtime.invoke("databricks:index/getBudgetPolicies:getBudgetPolicies", {}, opts);
29
+ return pulumi.runtime.invoke("databricks:index/getBudgetPolicies:getBudgetPolicies", {
30
+ "filterBy": args.filterBy,
31
+ "pageSize": args.pageSize,
32
+ "sortSpec": args.sortSpec,
33
+ }, opts);
27
34
  }
28
35
  exports.getBudgetPolicies = getBudgetPolicies;
29
36
  /**
37
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
38
+ *
30
39
  * This data source can be used to fetch the list of budget policies.
31
40
  *
32
41
  * > **Note** This data source can only be used with an account-level provider!
@@ -42,9 +51,14 @@ exports.getBudgetPolicies = getBudgetPolicies;
42
51
  * const all = databricks.getBudgetPolicies({});
43
52
  * ```
44
53
  */
45
- function getBudgetPoliciesOutput(opts) {
54
+ function getBudgetPoliciesOutput(args, opts) {
55
+ args = args || {};
46
56
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
47
- return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicies:getBudgetPolicies", {}, opts);
57
+ return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicies:getBudgetPolicies", {
58
+ "filterBy": args.filterBy,
59
+ "pageSize": args.pageSize,
60
+ "sortSpec": args.sortSpec,
61
+ }, opts);
48
62
  }
49
63
  exports.getBudgetPoliciesOutput = getBudgetPoliciesOutput;
50
64
  //# sourceMappingURL=getBudgetPolicies.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getBudgetPolicies.js","sourceRoot":"","sources":["../getBudgetPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,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,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAYD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC;IACrE,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,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
1
+ {"version":3,"file":"getBudgetPolicies.js","sourceRoot":"","sources":["../getBudgetPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,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,sDAAsD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AAmCD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,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,sDAAsD,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC"}
@@ -1,7 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import * as inputs from "./types/input";
3
2
  import * as outputs from "./types/output";
4
3
  /**
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ *
5
6
  * This data source can be used to get a single budget policy.
6
7
  *
7
8
  * > **Note** This data source can only be used with an account-level provider!
@@ -19,31 +20,15 @@ import * as outputs from "./types/output";
19
20
  * });
20
21
  * ```
21
22
  */
22
- export declare function getBudgetPolicy(args?: GetBudgetPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetBudgetPolicyResult>;
23
+ export declare function getBudgetPolicy(args: GetBudgetPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetBudgetPolicyResult>;
23
24
  /**
24
25
  * A collection of arguments for invoking getBudgetPolicy.
25
26
  */
26
27
  export interface GetBudgetPolicyArgs {
27
- /**
28
- * (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
29
- * An empty binding implies that this budget policy is open to any workspace in the account
30
- */
31
- bindingWorkspaceIds?: number[];
32
- /**
33
- * (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
34
- */
35
- customTags?: inputs.GetBudgetPolicyCustomTag[];
36
28
  /**
37
29
  * The Id of the policy. This field is generated by Databricks and globally unique
38
30
  */
39
- policyId?: string;
40
- /**
41
- * (string) - The name of the policy.
42
- * - Must be unique among active policies.
43
- * - Can contain only characters from the ISO 8859-1 (latin1) set.
44
- * - Can't start with reserved keywords such as `databricks:default-policy`
45
- */
46
- policyName?: string;
31
+ policyId: string;
47
32
  }
48
33
  /**
49
34
  * A collection of values returned by getBudgetPolicy.
@@ -53,11 +38,11 @@ export interface GetBudgetPolicyResult {
53
38
  * (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
54
39
  * An empty binding implies that this budget policy is open to any workspace in the account
55
40
  */
56
- readonly bindingWorkspaceIds?: number[];
41
+ readonly bindingWorkspaceIds: number[];
57
42
  /**
58
43
  * (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
59
44
  */
60
- readonly customTags?: outputs.GetBudgetPolicyCustomTag[];
45
+ readonly customTags: outputs.GetBudgetPolicyCustomTag[];
61
46
  /**
62
47
  * The provider-assigned unique ID for this managed resource.
63
48
  */
@@ -72,9 +57,11 @@ export interface GetBudgetPolicyResult {
72
57
  * - Can contain only characters from the ISO 8859-1 (latin1) set.
73
58
  * - Can't start with reserved keywords such as `databricks:default-policy`
74
59
  */
75
- readonly policyName?: string;
60
+ readonly policyName: string;
76
61
  }
77
62
  /**
63
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
64
+ *
78
65
  * This data source can be used to get a single budget policy.
79
66
  *
80
67
  * > **Note** This data source can only be used with an account-level provider!
@@ -92,29 +79,13 @@ export interface GetBudgetPolicyResult {
92
79
  * });
93
80
  * ```
94
81
  */
95
- export declare function getBudgetPolicyOutput(args?: GetBudgetPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBudgetPolicyResult>;
82
+ export declare function getBudgetPolicyOutput(args: GetBudgetPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBudgetPolicyResult>;
96
83
  /**
97
84
  * A collection of arguments for invoking getBudgetPolicy.
98
85
  */
99
86
  export interface GetBudgetPolicyOutputArgs {
100
- /**
101
- * (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
102
- * An empty binding implies that this budget policy is open to any workspace in the account
103
- */
104
- bindingWorkspaceIds?: pulumi.Input<pulumi.Input<number>[]>;
105
- /**
106
- * (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
107
- */
108
- customTags?: pulumi.Input<pulumi.Input<inputs.GetBudgetPolicyCustomTagArgs>[]>;
109
87
  /**
110
88
  * The Id of the policy. This field is generated by Databricks and globally unique
111
89
  */
112
- policyId?: pulumi.Input<string>;
113
- /**
114
- * (string) - The name of the policy.
115
- * - Must be unique among active policies.
116
- * - Can contain only characters from the ISO 8859-1 (latin1) set.
117
- * - Can't start with reserved keywords such as `databricks:default-policy`
118
- */
119
- policyName?: pulumi.Input<string>;
90
+ policyId: pulumi.Input<string>;
120
91
  }
@@ -6,6 +6,8 @@ exports.getBudgetPolicyOutput = exports.getBudgetPolicy = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ *
9
11
  * This data source can be used to get a single budget policy.
10
12
  *
11
13
  * > **Note** This data source can only be used with an account-level provider!
@@ -24,17 +26,15 @@ const utilities = require("./utilities");
24
26
  * ```
25
27
  */
26
28
  function getBudgetPolicy(args, opts) {
27
- args = args || {};
28
29
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
29
30
  return pulumi.runtime.invoke("databricks:index/getBudgetPolicy:getBudgetPolicy", {
30
- "bindingWorkspaceIds": args.bindingWorkspaceIds,
31
- "customTags": args.customTags,
32
31
  "policyId": args.policyId,
33
- "policyName": args.policyName,
34
32
  }, opts);
35
33
  }
36
34
  exports.getBudgetPolicy = getBudgetPolicy;
37
35
  /**
36
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
37
+ *
38
38
  * This data source can be used to get a single budget policy.
39
39
  *
40
40
  * > **Note** This data source can only be used with an account-level provider!
@@ -53,13 +53,9 @@ exports.getBudgetPolicy = getBudgetPolicy;
53
53
  * ```
54
54
  */
55
55
  function getBudgetPolicyOutput(args, opts) {
56
- args = args || {};
57
56
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
58
57
  return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicy:getBudgetPolicy", {
59
- "bindingWorkspaceIds": args.bindingWorkspaceIds,
60
- "customTags": args.customTags,
61
58
  "policyId": args.policyId,
62
- "policyName": args.policyName,
63
59
  }, opts);
64
60
  }
65
61
  exports.getBudgetPolicyOutput = getBudgetPolicyOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getBudgetPolicy.js","sourceRoot":"","sources":["../getBudgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,kDAAkD,EAAE;QAC7E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC;AAyDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,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,kDAAkD,EAAE;QACnF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC"}
1
+ {"version":3,"file":"getBudgetPolicy.js","sourceRoot":"","sources":["../getBudgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAyCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
package/getCatalog.d.ts CHANGED
@@ -50,6 +50,10 @@ export interface GetCatalogArgs {
50
50
  * name of the catalog
51
51
  */
52
52
  name: string;
53
+ /**
54
+ * Configure the provider for management through account provider. This block consists of the following fields:
55
+ */
56
+ providerConfig?: inputs.GetCatalogProviderConfig;
53
57
  }
54
58
  /**
55
59
  * A collection of values returned by getCatalog.
@@ -67,6 +71,7 @@ export interface GetCatalogResult {
67
71
  * Name of the catalog
68
72
  */
69
73
  readonly name: string;
74
+ readonly providerConfig?: outputs.GetCatalogProviderConfig;
70
75
  }
71
76
  /**
72
77
  * Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
@@ -117,4 +122,8 @@ export interface GetCatalogOutputArgs {
117
122
  * name of the catalog
118
123
  */
119
124
  name: pulumi.Input<string>;
125
+ /**
126
+ * Configure the provider for management through account provider. This block consists of the following fields:
127
+ */
128
+ providerConfig?: pulumi.Input<inputs.GetCatalogProviderConfigArgs>;
120
129
  }
package/getCatalog.js CHANGED
@@ -43,6 +43,7 @@ function getCatalog(args, opts) {
43
43
  "catalogInfo": args.catalogInfo,
44
44
  "id": args.id,
45
45
  "name": args.name,
46
+ "providerConfig": args.providerConfig,
46
47
  }, opts);
47
48
  }
48
49
  exports.getCatalog = getCatalog;
@@ -84,6 +85,7 @@ function getCatalogOutput(args, opts) {
84
85
  "catalogInfo": args.catalogInfo,
85
86
  "id": args.id,
86
87
  "name": args.name,
88
+ "providerConfig": args.providerConfig,
87
89
  }, opts);
88
90
  }
89
91
  exports.getCatalogOutput = getCatalogOutput;
package/getCatalog.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getCatalog.js","sourceRoot":"","sources":["../getCatalog.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAqCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
1
+ {"version":3,"file":"getCatalog.js","sourceRoot":"","sources":["../getCatalog.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
package/getCatalogs.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
4
6
  *
@@ -32,6 +34,10 @@ export interface GetCatalogsArgs {
32
34
  * set of databricks.Catalog names
33
35
  */
34
36
  ids?: string[];
37
+ /**
38
+ * Configure the provider for management through account provider. This block consists of the following fields:
39
+ */
40
+ providerConfig?: inputs.GetCatalogsProviderConfig;
35
41
  }
36
42
  /**
37
43
  * A collection of values returned by getCatalogs.
@@ -45,6 +51,7 @@ export interface GetCatalogsResult {
45
51
  * set of databricks.Catalog names
46
52
  */
47
53
  readonly ids: string[];
54
+ readonly providerConfig?: outputs.GetCatalogsProviderConfig;
48
55
  }
49
56
  /**
50
57
  * Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
@@ -79,4 +86,8 @@ export interface GetCatalogsOutputArgs {
79
86
  * set of databricks.Catalog names
80
87
  */
81
88
  ids?: pulumi.Input<pulumi.Input<string>[]>;
89
+ /**
90
+ * Configure the provider for management through account provider. This block consists of the following fields:
91
+ */
92
+ providerConfig?: pulumi.Input<inputs.GetCatalogsProviderConfigArgs>;
82
93
  }
package/getCatalogs.js CHANGED
@@ -34,6 +34,7 @@ function getCatalogs(args, opts) {
34
34
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
35
35
  return pulumi.runtime.invoke("databricks:index/getCatalogs:getCatalogs", {
36
36
  "ids": args.ids,
37
+ "providerConfig": args.providerConfig,
37
38
  }, opts);
38
39
  }
39
40
  exports.getCatalogs = getCatalogs;
@@ -66,6 +67,7 @@ function getCatalogsOutput(args, opts) {
66
67
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
67
68
  return pulumi.runtime.invokeOutput("databricks:index/getCatalogs:getCatalogs", {
68
69
  "ids": args.ids,
70
+ "providerConfig": args.providerConfig,
69
71
  }, opts);
70
72
  }
71
73
  exports.getCatalogsOutput = getCatalogsOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getCatalogs.js","sourceRoot":"","sources":["../getCatalogs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAyBD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
1
+ {"version":3,"file":"getCatalogs.js","sourceRoot":"","sources":["../getCatalogs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
package/getCluster.d.ts CHANGED
@@ -41,6 +41,10 @@ export interface GetClusterArgs {
41
41
  * cluster ID
42
42
  */
43
43
  id?: string;
44
+ /**
45
+ * Configure the provider for management through account provider. This block consists of the following fields:
46
+ */
47
+ providerConfig?: inputs.GetClusterProviderConfig;
44
48
  }
45
49
  /**
46
50
  * A collection of values returned by getCluster.
@@ -59,6 +63,7 @@ export interface GetClusterResult {
59
63
  * cluster ID
60
64
  */
61
65
  readonly id: string;
66
+ readonly providerConfig?: outputs.GetClusterProviderConfig;
62
67
  }
63
68
  /**
64
69
  * Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
@@ -100,4 +105,8 @@ export interface GetClusterOutputArgs {
100
105
  * cluster ID
101
106
  */
102
107
  id?: pulumi.Input<string>;
108
+ /**
109
+ * Configure the provider for management through account provider. This block consists of the following fields:
110
+ */
111
+ providerConfig?: pulumi.Input<inputs.GetClusterProviderConfigArgs>;
103
112
  }
package/getCluster.js CHANGED
@@ -32,6 +32,7 @@ function getCluster(args, opts) {
32
32
  "clusterInfo": args.clusterInfo,
33
33
  "clusterName": args.clusterName,
34
34
  "id": args.id,
35
+ "providerConfig": args.providerConfig,
35
36
  }, opts);
36
37
  }
37
38
  exports.getCluster = getCluster;
@@ -62,6 +63,7 @@ function getClusterOutput(args, opts) {
62
63
  "clusterInfo": args.clusterInfo,
63
64
  "clusterName": args.clusterName,
64
65
  "id": args.id,
66
+ "providerConfig": args.providerConfig,
65
67
  }, opts);
66
68
  }
67
69
  exports.getClusterOutput = getClusterOutput;
package/getCluster.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA0CD;;;;;;;;;;;;;;;;;;GAkBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC"}
1
+ {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+CD;;;;;;;;;;;;;;;;;;GAkBG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC"}
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * Retrieves information about databricks_cluster_policy.
4
6
  *
@@ -55,6 +57,10 @@ export interface GetClusterPolicyArgs {
55
57
  * ID of the policy family.
56
58
  */
57
59
  policyFamilyId?: string;
60
+ /**
61
+ * Configure the provider for management through account provider. This block consists of the following fields:
62
+ */
63
+ providerConfig?: inputs.GetClusterPolicyProviderConfig;
58
64
  }
59
65
  /**
60
66
  * A collection of values returned by getClusterPolicy.
@@ -89,6 +95,7 @@ export interface GetClusterPolicyResult {
89
95
  * ID of the policy family.
90
96
  */
91
97
  readonly policyFamilyId: string;
98
+ readonly providerConfig?: outputs.GetClusterPolicyProviderConfig;
92
99
  }
93
100
  /**
94
101
  * Retrieves information about databricks_cluster_policy.
@@ -146,4 +153,8 @@ export interface GetClusterPolicyOutputArgs {
146
153
  * ID of the policy family.
147
154
  */
148
155
  policyFamilyId?: pulumi.Input<string>;
156
+ /**
157
+ * Configure the provider for management through account provider. This block consists of the following fields:
158
+ */
159
+ providerConfig?: pulumi.Input<inputs.GetClusterPolicyProviderConfigArgs>;
149
160
  }
@@ -36,6 +36,7 @@ function getClusterPolicy(args, opts) {
36
36
  "name": args.name,
37
37
  "policyFamilyDefinitionOverrides": args.policyFamilyDefinitionOverrides,
38
38
  "policyFamilyId": args.policyFamilyId,
39
+ "providerConfig": args.providerConfig,
39
40
  }, opts);
40
41
  }
41
42
  exports.getClusterPolicy = getClusterPolicy;
@@ -70,6 +71,7 @@ function getClusterPolicyOutput(args, opts) {
70
71
  "name": args.name,
71
72
  "policyFamilyDefinitionOverrides": args.policyFamilyDefinitionOverrides,
72
73
  "policyFamilyId": args.policyFamilyId,
74
+ "providerConfig": args.providerConfig,
73
75
  }, opts);
74
76
  }
75
77
  exports.getClusterPolicyOutput = getClusterPolicyOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getClusterPolicy.js","sourceRoot":"","sources":["../getClusterPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4CAaC;AA0ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,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,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC"}
1
+ {"version":3,"file":"getClusterPolicy.js","sourceRoot":"","sources":["../getClusterPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,4CAcC;AA+ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,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,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wDAcC"}
package/getClusters.d.ts CHANGED
@@ -88,6 +88,10 @@ export interface GetClustersArgs {
88
88
  * list of databricks.Cluster ids
89
89
  */
90
90
  ids?: string[];
91
+ /**
92
+ * Configure the provider for management through account provider. This block consists of the following fields:
93
+ */
94
+ providerConfig?: inputs.GetClustersProviderConfig;
91
95
  }
92
96
  /**
93
97
  * A collection of values returned by getClusters.
@@ -100,6 +104,7 @@ export interface GetClustersResult {
100
104
  * list of databricks.Cluster ids
101
105
  */
102
106
  readonly ids: string[];
107
+ readonly providerConfig?: outputs.GetClustersProviderConfig;
103
108
  }
104
109
  /**
105
110
  * Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
@@ -188,4 +193,8 @@ export interface GetClustersOutputArgs {
188
193
  * list of databricks.Cluster ids
189
194
  */
190
195
  ids?: pulumi.Input<pulumi.Input<string>[]>;
196
+ /**
197
+ * Configure the provider for management through account provider. This block consists of the following fields:
198
+ */
199
+ providerConfig?: pulumi.Input<inputs.GetClustersProviderConfigArgs>;
191
200
  }
package/getClusters.js CHANGED
@@ -82,6 +82,7 @@ function getClusters(args, opts) {
82
82
  "filterBy": args.filterBy,
83
83
  "id": args.id,
84
84
  "ids": args.ids,
85
+ "providerConfig": args.providerConfig,
85
86
  }, opts);
86
87
  }
87
88
  exports.getClusters = getClusters;
@@ -162,6 +163,7 @@ function getClustersOutput(args, opts) {
162
163
  "filterBy": args.filterBy,
163
164
  "id": args.id,
164
165
  "ids": args.ids,
166
+ "providerConfig": args.providerConfig,
165
167
  }, opts);
166
168
  }
167
169
  exports.getClustersOutput = getClustersOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getClusters.js","sourceRoot":"","sources":["../getClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kCASC;AAiCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8CASC"}
1
+ {"version":3,"file":"getClusters.js","sourceRoot":"","sources":["../getClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC"}
@@ -40,6 +40,10 @@ export interface GetCurrentMetastoreArgs {
40
40
  * summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
41
41
  */
42
42
  metastoreInfo?: inputs.GetCurrentMetastoreMetastoreInfo;
43
+ /**
44
+ * Configure the provider for management through account provider. This block consists of the following fields:
45
+ */
46
+ providerConfig?: inputs.GetCurrentMetastoreProviderConfig;
43
47
  }
44
48
  /**
45
49
  * A collection of values returned by getCurrentMetastore.
@@ -53,6 +57,7 @@ export interface GetCurrentMetastoreResult {
53
57
  * summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
54
58
  */
55
59
  readonly metastoreInfo: outputs.GetCurrentMetastoreMetastoreInfo;
60
+ readonly providerConfig?: outputs.GetCurrentMetastoreProviderConfig;
56
61
  }
57
62
  /**
58
63
  * Retrieves information about metastore attached to a given workspace.
@@ -93,4 +98,8 @@ export interface GetCurrentMetastoreOutputArgs {
93
98
  * summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
94
99
  */
95
100
  metastoreInfo?: pulumi.Input<inputs.GetCurrentMetastoreMetastoreInfoArgs>;
101
+ /**
102
+ * Configure the provider for management through account provider. This block consists of the following fields:
103
+ */
104
+ providerConfig?: pulumi.Input<inputs.GetCurrentMetastoreProviderConfigArgs>;
96
105
  }
@@ -37,6 +37,7 @@ function getCurrentMetastore(args, opts) {
37
37
  return pulumi.runtime.invoke("databricks:index/getCurrentMetastore:getCurrentMetastore", {
38
38
  "id": args.id,
39
39
  "metastoreInfo": args.metastoreInfo,
40
+ "providerConfig": args.providerConfig,
40
41
  }, opts);
41
42
  }
42
43
  exports.getCurrentMetastore = getCurrentMetastore;
@@ -72,6 +73,7 @@ function getCurrentMetastoreOutput(args, opts) {
72
73
  return pulumi.runtime.invokeOutput("databricks:index/getCurrentMetastore:getCurrentMetastore", {
73
74
  "id": args.id,
74
75
  "metastoreInfo": args.metastoreInfo,
76
+ "providerConfig": args.providerConfig,
75
77
  }, opts);
76
78
  }
77
79
  exports.getCurrentMetastoreOutput = getCurrentMetastoreOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getCurrentMetastore.js","sourceRoot":"","sources":["../getCurrentMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;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,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA6BD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;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,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
1
+ {"version":3,"file":"getCurrentMetastore.js","sourceRoot":"","sources":["../getCurrentMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;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,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAkCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;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,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
@@ -1,4 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
2
3
  import * as outputs from "./types/output";
3
4
  /**
4
5
  * This data source allows you to retrieve information about Databricks [Dashboards](https://docs.databricks.com/en/dashboards/index.html).
@@ -16,6 +17,7 @@ export interface GetDashboardsArgs {
16
17
  * A **case-insensitive** substring to filter Dashboards by their name.
17
18
  */
18
19
  dashboardNameContains?: string;
20
+ providerConfig?: inputs.GetDashboardsProviderConfig;
19
21
  }
20
22
  /**
21
23
  * A collection of values returned by getDashboards.
@@ -30,6 +32,7 @@ export interface GetDashboardsResult {
30
32
  * The provider-assigned unique ID for this managed resource.
31
33
  */
32
34
  readonly id: string;
35
+ readonly providerConfig?: outputs.GetDashboardsProviderConfig;
33
36
  }
34
37
  /**
35
38
  * This data source allows you to retrieve information about Databricks [Dashboards](https://docs.databricks.com/en/dashboards/index.html).
@@ -47,4 +50,5 @@ export interface GetDashboardsOutputArgs {
47
50
  * A **case-insensitive** substring to filter Dashboards by their name.
48
51
  */
49
52
  dashboardNameContains?: pulumi.Input<string>;
53
+ providerConfig?: pulumi.Input<inputs.GetDashboardsProviderConfigArgs>;
50
54
  }
package/getDashboards.js CHANGED
@@ -17,6 +17,7 @@ function getDashboards(args, opts) {
17
17
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
18
  return pulumi.runtime.invoke("databricks:index/getDashboards:getDashboards", {
19
19
  "dashboardNameContains": args.dashboardNameContains,
20
+ "providerConfig": args.providerConfig,
20
21
  }, opts);
21
22
  }
22
23
  exports.getDashboards = getDashboards;
@@ -32,6 +33,7 @@ function getDashboardsOutput(args, opts) {
32
33
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
33
34
  return pulumi.runtime.invokeOutput("databricks:index/getDashboards:getDashboards", {
34
35
  "dashboardNameContains": args.dashboardNameContains,
36
+ "providerConfig": args.providerConfig,
35
37
  }, opts);
36
38
  }
37
39
  exports.getDashboardsOutput = getDashboardsOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,8CAA8C,EAAE;QACzE,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AA0BD;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
1
+ {"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,8CAA8C,EAAE;QACzE,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AA4BD;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}