@pulumi/databricks 1.91.0-alpha.1776924583 → 1.91.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 (141) hide show
  1. package/accessControlRuleSet.d.ts +15 -0
  2. package/accessControlRuleSet.js +4 -0
  3. package/accessControlRuleSet.js.map +1 -1
  4. package/accountNetworkPolicy.d.ts +34 -4
  5. package/accountNetworkPolicy.js +4 -0
  6. package/accountNetworkPolicy.js.map +1 -1
  7. package/accountSettingUserPreferenceV2.d.ts +1 -1
  8. package/accountSettingUserPreferenceV2.js +1 -1
  9. package/app.d.ts +1 -1
  10. package/catalog.d.ts +3 -0
  11. package/catalog.js +2 -0
  12. package/catalog.js.map +1 -1
  13. package/credential.d.ts +12 -0
  14. package/credential.js +2 -0
  15. package/credential.js.map +1 -1
  16. package/entityTagAssignment.d.ts +4 -4
  17. package/entityTagAssignment.js +1 -1
  18. package/environmentsDefaultWorkspaceBaseEnvironment.d.ts +6 -10
  19. package/environmentsDefaultWorkspaceBaseEnvironment.js +6 -10
  20. package/environmentsDefaultWorkspaceBaseEnvironment.js.map +1 -1
  21. package/environmentsWorkspaceBaseEnvironment.d.ts +3 -3
  22. package/environmentsWorkspaceBaseEnvironment.js +3 -3
  23. package/externalLocation.d.ts +3 -0
  24. package/externalLocation.js +2 -0
  25. package/externalLocation.js.map +1 -1
  26. package/featureEngineeringMaterializedFeature.d.ts +10 -2
  27. package/featureEngineeringMaterializedFeature.js +2 -0
  28. package/featureEngineeringMaterializedFeature.js.map +1 -1
  29. package/getAccountNetworkPolicy.d.ts +10 -0
  30. package/getAccountNetworkPolicy.js.map +1 -1
  31. package/getAccountSettingUserPreferenceV2.d.ts +2 -2
  32. package/getAccountSettingUserPreferenceV2.js +2 -2
  33. package/getCurrentConfig.d.ts +14 -2
  34. package/getCurrentConfig.js +6 -2
  35. package/getCurrentConfig.js.map +1 -1
  36. package/getEntityTagAssignment.d.ts +5 -5
  37. package/getEntityTagAssignment.js +2 -2
  38. package/getEntityTagAssignments.d.ts +5 -5
  39. package/getEntityTagAssignments.js +2 -2
  40. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.d.ts +24 -0
  41. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.js +24 -0
  42. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.js.map +1 -1
  43. package/getEnvironmentsWorkspaceBaseEnvironment.d.ts +22 -0
  44. package/getEnvironmentsWorkspaceBaseEnvironment.js +22 -0
  45. package/getEnvironmentsWorkspaceBaseEnvironment.js.map +1 -1
  46. package/getEnvironmentsWorkspaceBaseEnvironments.d.ts +20 -0
  47. package/getEnvironmentsWorkspaceBaseEnvironments.js +20 -0
  48. package/getEnvironmentsWorkspaceBaseEnvironments.js.map +1 -1
  49. package/getFeatureEngineeringMaterializedFeature.d.ts +4 -0
  50. package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
  51. package/getGroup.d.ts +9 -0
  52. package/getGroup.js +2 -0
  53. package/getGroup.js.map +1 -1
  54. package/getPostgresCatalog.d.ts +75 -0
  55. package/getPostgresCatalog.js +30 -0
  56. package/getPostgresCatalog.js.map +1 -0
  57. package/getPostgresSyncedTable.d.ts +79 -0
  58. package/getPostgresSyncedTable.js +30 -0
  59. package/getPostgresSyncedTable.js.map +1 -0
  60. package/getTagPolicies.d.ts +2 -2
  61. package/getTagPolicies.js +2 -2
  62. package/getTagPolicy.d.ts +2 -2
  63. package/getTagPolicy.js +2 -2
  64. package/getUser.d.ts +3 -0
  65. package/getUser.js +2 -0
  66. package/getUser.js.map +1 -1
  67. package/getUsers.d.ts +18 -0
  68. package/getUsers.js +4 -0
  69. package/getUsers.js.map +1 -1
  70. package/group.d.ts +17 -0
  71. package/group.js +4 -0
  72. package/group.js.map +1 -1
  73. package/groupInstanceProfile.d.ts +17 -0
  74. package/groupInstanceProfile.js +4 -0
  75. package/groupInstanceProfile.js.map +1 -1
  76. package/groupMember.d.ts +17 -0
  77. package/groupMember.js +4 -0
  78. package/groupMember.js.map +1 -1
  79. package/groupRole.d.ts +17 -0
  80. package/groupRole.js +4 -0
  81. package/groupRole.js.map +1 -1
  82. package/index.d.ts +12 -0
  83. package/index.js +21 -5
  84. package/index.js.map +1 -1
  85. package/metastore.d.ts +26 -0
  86. package/metastore.js +4 -0
  87. package/metastore.js.map +1 -1
  88. package/metastoreAssignment.d.ts +26 -0
  89. package/metastoreAssignment.js +4 -0
  90. package/metastoreAssignment.js.map +1 -1
  91. package/metastoreDataAccess.d.ts +24 -0
  92. package/metastoreDataAccess.js +4 -0
  93. package/metastoreDataAccess.js.map +1 -1
  94. package/mwsNccPrivateEndpointRule.d.ts +5 -0
  95. package/mwsNccPrivateEndpointRule.js +2 -0
  96. package/mwsNccPrivateEndpointRule.js.map +1 -1
  97. package/mwsWorkspaces.d.ts +3 -3
  98. package/package.json +2 -2
  99. package/postgresCatalog.d.ts +120 -0
  100. package/postgresCatalog.js +69 -0
  101. package/postgresCatalog.js.map +1 -0
  102. package/postgresEndpoint.d.ts +58 -0
  103. package/postgresEndpoint.js +58 -0
  104. package/postgresEndpoint.js.map +1 -1
  105. package/postgresProject.d.ts +26 -0
  106. package/postgresProject.js +26 -0
  107. package/postgresProject.js.map +1 -1
  108. package/postgresSyncedTable.d.ts +141 -0
  109. package/postgresSyncedTable.js +67 -0
  110. package/postgresSyncedTable.js.map +1 -0
  111. package/servicePrincipal.d.ts +17 -0
  112. package/servicePrincipal.js +4 -0
  113. package/servicePrincipal.js.map +1 -1
  114. package/servicePrincipalRole.d.ts +17 -0
  115. package/servicePrincipalRole.js +4 -0
  116. package/servicePrincipalRole.js.map +1 -1
  117. package/servicePrincipalSecret.d.ts +12 -0
  118. package/servicePrincipalSecret.js +2 -0
  119. package/servicePrincipalSecret.js.map +1 -1
  120. package/sqlPermissions.d.ts +3 -0
  121. package/sqlPermissions.js +2 -0
  122. package/sqlPermissions.js.map +1 -1
  123. package/storageCredential.d.ts +30 -6
  124. package/storageCredential.js +4 -0
  125. package/storageCredential.js.map +1 -1
  126. package/tagPolicy.d.ts +1 -1
  127. package/tagPolicy.js +1 -1
  128. package/types/input.d.ts +1023 -20
  129. package/types/output.d.ts +2173 -54
  130. package/user.d.ts +17 -0
  131. package/user.js +4 -0
  132. package/user.js.map +1 -1
  133. package/userInstanceProfile.d.ts +17 -0
  134. package/userInstanceProfile.js +4 -0
  135. package/userInstanceProfile.js.map +1 -1
  136. package/userRole.d.ts +17 -0
  137. package/userRole.js +4 -0
  138. package/userRole.js.map +1 -1
  139. package/vectorSearchIndex.d.ts +3 -0
  140. package/vectorSearchIndex.js +2 -0
  141. package/vectorSearchIndex.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -30,6 +30,9 @@ export interface AccessControlRuleSetGrantRule {
30
30
  */
31
31
  role: pulumi.Input<string>;
32
32
  }
33
+ export interface AccessControlRuleSetProviderConfig {
34
+ workspaceId: pulumi.Input<string>;
35
+ }
33
36
  export interface AccountFederationPolicyOidcPolicy {
34
37
  /**
35
38
  * The allowed token audiences, as specified in the 'aud' claim of federated tokens.
@@ -91,15 +94,9 @@ export interface AccountNetworkPolicyEgressNetworkAccess {
91
94
  * Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
92
95
  */
93
96
  policyEnforcement?: pulumi.Input<inputs.AccountNetworkPolicyEgressNetworkAccessPolicyEnforcement>;
94
- /**
95
- * The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
96
- */
97
97
  restrictionMode: pulumi.Input<string>;
98
98
  }
99
99
  export interface AccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination {
100
- /**
101
- * The internet destination to which access will be allowed. Format dependent on the destination type
102
- */
103
100
  destination?: pulumi.Input<string>;
104
101
  /**
105
102
  * The type of internet destination. Currently only DNS_NAME is supported. Possible values are: `DNS_NAME`
@@ -135,6 +132,290 @@ export interface AccountNetworkPolicyEgressNetworkAccessPolicyEnforcement {
135
132
  */
136
133
  enforcementMode?: pulumi.Input<string>;
137
134
  }
135
+ export interface AccountNetworkPolicyIngress {
136
+ publicAccess?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccess>;
137
+ }
138
+ export interface AccountNetworkPolicyIngressDryRun {
139
+ publicAccess?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccess>;
140
+ }
141
+ export interface AccountNetworkPolicyIngressDryRunPublicAccess {
142
+ allowRules?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRule>[]>;
143
+ denyRules?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRule>[]>;
144
+ restrictionMode: pulumi.Input<string>;
145
+ }
146
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRule {
147
+ authentication?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication>;
148
+ destination?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination>;
149
+ /**
150
+ * User-provided name for this ingress rule. Helps identify which rule
151
+ * caused a request to be denied or dry-run denied
152
+ */
153
+ label?: pulumi.Input<string>;
154
+ origin?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin>;
155
+ }
156
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication {
157
+ /**
158
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
159
+ */
160
+ identities?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity>[]>;
161
+ /**
162
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
163
+ */
164
+ identityType?: pulumi.Input<string>;
165
+ }
166
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity {
167
+ principalId?: pulumi.Input<string>;
168
+ /**
169
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
170
+ */
171
+ principalType?: pulumi.Input<string>;
172
+ }
173
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination {
174
+ allDestinations?: pulumi.Input<boolean>;
175
+ workspaceApi?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi>;
176
+ /**
177
+ * Workspace destinations
178
+ */
179
+ workspaceUi?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi>;
180
+ }
181
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi {
182
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
183
+ }
184
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi {
185
+ allDestinations?: pulumi.Input<boolean>;
186
+ }
187
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin {
188
+ /**
189
+ * Matches all IPv4 and IPv6 ranges (both public and private)
190
+ */
191
+ allIpRanges?: pulumi.Input<boolean>;
192
+ /**
193
+ * Excluded means: all public IP ranges except this one
194
+ */
195
+ excludedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges>;
196
+ /**
197
+ * Will not allow IP ranges with private IPs
198
+ */
199
+ includedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges>;
200
+ }
201
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges {
202
+ /**
203
+ * We only support IPv4 and IPv4 CIDR notation for now
204
+ */
205
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
206
+ }
207
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges {
208
+ /**
209
+ * We only support IPv4 and IPv4 CIDR notation for now
210
+ */
211
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
212
+ }
213
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRule {
214
+ authentication?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication>;
215
+ destination?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination>;
216
+ /**
217
+ * User-provided name for this ingress rule. Helps identify which rule
218
+ * caused a request to be denied or dry-run denied
219
+ */
220
+ label?: pulumi.Input<string>;
221
+ origin?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin>;
222
+ }
223
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication {
224
+ /**
225
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
226
+ */
227
+ identities?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity>[]>;
228
+ /**
229
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
230
+ */
231
+ identityType?: pulumi.Input<string>;
232
+ }
233
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity {
234
+ principalId?: pulumi.Input<string>;
235
+ /**
236
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
237
+ */
238
+ principalType?: pulumi.Input<string>;
239
+ }
240
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination {
241
+ allDestinations?: pulumi.Input<boolean>;
242
+ workspaceApi?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi>;
243
+ /**
244
+ * Workspace destinations
245
+ */
246
+ workspaceUi?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi>;
247
+ }
248
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi {
249
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
250
+ }
251
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi {
252
+ allDestinations?: pulumi.Input<boolean>;
253
+ }
254
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin {
255
+ /**
256
+ * Matches all IPv4 and IPv6 ranges (both public and private)
257
+ */
258
+ allIpRanges?: pulumi.Input<boolean>;
259
+ /**
260
+ * Excluded means: all public IP ranges except this one
261
+ */
262
+ excludedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges>;
263
+ /**
264
+ * Will not allow IP ranges with private IPs
265
+ */
266
+ includedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges>;
267
+ }
268
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges {
269
+ /**
270
+ * We only support IPv4 and IPv4 CIDR notation for now
271
+ */
272
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
273
+ }
274
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges {
275
+ /**
276
+ * We only support IPv4 and IPv4 CIDR notation for now
277
+ */
278
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
279
+ }
280
+ export interface AccountNetworkPolicyIngressPublicAccess {
281
+ allowRules?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRule>[]>;
282
+ denyRules?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRule>[]>;
283
+ restrictionMode: pulumi.Input<string>;
284
+ }
285
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRule {
286
+ authentication?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication>;
287
+ destination?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestination>;
288
+ /**
289
+ * User-provided name for this ingress rule. Helps identify which rule
290
+ * caused a request to be denied or dry-run denied
291
+ */
292
+ label?: pulumi.Input<string>;
293
+ origin?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOrigin>;
294
+ }
295
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication {
296
+ /**
297
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
298
+ */
299
+ identities?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity>[]>;
300
+ /**
301
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
302
+ */
303
+ identityType?: pulumi.Input<string>;
304
+ }
305
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity {
306
+ principalId?: pulumi.Input<string>;
307
+ /**
308
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
309
+ */
310
+ principalType?: pulumi.Input<string>;
311
+ }
312
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestination {
313
+ allDestinations?: pulumi.Input<boolean>;
314
+ workspaceApi?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi>;
315
+ /**
316
+ * Workspace destinations
317
+ */
318
+ workspaceUi?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi>;
319
+ }
320
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi {
321
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
322
+ }
323
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi {
324
+ allDestinations?: pulumi.Input<boolean>;
325
+ }
326
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOrigin {
327
+ /**
328
+ * Matches all IPv4 and IPv6 ranges (both public and private)
329
+ */
330
+ allIpRanges?: pulumi.Input<boolean>;
331
+ /**
332
+ * Excluded means: all public IP ranges except this one
333
+ */
334
+ excludedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges>;
335
+ /**
336
+ * Will not allow IP ranges with private IPs
337
+ */
338
+ includedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges>;
339
+ }
340
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges {
341
+ /**
342
+ * We only support IPv4 and IPv4 CIDR notation for now
343
+ */
344
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
345
+ }
346
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges {
347
+ /**
348
+ * We only support IPv4 and IPv4 CIDR notation for now
349
+ */
350
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
351
+ }
352
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRule {
353
+ authentication?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication>;
354
+ destination?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestination>;
355
+ /**
356
+ * User-provided name for this ingress rule. Helps identify which rule
357
+ * caused a request to be denied or dry-run denied
358
+ */
359
+ label?: pulumi.Input<string>;
360
+ origin?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOrigin>;
361
+ }
362
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication {
363
+ /**
364
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
365
+ */
366
+ identities?: pulumi.Input<pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity>[]>;
367
+ /**
368
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
369
+ */
370
+ identityType?: pulumi.Input<string>;
371
+ }
372
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity {
373
+ principalId?: pulumi.Input<string>;
374
+ /**
375
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
376
+ */
377
+ principalType?: pulumi.Input<string>;
378
+ }
379
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestination {
380
+ allDestinations?: pulumi.Input<boolean>;
381
+ workspaceApi?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi>;
382
+ /**
383
+ * Workspace destinations
384
+ */
385
+ workspaceUi?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi>;
386
+ }
387
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi {
388
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
389
+ }
390
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi {
391
+ allDestinations?: pulumi.Input<boolean>;
392
+ }
393
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOrigin {
394
+ /**
395
+ * Matches all IPv4 and IPv6 ranges (both public and private)
396
+ */
397
+ allIpRanges?: pulumi.Input<boolean>;
398
+ /**
399
+ * Excluded means: all public IP ranges except this one
400
+ */
401
+ excludedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges>;
402
+ /**
403
+ * Will not allow IP ranges with private IPs
404
+ */
405
+ includedIpRanges?: pulumi.Input<inputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges>;
406
+ }
407
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges {
408
+ /**
409
+ * We only support IPv4 and IPv4 CIDR notation for now
410
+ */
411
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
412
+ }
413
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges {
414
+ /**
415
+ * We only support IPv4 and IPv4 CIDR notation for now
416
+ */
417
+ ipRanges?: pulumi.Input<pulumi.Input<string>[]>;
418
+ }
138
419
  export interface AccountSettingUserPreferenceV2BooleanVal {
139
420
  value?: pulumi.Input<boolean>;
140
421
  }
@@ -256,6 +537,11 @@ export interface AccountSettingV2EffectivePersonalCompute {
256
537
  value?: pulumi.Input<string>;
257
538
  }
258
539
  export interface AccountSettingV2EffectiveRestrictWorkspaceAdmins {
540
+ /**
541
+ * When true, workspace admins cannot create governance tags.
542
+ * ALLOW_ALL status does not override this; they are independent
543
+ */
544
+ disableGovTagCreation?: pulumi.Input<boolean>;
259
545
  /**
260
546
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
261
547
  */
@@ -271,6 +557,11 @@ export interface AccountSettingV2PersonalCompute {
271
557
  value?: pulumi.Input<string>;
272
558
  }
273
559
  export interface AccountSettingV2RestrictWorkspaceAdmins {
560
+ /**
561
+ * When true, workspace admins cannot create governance tags.
562
+ * ALLOW_ALL status does not override this; they are independent
563
+ */
564
+ disableGovTagCreation?: pulumi.Input<boolean>;
274
565
  /**
275
566
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
276
567
  */
@@ -621,7 +912,7 @@ export interface AppPendingDeploymentStatus {
621
912
  state?: pulumi.Input<string>;
622
913
  }
623
914
  export interface AppProviderConfig {
624
- workspaceId: pulumi.Input<string>;
915
+ workspaceId?: pulumi.Input<string>;
625
916
  }
626
917
  export interface AppResource {
627
918
  app?: pulumi.Input<inputs.AppResourceApp>;
@@ -667,6 +958,11 @@ export interface AppResource {
667
958
  ucSecurable?: pulumi.Input<inputs.AppResourceUcSecurable>;
668
959
  }
669
960
  export interface AppResourceApp {
961
+ /**
962
+ * The name of the app. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace.
963
+ */
964
+ name?: pulumi.Input<string>;
965
+ permission?: pulumi.Input<string>;
670
966
  }
671
967
  export interface AppResourceDatabase {
672
968
  /**
@@ -792,6 +1088,12 @@ export interface AppSpaceResource {
792
1088
  ucSecurable?: pulumi.Input<inputs.AppSpaceResourceUcSecurable>;
793
1089
  }
794
1090
  export interface AppSpaceResourceApp {
1091
+ /**
1092
+ * The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens.
1093
+ * It must be unique within the workspace
1094
+ */
1095
+ name?: pulumi.Input<string>;
1096
+ permission?: pulumi.Input<string>;
795
1097
  }
796
1098
  export interface AppSpaceResourceDatabase {
797
1099
  databaseName: pulumi.Input<string>;
@@ -1076,6 +1378,16 @@ export interface CatalogEffectivePredictiveOptimizationFlag {
1076
1378
  inheritedFromType?: pulumi.Input<string>;
1077
1379
  value: pulumi.Input<string>;
1078
1380
  }
1381
+ export interface CatalogManagedEncryptionSettings {
1382
+ azureEncryptionSettings?: pulumi.Input<inputs.CatalogManagedEncryptionSettingsAzureEncryptionSettings>;
1383
+ azureKeyVaultKeyId?: pulumi.Input<string>;
1384
+ customerManagedKeyId?: pulumi.Input<string>;
1385
+ }
1386
+ export interface CatalogManagedEncryptionSettingsAzureEncryptionSettings {
1387
+ azureCmkAccessConnectorId?: pulumi.Input<string>;
1388
+ azureCmkManagedIdentityId?: pulumi.Input<string>;
1389
+ azureTenantId: pulumi.Input<string>;
1390
+ }
1079
1391
  export interface CatalogProviderConfig {
1080
1392
  /**
1081
1393
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -1625,6 +1937,12 @@ export interface CredentialDatabricksGcpServiceAccount {
1625
1937
  email?: pulumi.Input<string>;
1626
1938
  privateKeyId?: pulumi.Input<string>;
1627
1939
  }
1940
+ export interface CredentialProviderConfig {
1941
+ /**
1942
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
1943
+ */
1944
+ workspaceId: pulumi.Input<string>;
1945
+ }
1628
1946
  export interface CustomAppIntegrationTokenAccessPolicy {
1629
1947
  absoluteSessionLifetimeInMinutes?: pulumi.Input<number>;
1630
1948
  /**
@@ -2279,6 +2597,78 @@ export interface EnvironmentsWorkspaceBaseEnvironmentProviderConfig {
2279
2597
  */
2280
2598
  workspaceId: pulumi.Input<string>;
2281
2599
  }
2600
+ export interface ExternalLocationEffectiveFileEventQueue {
2601
+ /**
2602
+ * Configuration for managed Azure Queue Storage queue.
2603
+ */
2604
+ managedAqs?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueManagedAqs>;
2605
+ /**
2606
+ * Configuration for managed Google Cloud Pub/Sub queue.
2607
+ */
2608
+ managedPubsub?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueManagedPubsub>;
2609
+ /**
2610
+ * Configuration for managed Amazon SQS queue.
2611
+ */
2612
+ managedSqs?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueManagedSqs>;
2613
+ /**
2614
+ * Configuration for provided Azure Storage Queue.
2615
+ */
2616
+ providedAqs?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueProvidedAqs>;
2617
+ /**
2618
+ * Configuration for provided Google Cloud Pub/Sub queue.
2619
+ */
2620
+ providedPubsub?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueProvidedPubsub>;
2621
+ /**
2622
+ * Configuration for provided Amazon SQS queue.
2623
+ */
2624
+ providedSqs?: pulumi.Input<inputs.ExternalLocationEffectiveFileEventQueueProvidedSqs>;
2625
+ }
2626
+ export interface ExternalLocationEffectiveFileEventQueueManagedAqs {
2627
+ managedResourceId?: pulumi.Input<string>;
2628
+ queueUrl?: pulumi.Input<string>;
2629
+ /**
2630
+ * The name of the Azure resource group.
2631
+ */
2632
+ resourceGroup?: pulumi.Input<string>;
2633
+ /**
2634
+ * The Azure subscription ID.
2635
+ */
2636
+ subscriptionId?: pulumi.Input<string>;
2637
+ }
2638
+ export interface ExternalLocationEffectiveFileEventQueueManagedPubsub {
2639
+ managedResourceId?: pulumi.Input<string>;
2640
+ /**
2641
+ * The name of the subscription.
2642
+ */
2643
+ subscriptionName?: pulumi.Input<string>;
2644
+ }
2645
+ export interface ExternalLocationEffectiveFileEventQueueManagedSqs {
2646
+ managedResourceId?: pulumi.Input<string>;
2647
+ queueUrl?: pulumi.Input<string>;
2648
+ }
2649
+ export interface ExternalLocationEffectiveFileEventQueueProvidedAqs {
2650
+ managedResourceId?: pulumi.Input<string>;
2651
+ queueUrl?: pulumi.Input<string>;
2652
+ /**
2653
+ * The name of the Azure resource group.
2654
+ */
2655
+ resourceGroup?: pulumi.Input<string>;
2656
+ /**
2657
+ * The Azure subscription ID.
2658
+ */
2659
+ subscriptionId?: pulumi.Input<string>;
2660
+ }
2661
+ export interface ExternalLocationEffectiveFileEventQueueProvidedPubsub {
2662
+ managedResourceId?: pulumi.Input<string>;
2663
+ /**
2664
+ * The name of the subscription.
2665
+ */
2666
+ subscriptionName?: pulumi.Input<string>;
2667
+ }
2668
+ export interface ExternalLocationEffectiveFileEventQueueProvidedSqs {
2669
+ managedResourceId?: pulumi.Input<string>;
2670
+ queueUrl?: pulumi.Input<string>;
2671
+ }
2282
2672
  export interface ExternalLocationEncryptionDetails {
2283
2673
  /**
2284
2674
  * a block describing server-Side Encryption properties for clients communicating with AWS S3. Consists of the following attributes:
@@ -2402,6 +2792,10 @@ export interface FeatureEngineeringFeatureFunction {
2402
2792
  * An aggregation function applied over a time window
2403
2793
  */
2404
2794
  aggregationFunction?: pulumi.Input<inputs.FeatureEngineeringFeatureFunctionAggregationFunction>;
2795
+ /**
2796
+ * Selects the latest value of a single column in a data source
2797
+ */
2798
+ columnSelection?: pulumi.Input<inputs.FeatureEngineeringFeatureFunctionColumnSelection>;
2405
2799
  /**
2406
2800
  * Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
2407
2801
  * Extra parameters for parameterized functions
@@ -2506,6 +2900,12 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunctionVarPop {
2506
2900
  export interface FeatureEngineeringFeatureFunctionAggregationFunctionVarSamp {
2507
2901
  input: pulumi.Input<string>;
2508
2902
  }
2903
+ export interface FeatureEngineeringFeatureFunctionColumnSelection {
2904
+ /**
2905
+ * Column name from source to select as the feature value
2906
+ */
2907
+ column: pulumi.Input<string>;
2908
+ }
2509
2909
  export interface FeatureEngineeringFeatureFunctionExtraParameter {
2510
2910
  /**
2511
2911
  * The name of the parameter
@@ -2543,8 +2943,18 @@ export interface FeatureEngineeringFeatureProviderConfig {
2543
2943
  workspaceId: pulumi.Input<string>;
2544
2944
  }
2545
2945
  export interface FeatureEngineeringFeatureSource {
2946
+ /**
2947
+ * A Delta table data source
2948
+ */
2546
2949
  deltaTableSource?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceDeltaTableSource>;
2950
+ /**
2951
+ * A Kafka stream data source
2952
+ */
2547
2953
  kafkaSource?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceKafkaSource>;
2954
+ /**
2955
+ * A request-time data source
2956
+ */
2957
+ requestSource?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceRequestSource>;
2548
2958
  }
2549
2959
  export interface FeatureEngineeringFeatureSourceDeltaTableSource {
2550
2960
  /**
@@ -2598,18 +3008,37 @@ export interface FeatureEngineeringFeatureSourceKafkaSource {
2598
3008
  }
2599
3009
  export interface FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier {
2600
3010
  /**
2601
- * String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
2602
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
3011
+ * String representation of the column name using dot-prefixed path notation. For nested fields, the leaf value is what will be present in materialized tables
3012
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
2603
3013
  */
2604
3014
  variantExprPath: pulumi.Input<string>;
2605
3015
  }
2606
3016
  export interface FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier {
2607
3017
  /**
2608
- * String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
2609
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
3018
+ * String representation of the column name using dot-prefixed path notation. For nested fields, the leaf value is what will be present in materialized tables
3019
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
2610
3020
  */
2611
3021
  variantExprPath: pulumi.Input<string>;
2612
3022
  }
3023
+ export interface FeatureEngineeringFeatureSourceRequestSource {
3024
+ /**
3025
+ * A flat schema with scalar-typed fields only
3026
+ */
3027
+ flatSchema?: pulumi.Input<inputs.FeatureEngineeringFeatureSourceRequestSourceFlatSchema>;
3028
+ }
3029
+ export interface FeatureEngineeringFeatureSourceRequestSourceFlatSchema {
3030
+ /**
3031
+ * The list of fields in this schema
3032
+ */
3033
+ fields: pulumi.Input<pulumi.Input<inputs.FeatureEngineeringFeatureSourceRequestSourceFlatSchemaField>[]>;
3034
+ }
3035
+ export interface FeatureEngineeringFeatureSourceRequestSourceFlatSchemaField {
3036
+ /**
3037
+ * The scalar data type of the field. Possible values are: `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INTEGER`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`
3038
+ */
3039
+ dataType: pulumi.Input<string>;
3040
+ name: pulumi.Input<string>;
3041
+ }
2613
3042
  export interface FeatureEngineeringFeatureTimeWindow {
2614
3043
  continuous?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindowContinuous>;
2615
3044
  sliding?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindowSliding>;
@@ -2919,6 +3348,7 @@ export interface GetCatalogCatalogInfo {
2919
3348
  * Whether the current securable is accessible from all workspaces or a specific set of workspaces.
2920
3349
  */
2921
3350
  isolationMode?: string;
3351
+ managedEncryptionSettings?: inputs.GetCatalogCatalogInfoManagedEncryptionSettings;
2922
3352
  /**
2923
3353
  * Unique identifier of parent metastore.
2924
3354
  */
@@ -3011,6 +3441,7 @@ export interface GetCatalogCatalogInfoArgs {
3011
3441
  * Whether the current securable is accessible from all workspaces or a specific set of workspaces.
3012
3442
  */
3013
3443
  isolationMode?: pulumi.Input<string>;
3444
+ managedEncryptionSettings?: pulumi.Input<inputs.GetCatalogCatalogInfoManagedEncryptionSettingsArgs>;
3014
3445
  /**
3015
3446
  * Unique identifier of parent metastore.
3016
3447
  */
@@ -3075,6 +3506,26 @@ export interface GetCatalogCatalogInfoEffectivePredictiveOptimizationFlagArgs {
3075
3506
  inheritedFromType?: pulumi.Input<string>;
3076
3507
  value: pulumi.Input<string>;
3077
3508
  }
3509
+ export interface GetCatalogCatalogInfoManagedEncryptionSettings {
3510
+ azureEncryptionSettings?: inputs.GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettings;
3511
+ azureKeyVaultKeyId?: string;
3512
+ customerManagedKeyId?: string;
3513
+ }
3514
+ export interface GetCatalogCatalogInfoManagedEncryptionSettingsArgs {
3515
+ azureEncryptionSettings?: pulumi.Input<inputs.GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettingsArgs>;
3516
+ azureKeyVaultKeyId?: pulumi.Input<string>;
3517
+ customerManagedKeyId?: pulumi.Input<string>;
3518
+ }
3519
+ export interface GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettings {
3520
+ azureCmkAccessConnectorId?: string;
3521
+ azureCmkManagedIdentityId?: string;
3522
+ azureTenantId: string;
3523
+ }
3524
+ export interface GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettingsArgs {
3525
+ azureCmkAccessConnectorId?: pulumi.Input<string>;
3526
+ azureCmkManagedIdentityId?: pulumi.Input<string>;
3527
+ azureTenantId: pulumi.Input<string>;
3528
+ }
3078
3529
  export interface GetCatalogCatalogInfoProvisioningInfo {
3079
3530
  state?: string;
3080
3531
  }
@@ -4676,6 +5127,7 @@ export interface GetExternalLocationExternalLocationInfo {
4676
5127
  */
4677
5128
  credentialName?: string;
4678
5129
  effectiveEnableFileEvents?: boolean;
5130
+ effectiveFileEventQueue?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueue;
4679
5131
  enableFileEvents?: boolean;
4680
5132
  /**
4681
5133
  * A block describing encryption options that apply to clients connecting to cloud storage. Consisting of the following attributes:
@@ -4736,6 +5188,7 @@ export interface GetExternalLocationExternalLocationInfoArgs {
4736
5188
  */
4737
5189
  credentialName?: pulumi.Input<string>;
4738
5190
  effectiveEnableFileEvents?: pulumi.Input<boolean>;
5191
+ effectiveFileEventQueue?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueArgs>;
4739
5192
  enableFileEvents?: pulumi.Input<boolean>;
4740
5193
  /**
4741
5194
  * A block describing encryption options that apply to clients connecting to cloud storage. Consisting of the following attributes:
@@ -4773,6 +5226,78 @@ export interface GetExternalLocationExternalLocationInfoArgs {
4773
5226
  */
4774
5227
  url?: pulumi.Input<string>;
4775
5228
  }
5229
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueue {
5230
+ managedAqs?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqs;
5231
+ managedPubsub?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsub;
5232
+ managedSqs?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqs;
5233
+ providedAqs?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqs;
5234
+ providedPubsub?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsub;
5235
+ providedSqs?: inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqs;
5236
+ }
5237
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueArgs {
5238
+ managedAqs?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqsArgs>;
5239
+ managedPubsub?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsubArgs>;
5240
+ managedSqs?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqsArgs>;
5241
+ providedAqs?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqsArgs>;
5242
+ providedPubsub?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsubArgs>;
5243
+ providedSqs?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqsArgs>;
5244
+ }
5245
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqs {
5246
+ managedResourceId?: string;
5247
+ queueUrl?: string;
5248
+ resourceGroup?: string;
5249
+ subscriptionId?: string;
5250
+ }
5251
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqsArgs {
5252
+ managedResourceId?: pulumi.Input<string>;
5253
+ queueUrl?: pulumi.Input<string>;
5254
+ resourceGroup?: pulumi.Input<string>;
5255
+ subscriptionId?: pulumi.Input<string>;
5256
+ }
5257
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsub {
5258
+ managedResourceId?: string;
5259
+ subscriptionName?: string;
5260
+ }
5261
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsubArgs {
5262
+ managedResourceId?: pulumi.Input<string>;
5263
+ subscriptionName?: pulumi.Input<string>;
5264
+ }
5265
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqs {
5266
+ managedResourceId?: string;
5267
+ queueUrl?: string;
5268
+ }
5269
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqsArgs {
5270
+ managedResourceId?: pulumi.Input<string>;
5271
+ queueUrl?: pulumi.Input<string>;
5272
+ }
5273
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqs {
5274
+ managedResourceId?: string;
5275
+ queueUrl?: string;
5276
+ resourceGroup?: string;
5277
+ subscriptionId?: string;
5278
+ }
5279
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqsArgs {
5280
+ managedResourceId?: pulumi.Input<string>;
5281
+ queueUrl?: pulumi.Input<string>;
5282
+ resourceGroup?: pulumi.Input<string>;
5283
+ subscriptionId?: pulumi.Input<string>;
5284
+ }
5285
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsub {
5286
+ managedResourceId?: string;
5287
+ subscriptionName?: string;
5288
+ }
5289
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsubArgs {
5290
+ managedResourceId?: pulumi.Input<string>;
5291
+ subscriptionName?: pulumi.Input<string>;
5292
+ }
5293
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqs {
5294
+ managedResourceId?: string;
5295
+ queueUrl?: string;
5296
+ }
5297
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqsArgs {
5298
+ managedResourceId?: pulumi.Input<string>;
5299
+ queueUrl?: pulumi.Input<string>;
5300
+ }
4776
5301
  export interface GetExternalLocationExternalLocationInfoEncryptionDetails {
4777
5302
  /**
4778
5303
  * a block describing server-Side Encryption properties for clients communicating with AWS S3. Consists of the following attributes:
@@ -9227,6 +9752,18 @@ export interface GetPostgresBranchesProviderConfigArgs {
9227
9752
  */
9228
9753
  workspaceId: pulumi.Input<string>;
9229
9754
  }
9755
+ export interface GetPostgresCatalogProviderConfig {
9756
+ /**
9757
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9758
+ */
9759
+ workspaceId: string;
9760
+ }
9761
+ export interface GetPostgresCatalogProviderConfigArgs {
9762
+ /**
9763
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9764
+ */
9765
+ workspaceId: pulumi.Input<string>;
9766
+ }
9230
9767
  export interface GetPostgresDatabaseProviderConfig {
9231
9768
  /**
9232
9769
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -9293,31 +9830,43 @@ export interface GetPostgresProjectsProviderConfig {
9293
9830
  */
9294
9831
  workspaceId: string;
9295
9832
  }
9296
- export interface GetPostgresProjectsProviderConfigArgs {
9833
+ export interface GetPostgresProjectsProviderConfigArgs {
9834
+ /**
9835
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9836
+ */
9837
+ workspaceId: pulumi.Input<string>;
9838
+ }
9839
+ export interface GetPostgresRoleProviderConfig {
9840
+ /**
9841
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9842
+ */
9843
+ workspaceId: string;
9844
+ }
9845
+ export interface GetPostgresRoleProviderConfigArgs {
9297
9846
  /**
9298
9847
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9299
9848
  */
9300
9849
  workspaceId: pulumi.Input<string>;
9301
9850
  }
9302
- export interface GetPostgresRoleProviderConfig {
9851
+ export interface GetPostgresRolesProviderConfig {
9303
9852
  /**
9304
9853
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9305
9854
  */
9306
9855
  workspaceId: string;
9307
9856
  }
9308
- export interface GetPostgresRoleProviderConfigArgs {
9857
+ export interface GetPostgresRolesProviderConfigArgs {
9309
9858
  /**
9310
9859
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9311
9860
  */
9312
9861
  workspaceId: pulumi.Input<string>;
9313
9862
  }
9314
- export interface GetPostgresRolesProviderConfig {
9863
+ export interface GetPostgresSyncedTableProviderConfig {
9315
9864
  /**
9316
9865
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9317
9866
  */
9318
9867
  workspaceId: string;
9319
9868
  }
9320
- export interface GetPostgresRolesProviderConfigArgs {
9869
+ export interface GetPostgresSyncedTableProviderConfigArgs {
9321
9870
  /**
9322
9871
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
9323
9872
  */
@@ -11377,6 +11926,18 @@ export interface GetUserProviderConfigArgs {
11377
11926
  */
11378
11927
  workspaceId: pulumi.Input<string>;
11379
11928
  }
11929
+ export interface GetUsersProviderConfig {
11930
+ /**
11931
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
11932
+ */
11933
+ workspaceId: string;
11934
+ }
11935
+ export interface GetUsersProviderConfigArgs {
11936
+ /**
11937
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
11938
+ */
11939
+ workspaceId: pulumi.Input<string>;
11940
+ }
11380
11941
  export interface GetUsersUser {
11381
11942
  /**
11382
11943
  * Boolean that represents if this user is active.
@@ -11807,6 +12368,18 @@ export interface GrantsGrant {
11807
12368
  export interface GrantsProviderConfig {
11808
12369
  workspaceId: pulumi.Input<string>;
11809
12370
  }
12371
+ export interface GroupInstanceProfileProviderConfig {
12372
+ workspaceId: pulumi.Input<string>;
12373
+ }
12374
+ export interface GroupMemberProviderConfig {
12375
+ workspaceId: pulumi.Input<string>;
12376
+ }
12377
+ export interface GroupProviderConfig {
12378
+ workspaceId: pulumi.Input<string>;
12379
+ }
12380
+ export interface GroupRoleProviderConfig {
12381
+ workspaceId: pulumi.Input<string>;
12382
+ }
11810
12383
  export interface InstancePoolAwsAttributes {
11811
12384
  /**
11812
12385
  * (String) Availability type used for all instances in the pool. Only `ON_DEMAND` and `SPOT` are supported.
@@ -15052,6 +15625,12 @@ export interface MaterializedFeaturesFeatureTagProviderConfig {
15052
15625
  */
15053
15626
  workspaceId: pulumi.Input<string>;
15054
15627
  }
15628
+ export interface MetastoreAssignmentProviderConfig {
15629
+ /**
15630
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
15631
+ */
15632
+ workspaceId: pulumi.Input<string>;
15633
+ }
15055
15634
  export interface MetastoreDataAccessAwsIamRole {
15056
15635
  externalId?: pulumi.Input<string>;
15057
15636
  roleArn: pulumi.Input<string>;
@@ -15081,6 +15660,18 @@ export interface MetastoreDataAccessGcpServiceAccountKey {
15081
15660
  privateKey: pulumi.Input<string>;
15082
15661
  privateKeyId: pulumi.Input<string>;
15083
15662
  }
15663
+ export interface MetastoreDataAccessProviderConfig {
15664
+ /**
15665
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
15666
+ */
15667
+ workspaceId: pulumi.Input<string>;
15668
+ }
15669
+ export interface MetastoreProviderConfig {
15670
+ /**
15671
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
15672
+ */
15673
+ workspaceId: pulumi.Input<string>;
15674
+ }
15084
15675
  export interface MetastoreProviderProviderConfig {
15085
15676
  /**
15086
15677
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -15955,6 +16546,10 @@ export interface MwsCustomerManagedKeysGcpKeyInfo {
15955
16546
  */
15956
16547
  kmsKeyId: pulumi.Input<string>;
15957
16548
  }
16549
+ export interface MwsNccPrivateEndpointRuleGcpEndpoint {
16550
+ pscEndpointUri?: pulumi.Input<string>;
16551
+ serviceAttachment?: pulumi.Input<string>;
16552
+ }
15958
16553
  export interface MwsNetworkConnectivityConfigEgressConfig {
15959
16554
  /**
15960
16555
  * block describing network connectivity rules that are applied by default without resource specific configurations. Consists of the following fields:
@@ -16063,11 +16658,11 @@ export interface MwsNetworksGcpNetworkInfo {
16063
16658
  */
16064
16659
  networkProjectId: pulumi.Input<string>;
16065
16660
  /**
16066
- * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.112.0/docs/guides/gcp-workspace#creating-a-vpc
16661
+ * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.113.0/docs/guides/gcp-workspace#creating-a-vpc
16067
16662
  */
16068
16663
  podIpRangeName?: pulumi.Input<string>;
16069
16664
  /**
16070
- * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.112.0/docs/guides/gcp-workspace#creating-a-vpc
16665
+ * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.113.0/docs/guides/gcp-workspace#creating-a-vpc
16071
16666
  */
16072
16667
  serviceIpRangeName?: pulumi.Input<string>;
16073
16668
  /**
@@ -16128,11 +16723,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
16128
16723
  }
16129
16724
  export interface MwsWorkspacesGcpManagedNetworkConfig {
16130
16725
  /**
16131
- * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.112.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
16726
+ * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.113.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
16132
16727
  */
16133
16728
  gkeClusterPodIpRange?: pulumi.Input<string>;
16134
16729
  /**
16135
- * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.112.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
16730
+ * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.113.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
16136
16731
  */
16137
16732
  gkeClusterServiceIpRange?: pulumi.Input<string>;
16138
16733
  subnetCidr: pulumi.Input<string>;
@@ -16681,12 +17276,89 @@ export interface PipelineIngestionDefinitionObjectReportTableConfigurationWorkda
16681
17276
  value?: pulumi.Input<string>;
16682
17277
  }
16683
17278
  export interface PipelineIngestionDefinitionObjectSchema {
17279
+ connectorOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptions>;
16684
17280
  destinationCatalog: pulumi.Input<string>;
16685
17281
  destinationSchema: pulumi.Input<string>;
16686
17282
  sourceCatalog?: pulumi.Input<string>;
16687
17283
  sourceSchema: pulumi.Input<string>;
16688
17284
  tableConfiguration?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaTableConfiguration>;
16689
17285
  }
17286
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptions {
17287
+ gdriveOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptions>;
17288
+ googleAdsOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGoogleAdsOptions>;
17289
+ sharepointOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptions>;
17290
+ tiktokAdsOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsTiktokAdsOptions>;
17291
+ }
17292
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptions {
17293
+ entityType?: pulumi.Input<string>;
17294
+ fileIngestionOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptions>;
17295
+ /**
17296
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
17297
+ */
17298
+ url?: pulumi.Input<string>;
17299
+ }
17300
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptions {
17301
+ corruptRecordColumn?: pulumi.Input<string>;
17302
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter>[]>;
17303
+ format?: pulumi.Input<string>;
17304
+ formatOptions?: pulumi.Input<{
17305
+ [key: string]: pulumi.Input<string>;
17306
+ }>;
17307
+ ignoreCorruptFiles?: pulumi.Input<boolean>;
17308
+ inferColumnTypes?: pulumi.Input<boolean>;
17309
+ readerCaseSensitive?: pulumi.Input<boolean>;
17310
+ rescuedDataColumn?: pulumi.Input<string>;
17311
+ schemaEvolutionMode?: pulumi.Input<string>;
17312
+ schemaHints?: pulumi.Input<string>;
17313
+ singleVariantColumn?: pulumi.Input<string>;
17314
+ }
17315
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter {
17316
+ modifiedAfter?: pulumi.Input<string>;
17317
+ modifiedBefore?: pulumi.Input<string>;
17318
+ pathFilter?: pulumi.Input<string>;
17319
+ }
17320
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGoogleAdsOptions {
17321
+ lookbackWindowDays?: pulumi.Input<number>;
17322
+ managerAccountId: pulumi.Input<string>;
17323
+ syncStartDate?: pulumi.Input<string>;
17324
+ }
17325
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptions {
17326
+ entityType?: pulumi.Input<string>;
17327
+ fileIngestionOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptions>;
17328
+ /**
17329
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
17330
+ */
17331
+ url?: pulumi.Input<string>;
17332
+ }
17333
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptions {
17334
+ corruptRecordColumn?: pulumi.Input<string>;
17335
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter>[]>;
17336
+ format?: pulumi.Input<string>;
17337
+ formatOptions?: pulumi.Input<{
17338
+ [key: string]: pulumi.Input<string>;
17339
+ }>;
17340
+ ignoreCorruptFiles?: pulumi.Input<boolean>;
17341
+ inferColumnTypes?: pulumi.Input<boolean>;
17342
+ readerCaseSensitive?: pulumi.Input<boolean>;
17343
+ rescuedDataColumn?: pulumi.Input<string>;
17344
+ schemaEvolutionMode?: pulumi.Input<string>;
17345
+ schemaHints?: pulumi.Input<string>;
17346
+ singleVariantColumn?: pulumi.Input<string>;
17347
+ }
17348
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter {
17349
+ modifiedAfter?: pulumi.Input<string>;
17350
+ modifiedBefore?: pulumi.Input<string>;
17351
+ pathFilter?: pulumi.Input<string>;
17352
+ }
17353
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsTiktokAdsOptions {
17354
+ dataLevel?: pulumi.Input<string>;
17355
+ dimensions?: pulumi.Input<pulumi.Input<string>[]>;
17356
+ lookbackWindowDays?: pulumi.Input<number>;
17357
+ metrics?: pulumi.Input<pulumi.Input<string>[]>;
17358
+ queryLifetime?: pulumi.Input<boolean>;
17359
+ reportType?: pulumi.Input<string>;
17360
+ syncStartDate?: pulumi.Input<string>;
17361
+ }
16690
17362
  export interface PipelineIngestionDefinitionObjectSchemaTableConfiguration {
16691
17363
  autoFullRefreshPolicy?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaTableConfigurationAutoFullRefreshPolicy>;
16692
17364
  excludeColumns?: pulumi.Input<pulumi.Input<string>[]>;
@@ -16720,6 +17392,7 @@ export interface PipelineIngestionDefinitionObjectSchemaTableConfigurationWorkda
16720
17392
  value?: pulumi.Input<string>;
16721
17393
  }
16722
17394
  export interface PipelineIngestionDefinitionObjectTable {
17395
+ connectorOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptions>;
16723
17396
  destinationCatalog: pulumi.Input<string>;
16724
17397
  destinationSchema: pulumi.Input<string>;
16725
17398
  destinationTable?: pulumi.Input<string>;
@@ -16728,6 +17401,82 @@ export interface PipelineIngestionDefinitionObjectTable {
16728
17401
  sourceTable: pulumi.Input<string>;
16729
17402
  tableConfiguration?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableTableConfiguration>;
16730
17403
  }
17404
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptions {
17405
+ gdriveOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptions>;
17406
+ googleAdsOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGoogleAdsOptions>;
17407
+ sharepointOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptions>;
17408
+ tiktokAdsOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsTiktokAdsOptions>;
17409
+ }
17410
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptions {
17411
+ entityType?: pulumi.Input<string>;
17412
+ fileIngestionOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptions>;
17413
+ /**
17414
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
17415
+ */
17416
+ url?: pulumi.Input<string>;
17417
+ }
17418
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptions {
17419
+ corruptRecordColumn?: pulumi.Input<string>;
17420
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter>[]>;
17421
+ format?: pulumi.Input<string>;
17422
+ formatOptions?: pulumi.Input<{
17423
+ [key: string]: pulumi.Input<string>;
17424
+ }>;
17425
+ ignoreCorruptFiles?: pulumi.Input<boolean>;
17426
+ inferColumnTypes?: pulumi.Input<boolean>;
17427
+ readerCaseSensitive?: pulumi.Input<boolean>;
17428
+ rescuedDataColumn?: pulumi.Input<string>;
17429
+ schemaEvolutionMode?: pulumi.Input<string>;
17430
+ schemaHints?: pulumi.Input<string>;
17431
+ singleVariantColumn?: pulumi.Input<string>;
17432
+ }
17433
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter {
17434
+ modifiedAfter?: pulumi.Input<string>;
17435
+ modifiedBefore?: pulumi.Input<string>;
17436
+ pathFilter?: pulumi.Input<string>;
17437
+ }
17438
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGoogleAdsOptions {
17439
+ lookbackWindowDays?: pulumi.Input<number>;
17440
+ managerAccountId: pulumi.Input<string>;
17441
+ syncStartDate?: pulumi.Input<string>;
17442
+ }
17443
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptions {
17444
+ entityType?: pulumi.Input<string>;
17445
+ fileIngestionOptions?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptions>;
17446
+ /**
17447
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
17448
+ */
17449
+ url?: pulumi.Input<string>;
17450
+ }
17451
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptions {
17452
+ corruptRecordColumn?: pulumi.Input<string>;
17453
+ fileFilters?: pulumi.Input<pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter>[]>;
17454
+ format?: pulumi.Input<string>;
17455
+ formatOptions?: pulumi.Input<{
17456
+ [key: string]: pulumi.Input<string>;
17457
+ }>;
17458
+ ignoreCorruptFiles?: pulumi.Input<boolean>;
17459
+ inferColumnTypes?: pulumi.Input<boolean>;
17460
+ readerCaseSensitive?: pulumi.Input<boolean>;
17461
+ rescuedDataColumn?: pulumi.Input<string>;
17462
+ schemaEvolutionMode?: pulumi.Input<string>;
17463
+ schemaHints?: pulumi.Input<string>;
17464
+ singleVariantColumn?: pulumi.Input<string>;
17465
+ }
17466
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter {
17467
+ modifiedAfter?: pulumi.Input<string>;
17468
+ modifiedBefore?: pulumi.Input<string>;
17469
+ pathFilter?: pulumi.Input<string>;
17470
+ }
17471
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsTiktokAdsOptions {
17472
+ dataLevel?: pulumi.Input<string>;
17473
+ dimensions?: pulumi.Input<pulumi.Input<string>[]>;
17474
+ lookbackWindowDays?: pulumi.Input<number>;
17475
+ metrics?: pulumi.Input<pulumi.Input<string>[]>;
17476
+ queryLifetime?: pulumi.Input<boolean>;
17477
+ reportType?: pulumi.Input<string>;
17478
+ syncStartDate?: pulumi.Input<string>;
17479
+ }
16731
17480
  export interface PipelineIngestionDefinitionObjectTableTableConfiguration {
16732
17481
  autoFullRefreshPolicy?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableTableConfigurationAutoFullRefreshPolicy>;
16733
17482
  excludeColumns?: pulumi.Input<pulumi.Input<string>[]>;
@@ -17026,6 +17775,44 @@ export interface PostgresBranchStatus {
17026
17775
  */
17027
17776
  stateChangeTime?: pulumi.Input<string>;
17028
17777
  }
17778
+ export interface PostgresCatalogProviderConfig {
17779
+ /**
17780
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
17781
+ */
17782
+ workspaceId: pulumi.Input<string>;
17783
+ }
17784
+ export interface PostgresCatalogSpec {
17785
+ /**
17786
+ * (string) - The resource path of the branch associated with the catalog.
17787
+ */
17788
+ branch?: pulumi.Input<string>;
17789
+ /**
17790
+ * If set to true, the specified postgresDatabase is created on behalf of the calling user
17791
+ * if it does not already exist. In this case, the calling user has a role created for
17792
+ * them in Postgres if they do not already have one.
17793
+ *
17794
+ * Defaults to false, meaning that the request fails if the specified postgresDatabase does not already exist
17795
+ */
17796
+ createDatabaseIfMissing?: pulumi.Input<boolean>;
17797
+ /**
17798
+ * (string) - The name of the Postgres database associated with the catalog
17799
+ */
17800
+ postgresDatabase: pulumi.Input<string>;
17801
+ }
17802
+ export interface PostgresCatalogStatus {
17803
+ /**
17804
+ * (string) - The resource path of the branch associated with the catalog.
17805
+ */
17806
+ branch?: pulumi.Input<string>;
17807
+ /**
17808
+ * (string) - The name of the Postgres database associated with the catalog
17809
+ */
17810
+ postgresDatabase?: pulumi.Input<string>;
17811
+ /**
17812
+ * (string) - The resource path of the project associated with the catalog.
17813
+ */
17814
+ project?: pulumi.Input<string>;
17815
+ }
17029
17816
  export interface PostgresDatabaseProviderConfig {
17030
17817
  /**
17031
17818
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -17215,6 +18002,10 @@ export interface PostgresProjectSpec {
17215
18002
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
17216
18003
  */
17217
18004
  customTags?: pulumi.Input<pulumi.Input<inputs.PostgresProjectSpecCustomTag>[]>;
18005
+ /**
18006
+ * (string) - The full resource path of the default branch of the project
18007
+ */
18008
+ defaultBranch?: pulumi.Input<string>;
17218
18009
  /**
17219
18010
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
17220
18011
  */
@@ -17285,6 +18076,10 @@ export interface PostgresProjectStatus {
17285
18076
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
17286
18077
  */
17287
18078
  customTags?: pulumi.Input<pulumi.Input<inputs.PostgresProjectStatusCustomTag>[]>;
18079
+ /**
18080
+ * (string) - The full resource path of the default branch of the project
18081
+ */
18082
+ defaultBranch?: pulumi.Input<string>;
17288
18083
  /**
17289
18084
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
17290
18085
  */
@@ -17380,6 +18175,179 @@ export interface PostgresRoleStatusAttributes {
17380
18175
  createdb?: pulumi.Input<boolean>;
17381
18176
  createrole?: pulumi.Input<boolean>;
17382
18177
  }
18178
+ export interface PostgresSyncedTableProviderConfig {
18179
+ /**
18180
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
18181
+ */
18182
+ workspaceId: pulumi.Input<string>;
18183
+ }
18184
+ export interface PostgresSyncedTableSpec {
18185
+ /**
18186
+ * The full resource name the branch associated with the table.
18187
+ *
18188
+ * Format: "projects/{project_id}/branches/{branch_id}"
18189
+ */
18190
+ branch?: pulumi.Input<string>;
18191
+ /**
18192
+ * If true, the synced table's logical database and schema resources in PG
18193
+ * will be created if they do not already exist.
18194
+ * The request will fail if this is false and the database/schema do not exist.
18195
+ *
18196
+ * Defaults to true if omitted
18197
+ */
18198
+ createDatabaseObjectsIfMissing?: pulumi.Input<boolean>;
18199
+ /**
18200
+ * ID of an existing pipeline to bin-pack this synced table into.
18201
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
18202
+ *
18203
+ * The pipeline used for the synced table is returned via the top level pipelineId attribute
18204
+ */
18205
+ existingPipelineId?: pulumi.Input<string>;
18206
+ /**
18207
+ * Specification for creating a new pipeline.
18208
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
18209
+ *
18210
+ * The pipeline used for the synced table is returned via the top level pipelineId attribute
18211
+ */
18212
+ newPipelineSpec?: pulumi.Input<inputs.PostgresSyncedTableSpecNewPipelineSpec>;
18213
+ /**
18214
+ * The Postgres database name where the synced table will be created in.
18215
+ *
18216
+ * If this synced table is created inside a Lakebase Catalog, this attribute can be omitted on creation and is inferred
18217
+ * from the postgresDatabase associated with the Lakebase Catalog. If specified when inside a Lakebase Catalog, the value must match.
18218
+ *
18219
+ * A value must be specified when creating a synced table inside a Standard Catalog
18220
+ */
18221
+ postgresDatabase?: pulumi.Input<string>;
18222
+ /**
18223
+ * Primary Key columns to be used for data insert/update in the destination
18224
+ */
18225
+ primaryKeyColumns?: pulumi.Input<pulumi.Input<string>[]>;
18226
+ /**
18227
+ * Scheduling policy of the underlying pipeline. Possible values are: `CONTINUOUS`, `SNAPSHOT`, `TRIGGERED`
18228
+ */
18229
+ schedulingPolicy?: pulumi.Input<string>;
18230
+ /**
18231
+ * Three-part (catalog, schema, table) name of the source Delta table.
18232
+ *
18233
+ * For the corresponding destination table, use any of the two:
18234
+ *
18235
+ * * syncedTableId used at the creation of the SyncedTable
18236
+ * * "name" consisting of "synced_tables/" prefix and the full name of the destination table
18237
+ */
18238
+ sourceTableFullName?: pulumi.Input<string>;
18239
+ /**
18240
+ * Time series key to deduplicate (tie-break) rows with the same primary key
18241
+ */
18242
+ timeseriesKey?: pulumi.Input<string>;
18243
+ }
18244
+ export interface PostgresSyncedTableSpecNewPipelineSpec {
18245
+ /**
18246
+ * Budget policy to set on the newly created pipeline
18247
+ */
18248
+ budgetPolicyId?: pulumi.Input<string>;
18249
+ /**
18250
+ * UC catalog for the pipeline to store intermediate files (checkpoints, event logs etc).
18251
+ * This needs to be a standard catalog where the user has permissions to create Delta tables
18252
+ */
18253
+ storageCatalog?: pulumi.Input<string>;
18254
+ /**
18255
+ * UC schema for the pipeline to store intermediate files (checkpoints, event logs etc).
18256
+ * This needs to be in the standard catalog where the user has permissions to create Delta tables
18257
+ */
18258
+ storageSchema?: pulumi.Input<string>;
18259
+ }
18260
+ export interface PostgresSyncedTableStatus {
18261
+ /**
18262
+ * (string) - The state of the synced table. Possible values are: `SYNCED_TABLE_OFFLINE`, `SYNCED_TABLE_OFFLINE_FAILED`, `SYNCED_TABLE_ONLINE`, `SYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE`, `SYNCED_TABLE_ONLINE_NO_PENDING_UPDATE`, `SYNCED_TABLE_ONLINE_PIPELINE_FAILED`, `SYNCED_TABLE_ONLINE_TRIGGERED_UPDATE`, `SYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES`, `SYNCED_TABLE_PROVISIONING`, `SYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT`, `SYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES`
18263
+ */
18264
+ detailedState?: pulumi.Input<string>;
18265
+ /**
18266
+ * (integer) - The last source table Delta version that was successfully synced to the synced table
18267
+ */
18268
+ lastProcessedCommitVersion?: pulumi.Input<number>;
18269
+ /**
18270
+ * (SyncedTablePosition) - Summary of the last successful synchronization from source to destination
18271
+ */
18272
+ lastSync?: pulumi.Input<inputs.PostgresSyncedTableStatusLastSync>;
18273
+ /**
18274
+ * (string) - The end timestamp of the last time any data was synchronized from the source table to the synced
18275
+ * table. This is when the data is available in the synced table
18276
+ */
18277
+ lastSyncTime?: pulumi.Input<string>;
18278
+ /**
18279
+ * (string) - A text description of the current state of the synced table
18280
+ */
18281
+ message?: pulumi.Input<string>;
18282
+ /**
18283
+ * (SyncedTablePipelineProgress)
18284
+ */
18285
+ ongoingSyncProgress?: pulumi.Input<inputs.PostgresSyncedTableStatusOngoingSyncProgress>;
18286
+ /**
18287
+ * (string) - ID of the associated pipeline
18288
+ */
18289
+ pipelineId?: pulumi.Input<string>;
18290
+ /**
18291
+ * (string) - The current phase of the data synchronization pipeline. Possible values are: `PROVISIONING_PHASE_INDEX_SCAN`, `PROVISIONING_PHASE_INDEX_SORT`, `PROVISIONING_PHASE_MAIN`
18292
+ */
18293
+ provisioningPhase?: pulumi.Input<string>;
18294
+ /**
18295
+ * (string) - The provisioning state of the synced table entity in Unity Catalog. Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
18296
+ */
18297
+ unityCatalogProvisioningState?: pulumi.Input<string>;
18298
+ }
18299
+ export interface PostgresSyncedTableStatusLastSync {
18300
+ /**
18301
+ * (DeltaTableSyncInfo)
18302
+ */
18303
+ deltaTableSyncInfo?: pulumi.Input<inputs.PostgresSyncedTableStatusLastSyncDeltaTableSyncInfo>;
18304
+ /**
18305
+ * (string) - The end timestamp of the most recent successful synchronization.
18306
+ * This is the time when the data is available in the synced table
18307
+ */
18308
+ syncEndTime?: pulumi.Input<string>;
18309
+ /**
18310
+ * (string) - The starting timestamp of the most recent successful synchronization from the source table
18311
+ * to the destination (synced) table.
18312
+ * Note this is the starting timestamp of the sync operation, not the end time.
18313
+ * E.g., for a batch, this is the time when the sync operation started
18314
+ */
18315
+ syncStartTime?: pulumi.Input<string>;
18316
+ }
18317
+ export interface PostgresSyncedTableStatusLastSyncDeltaTableSyncInfo {
18318
+ /**
18319
+ * (string) - The timestamp when the above Delta version was committed in the source Delta table.
18320
+ * Note: This is the Delta commit time, not the time the data was written to the synced table
18321
+ */
18322
+ deltaCommitTime?: pulumi.Input<string>;
18323
+ /**
18324
+ * (integer) - The Delta Lake commit version that was last successfully synced
18325
+ */
18326
+ deltaCommitVersion?: pulumi.Input<number>;
18327
+ }
18328
+ export interface PostgresSyncedTableStatusOngoingSyncProgress {
18329
+ /**
18330
+ * (number) - The estimated time remaining to complete this update in seconds
18331
+ */
18332
+ estimatedCompletionTimeSeconds?: pulumi.Input<number>;
18333
+ /**
18334
+ * (integer) - The source table Delta version that was last processed by the pipeline. The pipeline may not
18335
+ * have completely processed this version yet
18336
+ */
18337
+ latestVersionCurrentlyProcessing?: pulumi.Input<number>;
18338
+ /**
18339
+ * (number) - The completion ratio of this update. This is a number between 0 and 1
18340
+ */
18341
+ syncProgressCompletion?: pulumi.Input<number>;
18342
+ /**
18343
+ * (integer) - The number of rows that have been synced in this update
18344
+ */
18345
+ syncedRowCount?: pulumi.Input<number>;
18346
+ /**
18347
+ * (integer) - The total number of rows that need to be synced in this update. This number may be an estimate
18348
+ */
18349
+ totalRowCount?: pulumi.Input<number>;
18350
+ }
17383
18351
  export interface QualityMonitorCustomMetric {
17384
18352
  /**
17385
18353
  * [create metric definition](https://docs.databricks.com/en/lakehouse-monitoring/custom-metrics.html#create-definition)
@@ -17771,6 +18739,7 @@ export interface RestrictWorkspaceAdminsSettingProviderConfig {
17771
18739
  workspaceId: pulumi.Input<string>;
17772
18740
  }
17773
18741
  export interface RestrictWorkspaceAdminsSettingRestrictWorkspaceAdmins {
18742
+ disableGovTagCreation?: pulumi.Input<boolean>;
17774
18743
  /**
17775
18744
  * The restrict workspace admins status for the workspace.
17776
18745
  */
@@ -17903,6 +18872,12 @@ export interface ServicePrincipalFederationPolicyOidcPolicy {
17903
18872
  */
17904
18873
  subjectClaim?: pulumi.Input<string>;
17905
18874
  }
18875
+ export interface ServicePrincipalProviderConfig {
18876
+ workspaceId: pulumi.Input<string>;
18877
+ }
18878
+ export interface ServicePrincipalRoleProviderConfig {
18879
+ workspaceId: pulumi.Input<string>;
18880
+ }
17906
18881
  export interface ServicePrincipalSecretProviderConfig {
17907
18882
  /**
17908
18883
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -18113,6 +19088,9 @@ export interface SqlPermissionsPrivilegeAssignment {
18113
19088
  */
18114
19089
  privileges: pulumi.Input<pulumi.Input<string>[]>;
18115
19090
  }
19091
+ export interface SqlPermissionsProviderConfig {
19092
+ workspaceId: pulumi.Input<string>;
19093
+ }
18116
19094
  export interface SqlQueryParameter {
18117
19095
  date?: pulumi.Input<inputs.SqlQueryParameterDate>;
18118
19096
  dateRange?: pulumi.Input<inputs.SqlQueryParameterDateRange>;
@@ -18392,6 +19370,12 @@ export interface StorageCredentialGcpServiceAccountKey {
18392
19370
  privateKey: pulumi.Input<string>;
18393
19371
  privateKeyId: pulumi.Input<string>;
18394
19372
  }
19373
+ export interface StorageCredentialProviderConfig {
19374
+ /**
19375
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
19376
+ */
19377
+ workspaceId: pulumi.Input<string>;
19378
+ }
18395
19379
  export interface SystemSchemaProviderConfig {
18396
19380
  /**
18397
19381
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -18429,6 +19413,15 @@ export interface TokenProviderConfig {
18429
19413
  */
18430
19414
  workspaceId: pulumi.Input<string>;
18431
19415
  }
19416
+ export interface UserInstanceProfileProviderConfig {
19417
+ workspaceId: pulumi.Input<string>;
19418
+ }
19419
+ export interface UserProviderConfig {
19420
+ workspaceId: pulumi.Input<string>;
19421
+ }
19422
+ export interface UserRoleProviderConfig {
19423
+ workspaceId: pulumi.Input<string>;
19424
+ }
18432
19425
  export interface VectorSearchEndpointEndpointStatus {
18433
19426
  /**
18434
19427
  * Additional status message.
@@ -18711,6 +19704,11 @@ export interface WorkspaceSettingV2EffectivePersonalCompute {
18711
19704
  value?: pulumi.Input<string>;
18712
19705
  }
18713
19706
  export interface WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins {
19707
+ /**
19708
+ * When true, workspace admins cannot create governance tags.
19709
+ * ALLOW_ALL status does not override this; they are independent
19710
+ */
19711
+ disableGovTagCreation?: pulumi.Input<boolean>;
18714
19712
  /**
18715
19713
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
18716
19714
  */
@@ -18732,6 +19730,11 @@ export interface WorkspaceSettingV2ProviderConfig {
18732
19730
  workspaceId: pulumi.Input<string>;
18733
19731
  }
18734
19732
  export interface WorkspaceSettingV2RestrictWorkspaceAdmins {
19733
+ /**
19734
+ * When true, workspace admins cannot create governance tags.
19735
+ * ALLOW_ALL status does not override this; they are independent
19736
+ */
19737
+ disableGovTagCreation?: pulumi.Input<boolean>;
18735
19738
  /**
18736
19739
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
18737
19740
  */