@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,10 +1,24 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
+ /**
4
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ */
3
6
  export declare function getPolicyInfos(args: GetPolicyInfosArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfosResult>;
4
7
  /**
5
8
  * A collection of arguments for invoking getPolicyInfos.
6
9
  */
7
10
  export interface GetPolicyInfosArgs {
11
+ /**
12
+ * Optional. Whether to include policies defined on parent securables.
13
+ * By default, the inherited policies are not included
14
+ */
15
+ includeInherited?: boolean;
16
+ /**
17
+ * Optional. Maximum number of policies to return on a single page (page length).
18
+ * - When not set or set to 0, the page length is set to a server configured value (recommended);
19
+ * - When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
20
+ */
21
+ maxResults?: number;
8
22
  /**
9
23
  * Required. The fully qualified name of securable to list policies for
10
24
  */
@@ -13,10 +27,6 @@ export interface GetPolicyInfosArgs {
13
27
  * Required. The type of the securable to list policies for
14
28
  */
15
29
  onSecurableType: string;
16
- /**
17
- * Workspace ID of the resource
18
- */
19
- workspaceId?: string;
20
30
  }
21
31
  /**
22
32
  * A collection of values returned by getPolicyInfos.
@@ -26,6 +36,8 @@ export interface GetPolicyInfosResult {
26
36
  * The provider-assigned unique ID for this managed resource.
27
37
  */
28
38
  readonly id: string;
39
+ readonly includeInherited?: boolean;
40
+ readonly maxResults?: number;
29
41
  /**
30
42
  * (string) - Full name of the securable on which the policy is defined.
31
43
  * Required on create and ignored on update
@@ -38,13 +50,26 @@ export interface GetPolicyInfosResult {
38
50
  */
39
51
  readonly onSecurableType: string;
40
52
  readonly policies: outputs.GetPolicyInfosPolicy[];
41
- readonly workspaceId?: string;
42
53
  }
54
+ /**
55
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
56
+ */
43
57
  export declare function getPolicyInfosOutput(args: GetPolicyInfosOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfosResult>;
44
58
  /**
45
59
  * A collection of arguments for invoking getPolicyInfos.
46
60
  */
47
61
  export interface GetPolicyInfosOutputArgs {
62
+ /**
63
+ * Optional. Whether to include policies defined on parent securables.
64
+ * By default, the inherited policies are not included
65
+ */
66
+ includeInherited?: pulumi.Input<boolean>;
67
+ /**
68
+ * Optional. Maximum number of policies to return on a single page (page length).
69
+ * - When not set or set to 0, the page length is set to a server configured value (recommended);
70
+ * - When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
71
+ */
72
+ maxResults?: pulumi.Input<number>;
48
73
  /**
49
74
  * Required. The fully qualified name of securable to list policies for
50
75
  */
@@ -53,8 +78,4 @@ export interface GetPolicyInfosOutputArgs {
53
78
  * Required. The type of the securable to list policies for
54
79
  */
55
80
  onSecurableType: pulumi.Input<string>;
56
- /**
57
- * Workspace ID of the resource
58
- */
59
- workspaceId?: pulumi.Input<string>;
60
81
  }
package/getPolicyInfos.js CHANGED
@@ -5,21 +5,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getPolicyInfosOutput = exports.getPolicyInfos = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ */
8
11
  function getPolicyInfos(args, opts) {
9
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
13
  return pulumi.runtime.invoke("databricks:index/getPolicyInfos:getPolicyInfos", {
14
+ "includeInherited": args.includeInherited,
15
+ "maxResults": args.maxResults,
11
16
  "onSecurableFullname": args.onSecurableFullname,
12
17
  "onSecurableType": args.onSecurableType,
13
- "workspaceId": args.workspaceId,
14
18
  }, opts);
15
19
  }
16
20
  exports.getPolicyInfos = getPolicyInfos;
21
+ /**
22
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
23
+ */
17
24
  function getPolicyInfosOutput(args, opts) {
18
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
26
  return pulumi.runtime.invokeOutput("databricks:index/getPolicyInfos:getPolicyInfos", {
27
+ "includeInherited": args.includeInherited,
28
+ "maxResults": args.maxResults,
20
29
  "onSecurableFullname": args.onSecurableFullname,
21
30
  "onSecurableType": args.onSecurableType,
22
- "workspaceId": args.workspaceId,
23
31
  }, opts);
24
32
  }
25
33
  exports.getPolicyInfosOutput = getPolicyInfosOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA0CD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
1
+ {"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAkDD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ *
4
6
  * This data source can be used to fetch a quality monitors v2.
5
7
  *
6
8
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -35,10 +37,6 @@ export interface GetQualityMonitorV2Args {
35
37
  * The type of the monitored object. Can be one of the following: schema
36
38
  */
37
39
  objectType: string;
38
- /**
39
- * Workspace ID of the resource
40
- */
41
- workspaceId?: string;
42
40
  }
43
41
  /**
44
42
  * A collection of values returned by getQualityMonitorV2.
@@ -60,9 +58,10 @@ export interface GetQualityMonitorV2Result {
60
58
  * (string) - The type of the monitored object. Can be one of the following: schema
61
59
  */
62
60
  readonly objectType: string;
63
- readonly workspaceId?: string;
64
61
  }
65
62
  /**
63
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
64
+ *
66
65
  * This data source can be used to fetch a quality monitors v2.
67
66
  *
68
67
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -97,8 +96,4 @@ export interface GetQualityMonitorV2OutputArgs {
97
96
  * The type of the monitored object. Can be one of the following: schema
98
97
  */
99
98
  objectType: pulumi.Input<string>;
100
- /**
101
- * Workspace ID of the resource
102
- */
103
- workspaceId?: pulumi.Input<string>;
104
99
  }
@@ -6,6 +6,8 @@ exports.getQualityMonitorV2Output = exports.getQualityMonitorV2 = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ *
9
11
  * This data source can be used to fetch a quality monitors v2.
10
12
  *
11
13
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -32,11 +34,12 @@ function getQualityMonitorV2(args, opts) {
32
34
  return pulumi.runtime.invoke("databricks:index/getQualityMonitorV2:getQualityMonitorV2", {
33
35
  "objectId": args.objectId,
34
36
  "objectType": args.objectType,
35
- "workspaceId": args.workspaceId,
36
37
  }, opts);
37
38
  }
38
39
  exports.getQualityMonitorV2 = getQualityMonitorV2;
39
40
  /**
41
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
42
+ *
40
43
  * This data source can be used to fetch a quality monitors v2.
41
44
  *
42
45
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -63,7 +66,6 @@ function getQualityMonitorV2Output(args, opts) {
63
66
  return pulumi.runtime.invokeOutput("databricks:index/getQualityMonitorV2:getQualityMonitorV2", {
64
67
  "objectId": args.objectId,
65
68
  "objectType": args.objectType,
66
- "workspaceId": args.workspaceId,
67
69
  }, opts);
68
70
  }
69
71
  exports.getQualityMonitorV2Output = getQualityMonitorV2Output;
@@ -1 +1 @@
1
- {"version":3,"file":"getQualityMonitorV2.js","sourceRoot":"","sources":["../getQualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA0CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
1
+ {"version":3,"file":"getQualityMonitorV2.js","sourceRoot":"","sources":["../getQualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAqCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ *
4
6
  * This data source can be used to fetch the list of quality monitors v2.
5
7
  *
6
8
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -21,10 +23,7 @@ export declare function getQualityMonitorsV2(args?: GetQualityMonitorsV2Args, op
21
23
  * A collection of arguments for invoking getQualityMonitorsV2.
22
24
  */
23
25
  export interface GetQualityMonitorsV2Args {
24
- /**
25
- * Workspace ID of the resource
26
- */
27
- workspaceId?: string;
26
+ pageSize?: number;
28
27
  }
29
28
  /**
30
29
  * A collection of values returned by getQualityMonitorsV2.
@@ -34,10 +33,12 @@ export interface GetQualityMonitorsV2Result {
34
33
  * The provider-assigned unique ID for this managed resource.
35
34
  */
36
35
  readonly id: string;
36
+ readonly pageSize?: number;
37
37
  readonly qualityMonitors: outputs.GetQualityMonitorsV2QualityMonitor[];
38
- readonly workspaceId?: string;
39
38
  }
40
39
  /**
40
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
41
+ *
41
42
  * This data source can be used to fetch the list of quality monitors v2.
42
43
  *
43
44
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -58,8 +59,5 @@ export declare function getQualityMonitorsV2Output(args?: GetQualityMonitorsV2Ou
58
59
  * A collection of arguments for invoking getQualityMonitorsV2.
59
60
  */
60
61
  export interface GetQualityMonitorsV2OutputArgs {
61
- /**
62
- * Workspace ID of the resource
63
- */
64
- workspaceId?: pulumi.Input<string>;
62
+ pageSize?: pulumi.Input<number>;
65
63
  }
@@ -6,6 +6,8 @@ exports.getQualityMonitorsV2Output = exports.getQualityMonitorsV2 = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ *
9
11
  * This data source can be used to fetch the list of quality monitors v2.
10
12
  *
11
13
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -25,11 +27,13 @@ function getQualityMonitorsV2(args, opts) {
25
27
  args = args || {};
26
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
29
  return pulumi.runtime.invoke("databricks:index/getQualityMonitorsV2:getQualityMonitorsV2", {
28
- "workspaceId": args.workspaceId,
30
+ "pageSize": args.pageSize,
29
31
  }, opts);
30
32
  }
31
33
  exports.getQualityMonitorsV2 = getQualityMonitorsV2;
32
34
  /**
35
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
36
+ *
33
37
  * This data source can be used to fetch the list of quality monitors v2.
34
38
  *
35
39
  * > **Note** This data source can only be used with an workspace-level provider!
@@ -49,7 +53,7 @@ function getQualityMonitorsV2Output(args, opts) {
49
53
  args = args || {};
50
54
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
55
  return pulumi.runtime.invokeOutput("databricks:index/getQualityMonitorsV2:getQualityMonitorsV2", {
52
- "workspaceId": args.workspaceId,
56
+ "pageSize": args.pageSize,
53
57
  }, opts);
54
58
  }
55
59
  exports.getQualityMonitorsV2Output = getQualityMonitorsV2Output;
@@ -1 +1 @@
1
- {"version":3,"file":"getQualityMonitorsV2.js","sourceRoot":"","sources":["../getQualityMonitorsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;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,MAAM,CAAC,4DAA4D,EAAE;QACvF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAuBD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,4DAA4D,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
1
+ {"version":3,"file":"getQualityMonitorsV2.js","sourceRoot":"","sources":["../getQualityMonitorsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;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,MAAM,CAAC,4DAA4D,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAoBD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,4DAA4D,EAAE;QAC7F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
@@ -46,6 +46,7 @@ export interface GetRegisteredModelArgs {
46
46
  * block with information about the model in Unity Catalog:
47
47
  */
48
48
  modelInfos?: inputs.GetRegisteredModelModelInfo[];
49
+ providerConfig?: inputs.GetRegisteredModelProviderConfig;
49
50
  }
50
51
  /**
51
52
  * A collection of values returned by getRegisteredModel.
@@ -65,6 +66,7 @@ export interface GetRegisteredModelResult {
65
66
  * block with information about the model in Unity Catalog:
66
67
  */
67
68
  readonly modelInfos: outputs.GetRegisteredModelModelInfo[];
69
+ readonly providerConfig?: outputs.GetRegisteredModelProviderConfig;
68
70
  }
69
71
  /**
70
72
  * This resource allows you to get information about [Model in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
@@ -111,4 +113,5 @@ export interface GetRegisteredModelOutputArgs {
111
113
  * block with information about the model in Unity Catalog:
112
114
  */
113
115
  modelInfos?: pulumi.Input<pulumi.Input<inputs.GetRegisteredModelModelInfoArgs>[]>;
116
+ providerConfig?: pulumi.Input<inputs.GetRegisteredModelProviderConfigArgs>;
114
117
  }
@@ -36,6 +36,7 @@ function getRegisteredModel(args, opts) {
36
36
  "includeAliases": args.includeAliases,
37
37
  "includeBrowse": args.includeBrowse,
38
38
  "modelInfos": args.modelInfos,
39
+ "providerConfig": args.providerConfig,
39
40
  }, opts);
40
41
  }
41
42
  exports.getRegisteredModel = getRegisteredModel;
@@ -70,6 +71,7 @@ function getRegisteredModelOutput(args, opts) {
70
71
  "includeAliases": args.includeAliases,
71
72
  "includeBrowse": args.includeBrowse,
72
73
  "modelInfos": args.modelInfos,
74
+ "providerConfig": args.providerConfig,
73
75
  }, opts);
74
76
  }
75
77
  exports.getRegisteredModelOutput = getRegisteredModelOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getRegisteredModel.js","sourceRoot":"","sources":["../getRegisteredModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC"}
1
+ {"version":3,"file":"getRegisteredModel.js","sourceRoot":"","sources":["../getRegisteredModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4DASC"}
@@ -39,6 +39,7 @@ export interface GetRegisteredModelVersionsArgs {
39
39
  * list of objects describing the model versions. Each object consists of following attributes:
40
40
  */
41
41
  modelVersions?: inputs.GetRegisteredModelVersionsModelVersion[];
42
+ providerConfig?: inputs.GetRegisteredModelVersionsProviderConfig;
42
43
  }
43
44
  /**
44
45
  * A collection of values returned by getRegisteredModelVersions.
@@ -56,6 +57,7 @@ export interface GetRegisteredModelVersionsResult {
56
57
  * list of objects describing the model versions. Each object consists of following attributes:
57
58
  */
58
59
  readonly modelVersions: outputs.GetRegisteredModelVersionsModelVersion[];
60
+ readonly providerConfig?: outputs.GetRegisteredModelVersionsProviderConfig;
59
61
  }
60
62
  /**
61
63
  * This resource allows you to get information about versions of [Model in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html).
@@ -95,4 +97,5 @@ export interface GetRegisteredModelVersionsOutputArgs {
95
97
  * list of objects describing the model versions. Each object consists of following attributes:
96
98
  */
97
99
  modelVersions?: pulumi.Input<pulumi.Input<inputs.GetRegisteredModelVersionsModelVersionArgs>[]>;
100
+ providerConfig?: pulumi.Input<inputs.GetRegisteredModelVersionsProviderConfigArgs>;
98
101
  }
@@ -35,6 +35,7 @@ function getRegisteredModelVersions(args, opts) {
35
35
  return pulumi.runtime.invoke("databricks:index/getRegisteredModelVersions:getRegisteredModelVersions", {
36
36
  "fullName": args.fullName,
37
37
  "modelVersions": args.modelVersions,
38
+ "providerConfig": args.providerConfig,
38
39
  }, opts);
39
40
  }
40
41
  exports.getRegisteredModelVersions = getRegisteredModelVersions;
@@ -68,6 +69,7 @@ function getRegisteredModelVersionsOutput(args, opts) {
68
69
  return pulumi.runtime.invokeOutput("databricks:index/getRegisteredModelVersions:getRegisteredModelVersions", {
69
70
  "fullName": args.fullName,
70
71
  "modelVersions": args.modelVersions,
72
+ "providerConfig": args.providerConfig,
71
73
  }, opts);
72
74
  }
73
75
  exports.getRegisteredModelVersionsOutput = getRegisteredModelVersionsOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getRegisteredModelVersions.js","sourceRoot":"","sources":["../getRegisteredModelVersions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC;AAiCD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4EAMC"}
1
+ {"version":3,"file":"getRegisteredModelVersions.js","sourceRoot":"","sources":["../getRegisteredModelVersions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC"}
@@ -0,0 +1,44 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
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
+ *
6
+ * This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * Referring to RFA access request destinations by securable type and full name:
11
+ */
12
+ export declare function getRfaAccessRequestDestinations(opts?: pulumi.InvokeOptions): Promise<GetRfaAccessRequestDestinationsResult>;
13
+ /**
14
+ * A collection of values returned by getRfaAccessRequestDestinations.
15
+ */
16
+ export interface GetRfaAccessRequestDestinationsResult {
17
+ /**
18
+ * (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
19
+ * This value is true if the caller does not have permission to see all destinations
20
+ */
21
+ readonly areAnyDestinationsHidden: boolean;
22
+ /**
23
+ * (list of NotificationDestination) - The access request destinations for the securable
24
+ */
25
+ readonly destinations: outputs.GetRfaAccessRequestDestinationsDestination[];
26
+ /**
27
+ * The provider-assigned unique ID for this managed resource.
28
+ */
29
+ readonly id: string;
30
+ /**
31
+ * (Securable) - The securable for which the access request destinations are being retrieved
32
+ */
33
+ readonly securable: outputs.GetRfaAccessRequestDestinationsSecurable;
34
+ }
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
+ * This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
39
+ *
40
+ * ## Example Usage
41
+ *
42
+ * Referring to RFA access request destinations by securable type and full name:
43
+ */
44
+ export declare function getRfaAccessRequestDestinationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRfaAccessRequestDestinationsResult>;
@@ -0,0 +1,36 @@
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.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
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
+ *
11
+ * This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * Referring to RFA access request destinations by securable type and full name:
16
+ */
17
+ function getRfaAccessRequestDestinations(opts) {
18
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
+ return pulumi.runtime.invoke("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
20
+ }
21
+ exports.getRfaAccessRequestDestinations = getRfaAccessRequestDestinations;
22
+ /**
23
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
24
+ *
25
+ * This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
26
+ *
27
+ * ## Example Usage
28
+ *
29
+ * Referring to RFA access request destinations by securable type and full name:
30
+ */
31
+ function getRfaAccessRequestDestinationsOutput(opts) {
32
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
33
+ return pulumi.runtime.invokeOutput("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
34
+ }
35
+ exports.getRfaAccessRequestDestinationsOutput = getRfaAccessRequestDestinationsOutput;
36
+ //# sourceMappingURL=getRfaAccessRequestDestinations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRfaAccessRequestDestinations.js","sourceRoot":"","sources":["../getRfaAccessRequestDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,+BAA+B,CAAC,IAA2B;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE,EAChH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC;AAwBD;;;;;;;;GAQG;AACH,SAAgB,qCAAqC,CAAC,IAAiC;IACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sFAIC"}
package/getSchema.d.ts CHANGED
@@ -54,6 +54,10 @@ export interface GetSchemaArgs {
54
54
  * a fully qualified name of databricks_schema: *`catalog`.`schema`*
55
55
  */
56
56
  name: string;
57
+ /**
58
+ * Configure the provider for management through account provider. This block consists of the following fields:
59
+ */
60
+ providerConfig?: inputs.GetSchemaProviderConfig;
57
61
  /**
58
62
  * `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
59
63
  */
@@ -71,6 +75,7 @@ export interface GetSchemaResult {
71
75
  * Name of schema, relative to parent catalog.
72
76
  */
73
77
  readonly name: string;
78
+ readonly providerConfig?: outputs.GetSchemaProviderConfig;
74
79
  /**
75
80
  * `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
76
81
  */
@@ -129,6 +134,10 @@ export interface GetSchemaOutputArgs {
129
134
  * a fully qualified name of databricks_schema: *`catalog`.`schema`*
130
135
  */
131
136
  name: pulumi.Input<string>;
137
+ /**
138
+ * Configure the provider for management through account provider. This block consists of the following fields:
139
+ */
140
+ providerConfig?: pulumi.Input<inputs.GetSchemaProviderConfigArgs>;
132
141
  /**
133
142
  * `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
134
143
  */
package/getSchema.js CHANGED
@@ -50,6 +50,7 @@ function getSchema(args, opts) {
50
50
  return pulumi.runtime.invoke("databricks:index/getSchema:getSchema", {
51
51
  "id": args.id,
52
52
  "name": args.name,
53
+ "providerConfig": args.providerConfig,
53
54
  "schemaInfo": args.schemaInfo,
54
55
  }, opts);
55
56
  }
@@ -99,6 +100,7 @@ function getSchemaOutput(args, opts) {
99
100
  return pulumi.runtime.invokeOutput("databricks:index/getSchema:getSchema", {
100
101
  "id": args.id,
101
102
  "name": args.name,
103
+ "providerConfig": args.providerConfig,
102
104
  "schemaInfo": args.schemaInfo,
103
105
  }, opts);
104
106
  }
package/getSchema.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AAqCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC"}
1
+ {"version":3,"file":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8BAQC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC"}
package/getSchemas.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.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
4
6
  *
@@ -38,6 +40,10 @@ export interface GetSchemasArgs {
38
40
  * set of databricks.Schema full names: *`catalog`.`schema`*
39
41
  */
40
42
  ids?: string[];
43
+ /**
44
+ * Configure the provider for management through account provider. This block consists of the following fields:
45
+ */
46
+ providerConfig?: inputs.GetSchemasProviderConfig;
41
47
  }
42
48
  /**
43
49
  * A collection of values returned by getSchemas.
@@ -52,6 +58,7 @@ export interface GetSchemasResult {
52
58
  * set of databricks.Schema full names: *`catalog`.`schema`*
53
59
  */
54
60
  readonly ids: string[];
61
+ readonly providerConfig?: outputs.GetSchemasProviderConfig;
55
62
  }
56
63
  /**
57
64
  * Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
@@ -92,4 +99,8 @@ export interface GetSchemasOutputArgs {
92
99
  * set of databricks.Schema full names: *`catalog`.`schema`*
93
100
  */
94
101
  ids?: pulumi.Input<pulumi.Input<string>[]>;
102
+ /**
103
+ * Configure the provider for management through account provider. This block consists of the following fields:
104
+ */
105
+ providerConfig?: pulumi.Input<inputs.GetSchemasProviderConfigArgs>;
95
106
  }
package/getSchemas.js CHANGED
@@ -36,6 +36,7 @@ function getSchemas(args, opts) {
36
36
  return pulumi.runtime.invoke("databricks:index/getSchemas:getSchemas", {
37
37
  "catalogName": args.catalogName,
38
38
  "ids": args.ids,
39
+ "providerConfig": args.providerConfig,
39
40
  }, opts);
40
41
  }
41
42
  exports.getSchemas = getSchemas;
@@ -70,6 +71,7 @@ function getSchemasOutput(args, opts) {
70
71
  return pulumi.runtime.invokeOutput("databricks:index/getSchemas:getSchemas", {
71
72
  "catalogName": args.catalogName,
72
73
  "ids": args.ids,
74
+ "providerConfig": args.providerConfig,
73
75
  }, opts);
74
76
  }
75
77
  exports.getSchemasOutput = getSchemasOutput;
package/getSchemas.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;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,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
1
+ {"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * [![GA](https://img.shields.io/badge/Release_Stage-GA-green)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ *
4
6
  * This data source can be used to fetch the list of federation policies for a service principal.
5
7
  *
6
8
  * > **Note** This data source can only be used with an account-level provider!
@@ -23,6 +25,7 @@ export declare function getServicePrincipalFederationPolicies(args: GetServicePr
23
25
  * A collection of arguments for invoking getServicePrincipalFederationPolicies.
24
26
  */
25
27
  export interface GetServicePrincipalFederationPoliciesArgs {
28
+ pageSize?: number;
26
29
  /**
27
30
  * The service principal id for the federation policy
28
31
  */
@@ -36,13 +39,16 @@ export interface GetServicePrincipalFederationPoliciesResult {
36
39
  * The provider-assigned unique ID for this managed resource.
37
40
  */
38
41
  readonly id: string;
42
+ readonly pageSize?: number;
39
43
  readonly policies: outputs.GetServicePrincipalFederationPoliciesPolicy[];
40
44
  /**
41
- * (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
45
+ * (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
42
46
  */
43
47
  readonly servicePrincipalId: number;
44
48
  }
45
49
  /**
50
+ * [![GA](https://img.shields.io/badge/Release_Stage-GA-green)](https://docs.databricks.com/aws/en/release-notes/release-types)
51
+ *
46
52
  * This data source can be used to fetch the list of federation policies for a service principal.
47
53
  *
48
54
  * > **Note** This data source can only be used with an account-level provider!
@@ -65,6 +71,7 @@ export declare function getServicePrincipalFederationPoliciesOutput(args: GetSer
65
71
  * A collection of arguments for invoking getServicePrincipalFederationPolicies.
66
72
  */
67
73
  export interface GetServicePrincipalFederationPoliciesOutputArgs {
74
+ pageSize?: pulumi.Input<number>;
68
75
  /**
69
76
  * The service principal id for the federation policy
70
77
  */