@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/output.d.ts CHANGED
@@ -29,6 +29,9 @@ export interface AccessControlRuleSetGrantRule {
29
29
  */
30
30
  role: string;
31
31
  }
32
+ export interface AccessControlRuleSetProviderConfig {
33
+ workspaceId: string;
34
+ }
32
35
  export interface AccountFederationPolicyOidcPolicy {
33
36
  /**
34
37
  * The allowed token audiences, as specified in the 'aud' claim of federated tokens.
@@ -90,15 +93,9 @@ export interface AccountNetworkPolicyEgressNetworkAccess {
90
93
  * Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
91
94
  */
92
95
  policyEnforcement?: outputs.AccountNetworkPolicyEgressNetworkAccessPolicyEnforcement;
93
- /**
94
- * The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
95
- */
96
96
  restrictionMode: string;
97
97
  }
98
98
  export interface AccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination {
99
- /**
100
- * The internet destination to which access will be allowed. Format dependent on the destination type
101
- */
102
99
  destination?: string;
103
100
  /**
104
101
  * The type of internet destination. Currently only DNS_NAME is supported. Possible values are: `DNS_NAME`
@@ -134,6 +131,290 @@ export interface AccountNetworkPolicyEgressNetworkAccessPolicyEnforcement {
134
131
  */
135
132
  enforcementMode?: string;
136
133
  }
134
+ export interface AccountNetworkPolicyIngress {
135
+ publicAccess?: outputs.AccountNetworkPolicyIngressPublicAccess;
136
+ }
137
+ export interface AccountNetworkPolicyIngressDryRun {
138
+ publicAccess?: outputs.AccountNetworkPolicyIngressDryRunPublicAccess;
139
+ }
140
+ export interface AccountNetworkPolicyIngressDryRunPublicAccess {
141
+ allowRules?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRule[];
142
+ denyRules?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRule[];
143
+ restrictionMode: string;
144
+ }
145
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRule {
146
+ authentication?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication;
147
+ destination?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination;
148
+ /**
149
+ * User-provided name for this ingress rule. Helps identify which rule
150
+ * caused a request to be denied or dry-run denied
151
+ */
152
+ label?: string;
153
+ origin?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin;
154
+ }
155
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication {
156
+ /**
157
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
158
+ */
159
+ identities?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity[];
160
+ /**
161
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
162
+ */
163
+ identityType?: string;
164
+ }
165
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity {
166
+ principalId?: string;
167
+ /**
168
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
169
+ */
170
+ principalType?: string;
171
+ }
172
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination {
173
+ allDestinations?: boolean;
174
+ workspaceApi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi;
175
+ /**
176
+ * Workspace destinations
177
+ */
178
+ workspaceUi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi;
179
+ }
180
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi {
181
+ scopes?: string[];
182
+ }
183
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi {
184
+ allDestinations?: boolean;
185
+ }
186
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin {
187
+ /**
188
+ * Matches all IPv4 and IPv6 ranges (both public and private)
189
+ */
190
+ allIpRanges?: boolean;
191
+ /**
192
+ * Excluded means: all public IP ranges except this one
193
+ */
194
+ excludedIpRanges?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges;
195
+ /**
196
+ * Will not allow IP ranges with private IPs
197
+ */
198
+ includedIpRanges?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges;
199
+ }
200
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges {
201
+ /**
202
+ * We only support IPv4 and IPv4 CIDR notation for now
203
+ */
204
+ ipRanges?: string[];
205
+ }
206
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges {
207
+ /**
208
+ * We only support IPv4 and IPv4 CIDR notation for now
209
+ */
210
+ ipRanges?: string[];
211
+ }
212
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRule {
213
+ authentication?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication;
214
+ destination?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination;
215
+ /**
216
+ * User-provided name for this ingress rule. Helps identify which rule
217
+ * caused a request to be denied or dry-run denied
218
+ */
219
+ label?: string;
220
+ origin?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin;
221
+ }
222
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication {
223
+ /**
224
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
225
+ */
226
+ identities?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity[];
227
+ /**
228
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
229
+ */
230
+ identityType?: string;
231
+ }
232
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity {
233
+ principalId?: string;
234
+ /**
235
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
236
+ */
237
+ principalType?: string;
238
+ }
239
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination {
240
+ allDestinations?: boolean;
241
+ workspaceApi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi;
242
+ /**
243
+ * Workspace destinations
244
+ */
245
+ workspaceUi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi;
246
+ }
247
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi {
248
+ scopes?: string[];
249
+ }
250
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi {
251
+ allDestinations?: boolean;
252
+ }
253
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin {
254
+ /**
255
+ * Matches all IPv4 and IPv6 ranges (both public and private)
256
+ */
257
+ allIpRanges?: boolean;
258
+ /**
259
+ * Excluded means: all public IP ranges except this one
260
+ */
261
+ excludedIpRanges?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges;
262
+ /**
263
+ * Will not allow IP ranges with private IPs
264
+ */
265
+ includedIpRanges?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges;
266
+ }
267
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges {
268
+ /**
269
+ * We only support IPv4 and IPv4 CIDR notation for now
270
+ */
271
+ ipRanges?: string[];
272
+ }
273
+ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges {
274
+ /**
275
+ * We only support IPv4 and IPv4 CIDR notation for now
276
+ */
277
+ ipRanges?: string[];
278
+ }
279
+ export interface AccountNetworkPolicyIngressPublicAccess {
280
+ allowRules?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRule[];
281
+ denyRules?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRule[];
282
+ restrictionMode: string;
283
+ }
284
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRule {
285
+ authentication?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication;
286
+ destination?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestination;
287
+ /**
288
+ * User-provided name for this ingress rule. Helps identify which rule
289
+ * caused a request to be denied or dry-run denied
290
+ */
291
+ label?: string;
292
+ origin?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOrigin;
293
+ }
294
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication {
295
+ /**
296
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
297
+ */
298
+ identities?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity[];
299
+ /**
300
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
301
+ */
302
+ identityType?: string;
303
+ }
304
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity {
305
+ principalId?: string;
306
+ /**
307
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
308
+ */
309
+ principalType?: string;
310
+ }
311
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestination {
312
+ allDestinations?: boolean;
313
+ workspaceApi?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi;
314
+ /**
315
+ * Workspace destinations
316
+ */
317
+ workspaceUi?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi;
318
+ }
319
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi {
320
+ scopes?: string[];
321
+ }
322
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi {
323
+ allDestinations?: boolean;
324
+ }
325
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOrigin {
326
+ /**
327
+ * Matches all IPv4 and IPv6 ranges (both public and private)
328
+ */
329
+ allIpRanges?: boolean;
330
+ /**
331
+ * Excluded means: all public IP ranges except this one
332
+ */
333
+ excludedIpRanges?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges;
334
+ /**
335
+ * Will not allow IP ranges with private IPs
336
+ */
337
+ includedIpRanges?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges;
338
+ }
339
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges {
340
+ /**
341
+ * We only support IPv4 and IPv4 CIDR notation for now
342
+ */
343
+ ipRanges?: string[];
344
+ }
345
+ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges {
346
+ /**
347
+ * We only support IPv4 and IPv4 CIDR notation for now
348
+ */
349
+ ipRanges?: string[];
350
+ }
351
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRule {
352
+ authentication?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication;
353
+ destination?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestination;
354
+ /**
355
+ * User-provided name for this ingress rule. Helps identify which rule
356
+ * caused a request to be denied or dry-run denied
357
+ */
358
+ label?: string;
359
+ origin?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOrigin;
360
+ }
361
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication {
362
+ /**
363
+ * Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
364
+ */
365
+ identities?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity[];
366
+ /**
367
+ * Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
368
+ */
369
+ identityType?: string;
370
+ }
371
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity {
372
+ principalId?: string;
373
+ /**
374
+ * Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
375
+ */
376
+ principalType?: string;
377
+ }
378
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestination {
379
+ allDestinations?: boolean;
380
+ workspaceApi?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi;
381
+ /**
382
+ * Workspace destinations
383
+ */
384
+ workspaceUi?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi;
385
+ }
386
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi {
387
+ scopes?: string[];
388
+ }
389
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi {
390
+ allDestinations?: boolean;
391
+ }
392
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOrigin {
393
+ /**
394
+ * Matches all IPv4 and IPv6 ranges (both public and private)
395
+ */
396
+ allIpRanges?: boolean;
397
+ /**
398
+ * Excluded means: all public IP ranges except this one
399
+ */
400
+ excludedIpRanges?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges;
401
+ /**
402
+ * Will not allow IP ranges with private IPs
403
+ */
404
+ includedIpRanges?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges;
405
+ }
406
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges {
407
+ /**
408
+ * We only support IPv4 and IPv4 CIDR notation for now
409
+ */
410
+ ipRanges?: string[];
411
+ }
412
+ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges {
413
+ /**
414
+ * We only support IPv4 and IPv4 CIDR notation for now
415
+ */
416
+ ipRanges?: string[];
417
+ }
137
418
  export interface AccountSettingUserPreferenceV2BooleanVal {
138
419
  value?: boolean;
139
420
  }
@@ -255,6 +536,11 @@ export interface AccountSettingV2EffectivePersonalCompute {
255
536
  value?: string;
256
537
  }
257
538
  export interface AccountSettingV2EffectiveRestrictWorkspaceAdmins {
539
+ /**
540
+ * When true, workspace admins cannot create governance tags.
541
+ * ALLOW_ALL status does not override this; they are independent
542
+ */
543
+ disableGovTagCreation?: boolean;
258
544
  /**
259
545
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
260
546
  */
@@ -270,6 +556,11 @@ export interface AccountSettingV2PersonalCompute {
270
556
  value?: string;
271
557
  }
272
558
  export interface AccountSettingV2RestrictWorkspaceAdmins {
559
+ /**
560
+ * When true, workspace admins cannot create governance tags.
561
+ * ALLOW_ALL status does not override this; they are independent
562
+ */
563
+ disableGovTagCreation?: boolean;
273
564
  /**
274
565
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
275
566
  */
@@ -666,6 +957,11 @@ export interface AppResource {
666
957
  ucSecurable?: outputs.AppResourceUcSecurable;
667
958
  }
668
959
  export interface AppResourceApp {
960
+ /**
961
+ * The name of the app. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace.
962
+ */
963
+ name?: string;
964
+ permission?: string;
669
965
  }
670
966
  export interface AppResourceDatabase {
671
967
  /**
@@ -791,6 +1087,12 @@ export interface AppSpaceResource {
791
1087
  ucSecurable?: outputs.AppSpaceResourceUcSecurable;
792
1088
  }
793
1089
  export interface AppSpaceResourceApp {
1090
+ /**
1091
+ * The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens.
1092
+ * It must be unique within the workspace
1093
+ */
1094
+ name?: string;
1095
+ permission?: string;
794
1096
  }
795
1097
  export interface AppSpaceResourceDatabase {
796
1098
  databaseName: string;
@@ -1075,6 +1377,16 @@ export interface CatalogEffectivePredictiveOptimizationFlag {
1075
1377
  inheritedFromType?: string;
1076
1378
  value: string;
1077
1379
  }
1380
+ export interface CatalogManagedEncryptionSettings {
1381
+ azureEncryptionSettings?: outputs.CatalogManagedEncryptionSettingsAzureEncryptionSettings;
1382
+ azureKeyVaultKeyId?: string;
1383
+ customerManagedKeyId?: string;
1384
+ }
1385
+ export interface CatalogManagedEncryptionSettingsAzureEncryptionSettings {
1386
+ azureCmkAccessConnectorId?: string;
1387
+ azureCmkManagedIdentityId?: string;
1388
+ azureTenantId: string;
1389
+ }
1078
1390
  export interface CatalogProviderConfig {
1079
1391
  /**
1080
1392
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -1624,6 +1936,12 @@ export interface CredentialDatabricksGcpServiceAccount {
1624
1936
  email: string;
1625
1937
  privateKeyId: string;
1626
1938
  }
1939
+ export interface CredentialProviderConfig {
1940
+ /**
1941
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
1942
+ */
1943
+ workspaceId: string;
1944
+ }
1627
1945
  export interface CustomAppIntegrationTokenAccessPolicy {
1628
1946
  absoluteSessionLifetimeInMinutes: number;
1629
1947
  /**
@@ -2278,6 +2596,78 @@ export interface EnvironmentsWorkspaceBaseEnvironmentProviderConfig {
2278
2596
  */
2279
2597
  workspaceId: string;
2280
2598
  }
2599
+ export interface ExternalLocationEffectiveFileEventQueue {
2600
+ /**
2601
+ * Configuration for managed Azure Queue Storage queue.
2602
+ */
2603
+ managedAqs?: outputs.ExternalLocationEffectiveFileEventQueueManagedAqs;
2604
+ /**
2605
+ * Configuration for managed Google Cloud Pub/Sub queue.
2606
+ */
2607
+ managedPubsub?: outputs.ExternalLocationEffectiveFileEventQueueManagedPubsub;
2608
+ /**
2609
+ * Configuration for managed Amazon SQS queue.
2610
+ */
2611
+ managedSqs?: outputs.ExternalLocationEffectiveFileEventQueueManagedSqs;
2612
+ /**
2613
+ * Configuration for provided Azure Storage Queue.
2614
+ */
2615
+ providedAqs?: outputs.ExternalLocationEffectiveFileEventQueueProvidedAqs;
2616
+ /**
2617
+ * Configuration for provided Google Cloud Pub/Sub queue.
2618
+ */
2619
+ providedPubsub?: outputs.ExternalLocationEffectiveFileEventQueueProvidedPubsub;
2620
+ /**
2621
+ * Configuration for provided Amazon SQS queue.
2622
+ */
2623
+ providedSqs?: outputs.ExternalLocationEffectiveFileEventQueueProvidedSqs;
2624
+ }
2625
+ export interface ExternalLocationEffectiveFileEventQueueManagedAqs {
2626
+ managedResourceId?: string;
2627
+ queueUrl?: string;
2628
+ /**
2629
+ * The name of the Azure resource group.
2630
+ */
2631
+ resourceGroup?: string;
2632
+ /**
2633
+ * The Azure subscription ID.
2634
+ */
2635
+ subscriptionId?: string;
2636
+ }
2637
+ export interface ExternalLocationEffectiveFileEventQueueManagedPubsub {
2638
+ managedResourceId?: string;
2639
+ /**
2640
+ * The name of the subscription.
2641
+ */
2642
+ subscriptionName?: string;
2643
+ }
2644
+ export interface ExternalLocationEffectiveFileEventQueueManagedSqs {
2645
+ managedResourceId?: string;
2646
+ queueUrl?: string;
2647
+ }
2648
+ export interface ExternalLocationEffectiveFileEventQueueProvidedAqs {
2649
+ managedResourceId?: string;
2650
+ queueUrl?: string;
2651
+ /**
2652
+ * The name of the Azure resource group.
2653
+ */
2654
+ resourceGroup?: string;
2655
+ /**
2656
+ * The Azure subscription ID.
2657
+ */
2658
+ subscriptionId?: string;
2659
+ }
2660
+ export interface ExternalLocationEffectiveFileEventQueueProvidedPubsub {
2661
+ managedResourceId?: string;
2662
+ /**
2663
+ * The name of the subscription.
2664
+ */
2665
+ subscriptionName?: string;
2666
+ }
2667
+ export interface ExternalLocationEffectiveFileEventQueueProvidedSqs {
2668
+ managedResourceId?: string;
2669
+ queueUrl?: string;
2670
+ }
2281
2671
  export interface ExternalLocationEncryptionDetails {
2282
2672
  /**
2283
2673
  * a block describing server-Side Encryption properties for clients communicating with AWS S3. Consists of the following attributes:
@@ -2401,6 +2791,10 @@ export interface FeatureEngineeringFeatureFunction {
2401
2791
  * An aggregation function applied over a time window
2402
2792
  */
2403
2793
  aggregationFunction?: outputs.FeatureEngineeringFeatureFunctionAggregationFunction;
2794
+ /**
2795
+ * Selects the latest value of a single column in a data source
2796
+ */
2797
+ columnSelection?: outputs.FeatureEngineeringFeatureFunctionColumnSelection;
2404
2798
  /**
2405
2799
  * Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
2406
2800
  * Extra parameters for parameterized functions
@@ -2505,6 +2899,12 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunctionVarPop {
2505
2899
  export interface FeatureEngineeringFeatureFunctionAggregationFunctionVarSamp {
2506
2900
  input: string;
2507
2901
  }
2902
+ export interface FeatureEngineeringFeatureFunctionColumnSelection {
2903
+ /**
2904
+ * Column name from source to select as the feature value
2905
+ */
2906
+ column: string;
2907
+ }
2508
2908
  export interface FeatureEngineeringFeatureFunctionExtraParameter {
2509
2909
  /**
2510
2910
  * The name of the parameter
@@ -2542,8 +2942,18 @@ export interface FeatureEngineeringFeatureProviderConfig {
2542
2942
  workspaceId: string;
2543
2943
  }
2544
2944
  export interface FeatureEngineeringFeatureSource {
2945
+ /**
2946
+ * A Delta table data source
2947
+ */
2545
2948
  deltaTableSource?: outputs.FeatureEngineeringFeatureSourceDeltaTableSource;
2949
+ /**
2950
+ * A Kafka stream data source
2951
+ */
2546
2952
  kafkaSource?: outputs.FeatureEngineeringFeatureSourceKafkaSource;
2953
+ /**
2954
+ * A request-time data source
2955
+ */
2956
+ requestSource?: outputs.FeatureEngineeringFeatureSourceRequestSource;
2547
2957
  }
2548
2958
  export interface FeatureEngineeringFeatureSourceDeltaTableSource {
2549
2959
  /**
@@ -2597,18 +3007,37 @@ export interface FeatureEngineeringFeatureSourceKafkaSource {
2597
3007
  }
2598
3008
  export interface FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier {
2599
3009
  /**
2600
- * String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
2601
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
3010
+ * 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
3011
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
2602
3012
  */
2603
3013
  variantExprPath: string;
2604
3014
  }
2605
3015
  export interface FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier {
2606
3016
  /**
2607
- * String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
2608
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
3017
+ * 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
3018
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
2609
3019
  */
2610
3020
  variantExprPath: string;
2611
3021
  }
3022
+ export interface FeatureEngineeringFeatureSourceRequestSource {
3023
+ /**
3024
+ * A flat schema with scalar-typed fields only
3025
+ */
3026
+ flatSchema?: outputs.FeatureEngineeringFeatureSourceRequestSourceFlatSchema;
3027
+ }
3028
+ export interface FeatureEngineeringFeatureSourceRequestSourceFlatSchema {
3029
+ /**
3030
+ * The list of fields in this schema
3031
+ */
3032
+ fields: outputs.FeatureEngineeringFeatureSourceRequestSourceFlatSchemaField[];
3033
+ }
3034
+ export interface FeatureEngineeringFeatureSourceRequestSourceFlatSchemaField {
3035
+ /**
3036
+ * The scalar data type of the field. Possible values are: `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INTEGER`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`
3037
+ */
3038
+ dataType: string;
3039
+ name: string;
3040
+ }
2612
3041
  export interface FeatureEngineeringFeatureTimeWindow {
2613
3042
  continuous?: outputs.FeatureEngineeringFeatureTimeWindowContinuous;
2614
3043
  sliding?: outputs.FeatureEngineeringFeatureTimeWindowSliding;
@@ -2870,6 +3299,16 @@ export interface GetAccountNetworkPoliciesItem {
2870
3299
  * (NetworkPolicyEgress) - The network policies applying for egress traffic
2871
3300
  */
2872
3301
  egress: outputs.GetAccountNetworkPoliciesItemEgress;
3302
+ /**
3303
+ * (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
3304
+ */
3305
+ ingress: outputs.GetAccountNetworkPoliciesItemIngress;
3306
+ /**
3307
+ * (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request
3308
+ * is allowed by the ingress policy. When this field is set, the policy will be evaluated
3309
+ * and emit logs only without blocking requests
3310
+ */
3311
+ ingressDryRun: outputs.GetAccountNetworkPoliciesItemIngressDryRun;
2873
3312
  /**
2874
3313
  * (string) - The unique identifier for the network policy
2875
3314
  */
@@ -2944,33 +3383,437 @@ export interface GetAccountNetworkPoliciesItemEgressNetworkAccessPolicyEnforceme
2944
3383
  */
2945
3384
  enforcementMode?: string;
2946
3385
  }
2947
- export interface GetAccountNetworkPolicyEgress {
3386
+ export interface GetAccountNetworkPoliciesItemIngress {
2948
3387
  /**
2949
- * (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
3388
+ * (CustomerFacingIngressNetworkPolicyPublicAccess)
2950
3389
  */
2951
- networkAccess?: outputs.GetAccountNetworkPolicyEgressNetworkAccess;
3390
+ publicAccess?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccess;
2952
3391
  }
2953
- export interface GetAccountNetworkPolicyEgressNetworkAccess {
3392
+ export interface GetAccountNetworkPoliciesItemIngressDryRun {
2954
3393
  /**
2955
- * (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
3394
+ * (CustomerFacingIngressNetworkPolicyPublicAccess)
2956
3395
  */
2957
- allowedInternetDestinations?: outputs.GetAccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination[];
3396
+ publicAccess?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccess;
3397
+ }
3398
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccess {
2958
3399
  /**
2959
- * (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
3400
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
2960
3401
  */
2961
- allowedStorageDestinations?: outputs.GetAccountNetworkPolicyEgressNetworkAccessAllowedStorageDestination[];
3402
+ allowRules?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRule[];
2962
3403
  /**
2963
- * (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
3404
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
2964
3405
  */
2965
- policyEnforcement?: outputs.GetAccountNetworkPolicyEgressNetworkAccessPolicyEnforcement;
3406
+ denyRules?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRule[];
2966
3407
  /**
2967
3408
  * (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
2968
3409
  */
2969
3410
  restrictionMode: string;
2970
3411
  }
2971
- export interface GetAccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination {
3412
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRule {
2972
3413
  /**
2973
- * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3414
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3415
+ */
3416
+ authentication?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthentication;
3417
+ /**
3418
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3419
+ */
3420
+ destination?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestination;
3421
+ /**
3422
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3423
+ * caused a request to be denied or dry-run denied
3424
+ */
3425
+ label?: string;
3426
+ /**
3427
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3428
+ */
3429
+ origin?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOrigin;
3430
+ }
3431
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthentication {
3432
+ /**
3433
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3434
+ */
3435
+ identities?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthenticationIdentity[];
3436
+ /**
3437
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
3438
+ */
3439
+ identityType?: string;
3440
+ }
3441
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthenticationIdentity {
3442
+ /**
3443
+ * (integer)
3444
+ */
3445
+ principalId?: number;
3446
+ /**
3447
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
3448
+ */
3449
+ principalType?: string;
3450
+ }
3451
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestination {
3452
+ /**
3453
+ * (boolean) - Must be set to true
3454
+ */
3455
+ allDestinations?: boolean;
3456
+ /**
3457
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
3458
+ */
3459
+ workspaceApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi;
3460
+ /**
3461
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
3462
+ */
3463
+ workspaceUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi;
3464
+ }
3465
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi {
3466
+ /**
3467
+ * (list of string)
3468
+ */
3469
+ scopes?: string[];
3470
+ }
3471
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi {
3472
+ /**
3473
+ * (boolean) - Must be set to true
3474
+ */
3475
+ allDestinations?: boolean;
3476
+ }
3477
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOrigin {
3478
+ /**
3479
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
3480
+ */
3481
+ allIpRanges?: boolean;
3482
+ /**
3483
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
3484
+ */
3485
+ excludedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges;
3486
+ /**
3487
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
3488
+ */
3489
+ includedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges;
3490
+ }
3491
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges {
3492
+ /**
3493
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3494
+ */
3495
+ ipRanges?: string[];
3496
+ }
3497
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges {
3498
+ /**
3499
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3500
+ */
3501
+ ipRanges?: string[];
3502
+ }
3503
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRule {
3504
+ /**
3505
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3506
+ */
3507
+ authentication?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthentication;
3508
+ /**
3509
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3510
+ */
3511
+ destination?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestination;
3512
+ /**
3513
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3514
+ * caused a request to be denied or dry-run denied
3515
+ */
3516
+ label?: string;
3517
+ /**
3518
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3519
+ */
3520
+ origin?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOrigin;
3521
+ }
3522
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthentication {
3523
+ /**
3524
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3525
+ */
3526
+ identities?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthenticationIdentity[];
3527
+ /**
3528
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
3529
+ */
3530
+ identityType?: string;
3531
+ }
3532
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthenticationIdentity {
3533
+ /**
3534
+ * (integer)
3535
+ */
3536
+ principalId?: number;
3537
+ /**
3538
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
3539
+ */
3540
+ principalType?: string;
3541
+ }
3542
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestination {
3543
+ /**
3544
+ * (boolean) - Must be set to true
3545
+ */
3546
+ allDestinations?: boolean;
3547
+ /**
3548
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
3549
+ */
3550
+ workspaceApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi;
3551
+ /**
3552
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
3553
+ */
3554
+ workspaceUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi;
3555
+ }
3556
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi {
3557
+ /**
3558
+ * (list of string)
3559
+ */
3560
+ scopes?: string[];
3561
+ }
3562
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi {
3563
+ /**
3564
+ * (boolean) - Must be set to true
3565
+ */
3566
+ allDestinations?: boolean;
3567
+ }
3568
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOrigin {
3569
+ /**
3570
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
3571
+ */
3572
+ allIpRanges?: boolean;
3573
+ /**
3574
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
3575
+ */
3576
+ excludedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges;
3577
+ /**
3578
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
3579
+ */
3580
+ includedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges;
3581
+ }
3582
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges {
3583
+ /**
3584
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3585
+ */
3586
+ ipRanges?: string[];
3587
+ }
3588
+ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges {
3589
+ /**
3590
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3591
+ */
3592
+ ipRanges?: string[];
3593
+ }
3594
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccess {
3595
+ /**
3596
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
3597
+ */
3598
+ allowRules?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRule[];
3599
+ /**
3600
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
3601
+ */
3602
+ denyRules?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRule[];
3603
+ /**
3604
+ * (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
3605
+ */
3606
+ restrictionMode: string;
3607
+ }
3608
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRule {
3609
+ /**
3610
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3611
+ */
3612
+ authentication?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthentication;
3613
+ /**
3614
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3615
+ */
3616
+ destination?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestination;
3617
+ /**
3618
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3619
+ * caused a request to be denied or dry-run denied
3620
+ */
3621
+ label?: string;
3622
+ /**
3623
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3624
+ */
3625
+ origin?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOrigin;
3626
+ }
3627
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthentication {
3628
+ /**
3629
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3630
+ */
3631
+ identities?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthenticationIdentity[];
3632
+ /**
3633
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
3634
+ */
3635
+ identityType?: string;
3636
+ }
3637
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthenticationIdentity {
3638
+ /**
3639
+ * (integer)
3640
+ */
3641
+ principalId?: number;
3642
+ /**
3643
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
3644
+ */
3645
+ principalType?: string;
3646
+ }
3647
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestination {
3648
+ /**
3649
+ * (boolean) - Must be set to true
3650
+ */
3651
+ allDestinations?: boolean;
3652
+ /**
3653
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
3654
+ */
3655
+ workspaceApi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceApi;
3656
+ /**
3657
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
3658
+ */
3659
+ workspaceUi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceUi;
3660
+ }
3661
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceApi {
3662
+ /**
3663
+ * (list of string)
3664
+ */
3665
+ scopes?: string[];
3666
+ }
3667
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceUi {
3668
+ /**
3669
+ * (boolean) - Must be set to true
3670
+ */
3671
+ allDestinations?: boolean;
3672
+ }
3673
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOrigin {
3674
+ /**
3675
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
3676
+ */
3677
+ allIpRanges?: boolean;
3678
+ /**
3679
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
3680
+ */
3681
+ excludedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginExcludedIpRanges;
3682
+ /**
3683
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
3684
+ */
3685
+ includedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginIncludedIpRanges;
3686
+ }
3687
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginExcludedIpRanges {
3688
+ /**
3689
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3690
+ */
3691
+ ipRanges?: string[];
3692
+ }
3693
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginIncludedIpRanges {
3694
+ /**
3695
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3696
+ */
3697
+ ipRanges?: string[];
3698
+ }
3699
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRule {
3700
+ /**
3701
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3702
+ */
3703
+ authentication?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthentication;
3704
+ /**
3705
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3706
+ */
3707
+ destination?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestination;
3708
+ /**
3709
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3710
+ * caused a request to be denied or dry-run denied
3711
+ */
3712
+ label?: string;
3713
+ /**
3714
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3715
+ */
3716
+ origin?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOrigin;
3717
+ }
3718
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthentication {
3719
+ /**
3720
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3721
+ */
3722
+ identities?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthenticationIdentity[];
3723
+ /**
3724
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
3725
+ */
3726
+ identityType?: string;
3727
+ }
3728
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthenticationIdentity {
3729
+ /**
3730
+ * (integer)
3731
+ */
3732
+ principalId?: number;
3733
+ /**
3734
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
3735
+ */
3736
+ principalType?: string;
3737
+ }
3738
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestination {
3739
+ /**
3740
+ * (boolean) - Must be set to true
3741
+ */
3742
+ allDestinations?: boolean;
3743
+ /**
3744
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
3745
+ */
3746
+ workspaceApi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceApi;
3747
+ /**
3748
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
3749
+ */
3750
+ workspaceUi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceUi;
3751
+ }
3752
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceApi {
3753
+ /**
3754
+ * (list of string)
3755
+ */
3756
+ scopes?: string[];
3757
+ }
3758
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceUi {
3759
+ /**
3760
+ * (boolean) - Must be set to true
3761
+ */
3762
+ allDestinations?: boolean;
3763
+ }
3764
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOrigin {
3765
+ /**
3766
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
3767
+ */
3768
+ allIpRanges?: boolean;
3769
+ /**
3770
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
3771
+ */
3772
+ excludedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginExcludedIpRanges;
3773
+ /**
3774
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
3775
+ */
3776
+ includedIpRanges?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginIncludedIpRanges;
3777
+ }
3778
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginExcludedIpRanges {
3779
+ /**
3780
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3781
+ */
3782
+ ipRanges?: string[];
3783
+ }
3784
+ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginIncludedIpRanges {
3785
+ /**
3786
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3787
+ */
3788
+ ipRanges?: string[];
3789
+ }
3790
+ export interface GetAccountNetworkPolicyEgress {
3791
+ /**
3792
+ * (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
3793
+ */
3794
+ networkAccess?: outputs.GetAccountNetworkPolicyEgressNetworkAccess;
3795
+ }
3796
+ export interface GetAccountNetworkPolicyEgressNetworkAccess {
3797
+ /**
3798
+ * (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
3799
+ */
3800
+ allowedInternetDestinations?: outputs.GetAccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination[];
3801
+ /**
3802
+ * (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
3803
+ */
3804
+ allowedStorageDestinations?: outputs.GetAccountNetworkPolicyEgressNetworkAccessAllowedStorageDestination[];
3805
+ /**
3806
+ * (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
3807
+ */
3808
+ policyEnforcement?: outputs.GetAccountNetworkPolicyEgressNetworkAccessPolicyEnforcement;
3809
+ /**
3810
+ * (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
3811
+ */
3812
+ restrictionMode: string;
3813
+ }
3814
+ export interface GetAccountNetworkPolicyEgressNetworkAccessAllowedInternetDestination {
3815
+ /**
3816
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
2974
3817
  */
2975
3818
  destination?: string;
2976
3819
  /**
@@ -3013,6 +3856,410 @@ export interface GetAccountNetworkPolicyEgressNetworkAccessPolicyEnforcement {
3013
3856
  */
3014
3857
  enforcementMode?: string;
3015
3858
  }
3859
+ export interface GetAccountNetworkPolicyIngress {
3860
+ /**
3861
+ * (CustomerFacingIngressNetworkPolicyPublicAccess)
3862
+ */
3863
+ publicAccess?: outputs.GetAccountNetworkPolicyIngressPublicAccess;
3864
+ }
3865
+ export interface GetAccountNetworkPolicyIngressDryRun {
3866
+ /**
3867
+ * (CustomerFacingIngressNetworkPolicyPublicAccess)
3868
+ */
3869
+ publicAccess?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccess;
3870
+ }
3871
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccess {
3872
+ /**
3873
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
3874
+ */
3875
+ allowRules?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRule[];
3876
+ /**
3877
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
3878
+ */
3879
+ denyRules?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRule[];
3880
+ /**
3881
+ * (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
3882
+ */
3883
+ restrictionMode: string;
3884
+ }
3885
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRule {
3886
+ /**
3887
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3888
+ */
3889
+ authentication?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication;
3890
+ /**
3891
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3892
+ */
3893
+ destination?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination;
3894
+ /**
3895
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3896
+ * caused a request to be denied or dry-run denied
3897
+ */
3898
+ label?: string;
3899
+ /**
3900
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3901
+ */
3902
+ origin?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin;
3903
+ }
3904
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentication {
3905
+ /**
3906
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3907
+ */
3908
+ identities?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity[];
3909
+ /**
3910
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
3911
+ */
3912
+ identityType?: string;
3913
+ }
3914
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthenticationIdentity {
3915
+ /**
3916
+ * (integer)
3917
+ */
3918
+ principalId?: number;
3919
+ /**
3920
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
3921
+ */
3922
+ principalType?: string;
3923
+ }
3924
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination {
3925
+ /**
3926
+ * (boolean) - Must be set to true
3927
+ */
3928
+ allDestinations?: boolean;
3929
+ /**
3930
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
3931
+ */
3932
+ workspaceApi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi;
3933
+ /**
3934
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
3935
+ */
3936
+ workspaceUi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi;
3937
+ }
3938
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi {
3939
+ /**
3940
+ * (list of string)
3941
+ */
3942
+ scopes?: string[];
3943
+ }
3944
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi {
3945
+ /**
3946
+ * (boolean) - Must be set to true
3947
+ */
3948
+ allDestinations?: boolean;
3949
+ }
3950
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOrigin {
3951
+ /**
3952
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
3953
+ */
3954
+ allIpRanges?: boolean;
3955
+ /**
3956
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
3957
+ */
3958
+ excludedIpRanges?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges;
3959
+ /**
3960
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
3961
+ */
3962
+ includedIpRanges?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges;
3963
+ }
3964
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges {
3965
+ /**
3966
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3967
+ */
3968
+ ipRanges?: string[];
3969
+ }
3970
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges {
3971
+ /**
3972
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
3973
+ */
3974
+ ipRanges?: string[];
3975
+ }
3976
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRule {
3977
+ /**
3978
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
3979
+ */
3980
+ authentication?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication;
3981
+ /**
3982
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
3983
+ */
3984
+ destination?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination;
3985
+ /**
3986
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
3987
+ * caused a request to be denied or dry-run denied
3988
+ */
3989
+ label?: string;
3990
+ /**
3991
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
3992
+ */
3993
+ origin?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin;
3994
+ }
3995
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentication {
3996
+ /**
3997
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
3998
+ */
3999
+ identities?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity[];
4000
+ /**
4001
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
4002
+ */
4003
+ identityType?: string;
4004
+ }
4005
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthenticationIdentity {
4006
+ /**
4007
+ * (integer)
4008
+ */
4009
+ principalId?: number;
4010
+ /**
4011
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
4012
+ */
4013
+ principalType?: string;
4014
+ }
4015
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination {
4016
+ /**
4017
+ * (boolean) - Must be set to true
4018
+ */
4019
+ allDestinations?: boolean;
4020
+ /**
4021
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
4022
+ */
4023
+ workspaceApi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi;
4024
+ /**
4025
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
4026
+ */
4027
+ workspaceUi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi;
4028
+ }
4029
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi {
4030
+ /**
4031
+ * (list of string)
4032
+ */
4033
+ scopes?: string[];
4034
+ }
4035
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi {
4036
+ /**
4037
+ * (boolean) - Must be set to true
4038
+ */
4039
+ allDestinations?: boolean;
4040
+ }
4041
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOrigin {
4042
+ /**
4043
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
4044
+ */
4045
+ allIpRanges?: boolean;
4046
+ /**
4047
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
4048
+ */
4049
+ excludedIpRanges?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges;
4050
+ /**
4051
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
4052
+ */
4053
+ includedIpRanges?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges;
4054
+ }
4055
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges {
4056
+ /**
4057
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4058
+ */
4059
+ ipRanges?: string[];
4060
+ }
4061
+ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges {
4062
+ /**
4063
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4064
+ */
4065
+ ipRanges?: string[];
4066
+ }
4067
+ export interface GetAccountNetworkPolicyIngressPublicAccess {
4068
+ /**
4069
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
4070
+ */
4071
+ allowRules?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRule[];
4072
+ /**
4073
+ * (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
4074
+ */
4075
+ denyRules?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRule[];
4076
+ /**
4077
+ * (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are: `FULL_ACCESS`, `RESTRICTED_ACCESS`
4078
+ */
4079
+ restrictionMode: string;
4080
+ }
4081
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRule {
4082
+ /**
4083
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
4084
+ */
4085
+ authentication?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication;
4086
+ /**
4087
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
4088
+ */
4089
+ destination?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestination;
4090
+ /**
4091
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
4092
+ * caused a request to be denied or dry-run denied
4093
+ */
4094
+ label?: string;
4095
+ /**
4096
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
4097
+ */
4098
+ origin?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleOrigin;
4099
+ }
4100
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleAuthentication {
4101
+ /**
4102
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
4103
+ */
4104
+ identities?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity[];
4105
+ /**
4106
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
4107
+ */
4108
+ identityType?: string;
4109
+ }
4110
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationIdentity {
4111
+ /**
4112
+ * (integer)
4113
+ */
4114
+ principalId?: number;
4115
+ /**
4116
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
4117
+ */
4118
+ principalType?: string;
4119
+ }
4120
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestination {
4121
+ /**
4122
+ * (boolean) - Must be set to true
4123
+ */
4124
+ allDestinations?: boolean;
4125
+ /**
4126
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
4127
+ */
4128
+ workspaceApi?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi;
4129
+ /**
4130
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
4131
+ */
4132
+ workspaceUi?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi;
4133
+ }
4134
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceApi {
4135
+ /**
4136
+ * (list of string)
4137
+ */
4138
+ scopes?: string[];
4139
+ }
4140
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationWorkspaceUi {
4141
+ /**
4142
+ * (boolean) - Must be set to true
4143
+ */
4144
+ allDestinations?: boolean;
4145
+ }
4146
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleOrigin {
4147
+ /**
4148
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
4149
+ */
4150
+ allIpRanges?: boolean;
4151
+ /**
4152
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
4153
+ */
4154
+ excludedIpRanges?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges;
4155
+ /**
4156
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
4157
+ */
4158
+ includedIpRanges?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges;
4159
+ }
4160
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleOriginExcludedIpRanges {
4161
+ /**
4162
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4163
+ */
4164
+ ipRanges?: string[];
4165
+ }
4166
+ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleOriginIncludedIpRanges {
4167
+ /**
4168
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4169
+ */
4170
+ ipRanges?: string[];
4171
+ }
4172
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRule {
4173
+ /**
4174
+ * (CustomerFacingIngressNetworkPolicyAuthentication)
4175
+ */
4176
+ authentication?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication;
4177
+ /**
4178
+ * (string) - The internet destination to which access will be allowed. Format dependent on the destination type
4179
+ */
4180
+ destination?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestination;
4181
+ /**
4182
+ * (string) - User-provided name for this ingress rule. Helps identify which rule
4183
+ * caused a request to be denied or dry-run denied
4184
+ */
4185
+ label?: string;
4186
+ /**
4187
+ * (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
4188
+ */
4189
+ origin?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleOrigin;
4190
+ }
4191
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleAuthentication {
4192
+ /**
4193
+ * (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
4194
+ */
4195
+ identities?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity[];
4196
+ /**
4197
+ * (string) - Possible values are: `IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS`, `IDENTITY_TYPE_ALL_USERS`, `IDENTITY_TYPE_SELECTED_IDENTITIES`
4198
+ */
4199
+ identityType?: string;
4200
+ }
4201
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationIdentity {
4202
+ /**
4203
+ * (integer)
4204
+ */
4205
+ principalId?: number;
4206
+ /**
4207
+ * (string) - Possible values are: `PRINCIPAL_TYPE_SERVICE_PRINCIPAL`, `PRINCIPAL_TYPE_USER`
4208
+ */
4209
+ principalType?: string;
4210
+ }
4211
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestination {
4212
+ /**
4213
+ * (boolean) - Must be set to true
4214
+ */
4215
+ allDestinations?: boolean;
4216
+ /**
4217
+ * (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
4218
+ */
4219
+ workspaceApi?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi;
4220
+ /**
4221
+ * (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
4222
+ */
4223
+ workspaceUi?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi;
4224
+ }
4225
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceApi {
4226
+ /**
4227
+ * (list of string)
4228
+ */
4229
+ scopes?: string[];
4230
+ }
4231
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationWorkspaceUi {
4232
+ /**
4233
+ * (boolean) - Must be set to true
4234
+ */
4235
+ allDestinations?: boolean;
4236
+ }
4237
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleOrigin {
4238
+ /**
4239
+ * (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
4240
+ */
4241
+ allIpRanges?: boolean;
4242
+ /**
4243
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
4244
+ */
4245
+ excludedIpRanges?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges;
4246
+ /**
4247
+ * (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
4248
+ */
4249
+ includedIpRanges?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges;
4250
+ }
4251
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleOriginExcludedIpRanges {
4252
+ /**
4253
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4254
+ */
4255
+ ipRanges?: string[];
4256
+ }
4257
+ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleOriginIncludedIpRanges {
4258
+ /**
4259
+ * (list of string) - We only support IPv4 and IPv4 CIDR notation for now
4260
+ */
4261
+ ipRanges?: string[];
4262
+ }
3016
4263
  export interface GetAccountSettingUserPreferenceV2BooleanVal {
3017
4264
  /**
3018
4265
  * (string) - Represents a generic string value
@@ -3218,6 +4465,11 @@ export interface GetAccountSettingV2EffectivePersonalCompute {
3218
4465
  value?: string;
3219
4466
  }
3220
4467
  export interface GetAccountSettingV2EffectiveRestrictWorkspaceAdmins {
4468
+ /**
4469
+ * (boolean) - When true, workspace admins cannot create governance tags.
4470
+ * ALLOW_ALL status does not override this; they are independent
4471
+ */
4472
+ disableGovTagCreation?: boolean;
3221
4473
  /**
3222
4474
  * (string) - Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
3223
4475
  */
@@ -3242,6 +4494,11 @@ export interface GetAccountSettingV2PersonalCompute {
3242
4494
  value?: string;
3243
4495
  }
3244
4496
  export interface GetAccountSettingV2RestrictWorkspaceAdmins {
4497
+ /**
4498
+ * (boolean) - When true, workspace admins cannot create governance tags.
4499
+ * ALLOW_ALL status does not override this; they are independent
4500
+ */
4501
+ disableGovTagCreation?: boolean;
3245
4502
  /**
3246
4503
  * (string) - Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
3247
4504
  */
@@ -3920,6 +5177,14 @@ export interface GetAppAppResource {
3920
5177
  ucSecurable?: outputs.GetAppAppResourceUcSecurable;
3921
5178
  }
3922
5179
  export interface GetAppAppResourceApp {
5180
+ /**
5181
+ * The name of the app.
5182
+ */
5183
+ name?: string;
5184
+ /**
5185
+ * Permission to grant on database. Supported permissions are: `CAN_CONNECT_AND_CREATE`.
5186
+ */
5187
+ permission?: string;
3923
5188
  }
3924
5189
  export interface GetAppAppResourceDatabase {
3925
5190
  /**
@@ -4095,6 +5360,15 @@ export interface GetAppSpaceResource {
4095
5360
  ucSecurable?: outputs.GetAppSpaceResourceUcSecurable;
4096
5361
  }
4097
5362
  export interface GetAppSpaceResourceApp {
5363
+ /**
5364
+ * The name of the app space. The name must contain only lowercase alphanumeric characters and hyphens.
5365
+ * It must be unique within the workspace
5366
+ */
5367
+ name?: string;
5368
+ /**
5369
+ * (string) - Possible values are: `EXECUTE`, `MODIFY`, `READ_VOLUME`, `SELECT`, `USE_CONNECTION`, `WRITE_VOLUME`
5370
+ */
5371
+ permission?: string;
4098
5372
  }
4099
5373
  export interface GetAppSpaceResourceDatabase {
4100
5374
  /**
@@ -4356,6 +5630,14 @@ export interface GetAppSpacesSpaceResource {
4356
5630
  ucSecurable?: outputs.GetAppSpacesSpaceResourceUcSecurable;
4357
5631
  }
4358
5632
  export interface GetAppSpacesSpaceResourceApp {
5633
+ /**
5634
+ * (string) - Name of the serving endpoint to grant permission on
5635
+ */
5636
+ name?: string;
5637
+ /**
5638
+ * (string) - Possible values are: `EXECUTE`, `MODIFY`, `READ_VOLUME`, `SELECT`, `USE_CONNECTION`, `WRITE_VOLUME`
5639
+ */
5640
+ permission?: string;
4359
5641
  }
4360
5642
  export interface GetAppSpacesSpaceResourceDatabase {
4361
5643
  /**
@@ -4756,6 +6038,14 @@ export interface GetAppsAppResource {
4756
6038
  ucSecurable?: outputs.GetAppsAppResourceUcSecurable;
4757
6039
  }
4758
6040
  export interface GetAppsAppResourceApp {
6041
+ /**
6042
+ * The name of Genie Space.
6043
+ */
6044
+ name?: string;
6045
+ /**
6046
+ * Permission to grant on database. Supported permissions are: `CAN_CONNECT_AND_CREATE`.
6047
+ */
6048
+ permission?: string;
4759
6049
  }
4760
6050
  export interface GetAppsAppResourceDatabase {
4761
6051
  /**
@@ -5226,6 +6516,7 @@ export interface GetCatalogCatalogInfo {
5226
6516
  * Whether the current securable is accessible from all workspaces or a specific set of workspaces.
5227
6517
  */
5228
6518
  isolationMode?: string;
6519
+ managedEncryptionSettings?: outputs.GetCatalogCatalogInfoManagedEncryptionSettings;
5229
6520
  /**
5230
6521
  * Unique identifier of parent metastore.
5231
6522
  */
@@ -5285,6 +6576,16 @@ export interface GetCatalogCatalogInfoEffectivePredictiveOptimizationFlag {
5285
6576
  inheritedFromType?: string;
5286
6577
  value: string;
5287
6578
  }
6579
+ export interface GetCatalogCatalogInfoManagedEncryptionSettings {
6580
+ azureEncryptionSettings?: outputs.GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettings;
6581
+ azureKeyVaultKeyId?: string;
6582
+ customerManagedKeyId?: string;
6583
+ }
6584
+ export interface GetCatalogCatalogInfoManagedEncryptionSettingsAzureEncryptionSettings {
6585
+ azureCmkAccessConnectorId?: string;
6586
+ azureCmkManagedIdentityId?: string;
6587
+ azureTenantId: string;
6588
+ }
5288
6589
  export interface GetCatalogCatalogInfoProvisioningInfo {
5289
6590
  state?: string;
5290
6591
  }
@@ -7522,7 +8823,7 @@ export interface GetEntityTagAssignmentsTagAssignment {
7522
8823
  */
7523
8824
  entityName: string;
7524
8825
  /**
7525
- * The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
8826
+ * The type of the entity to which the tag is assigned
7526
8827
  */
7527
8828
  entityType: string;
7528
8829
  /**
@@ -7655,6 +8956,7 @@ export interface GetExternalLocationExternalLocationInfo {
7655
8956
  */
7656
8957
  credentialName?: string;
7657
8958
  effectiveEnableFileEvents?: boolean;
8959
+ effectiveFileEventQueue?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueue;
7658
8960
  enableFileEvents?: boolean;
7659
8961
  /**
7660
8962
  * A block describing encryption options that apply to clients connecting to cloud storage. Consisting of the following attributes:
@@ -7692,6 +8994,42 @@ export interface GetExternalLocationExternalLocationInfo {
7692
8994
  */
7693
8995
  url?: string;
7694
8996
  }
8997
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueue {
8998
+ managedAqs?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqs;
8999
+ managedPubsub?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsub;
9000
+ managedSqs?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqs;
9001
+ providedAqs?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqs;
9002
+ providedPubsub?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsub;
9003
+ providedSqs?: outputs.GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqs;
9004
+ }
9005
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedAqs {
9006
+ managedResourceId?: string;
9007
+ queueUrl?: string;
9008
+ resourceGroup?: string;
9009
+ subscriptionId?: string;
9010
+ }
9011
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedPubsub {
9012
+ managedResourceId?: string;
9013
+ subscriptionName?: string;
9014
+ }
9015
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueManagedSqs {
9016
+ managedResourceId?: string;
9017
+ queueUrl?: string;
9018
+ }
9019
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedAqs {
9020
+ managedResourceId?: string;
9021
+ queueUrl?: string;
9022
+ resourceGroup?: string;
9023
+ subscriptionId?: string;
9024
+ }
9025
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedPubsub {
9026
+ managedResourceId?: string;
9027
+ subscriptionName?: string;
9028
+ }
9029
+ export interface GetExternalLocationExternalLocationInfoEffectiveFileEventQueueProvidedSqs {
9030
+ managedResourceId?: string;
9031
+ queueUrl?: string;
9032
+ }
7695
9033
  export interface GetExternalLocationExternalLocationInfoEncryptionDetails {
7696
9034
  /**
7697
9035
  * a block describing server-Side Encryption properties for clients communicating with AWS S3. Consists of the following attributes:
@@ -7840,7 +9178,12 @@ export interface GetExternalMetadatasProviderConfig {
7840
9178
  }
7841
9179
  export interface GetFeatureEngineeringFeatureEntity {
7842
9180
  /**
7843
- * (string) - The name of the timeseries column
9181
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9182
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9183
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9184
+ * is what will be present in materialized tables and expected to match at query time.
9185
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9186
+ * backwards compatibility but is deprecated; migrate to dot notation
7844
9187
  */
7845
9188
  name: string;
7846
9189
  }
@@ -7849,6 +9192,10 @@ export interface GetFeatureEngineeringFeatureFunction {
7849
9192
  * (AggregationFunction) - An aggregation function applied over a time window
7850
9193
  */
7851
9194
  aggregationFunction?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunction;
9195
+ /**
9196
+ * (ColumnSelection) - Selects the latest value of a single column in a data source
9197
+ */
9198
+ columnSelection?: outputs.GetFeatureEngineeringFeatureFunctionColumnSelection;
7852
9199
  /**
7853
9200
  * (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
7854
9201
  * Extra parameters for parameterized functions
@@ -8048,6 +9395,12 @@ export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionVarSamp
8048
9395
  */
8049
9396
  input: string;
8050
9397
  }
9398
+ export interface GetFeatureEngineeringFeatureFunctionColumnSelection {
9399
+ /**
9400
+ * (string) - Column name from source to select as the feature value
9401
+ */
9402
+ column: string;
9403
+ }
8051
9404
  export interface GetFeatureEngineeringFeatureFunctionExtraParameter {
8052
9405
  /**
8053
9406
  * (string) - The name of the parameter
@@ -8086,13 +9439,17 @@ export interface GetFeatureEngineeringFeatureProviderConfig {
8086
9439
  }
8087
9440
  export interface GetFeatureEngineeringFeatureSource {
8088
9441
  /**
8089
- * (DeltaTableSource)
9442
+ * (DeltaTableSource) - A Delta table data source
8090
9443
  */
8091
9444
  deltaTableSource?: outputs.GetFeatureEngineeringFeatureSourceDeltaTableSource;
8092
9445
  /**
8093
- * (KafkaSource)
9446
+ * (KafkaSource) - A Kafka stream data source
8094
9447
  */
8095
9448
  kafkaSource?: outputs.GetFeatureEngineeringFeatureSourceKafkaSource;
9449
+ /**
9450
+ * (RequestSource) - A request-time data source
9451
+ */
9452
+ requestSource?: outputs.GetFeatureEngineeringFeatureSourceRequestSource;
8096
9453
  }
8097
9454
  export interface GetFeatureEngineeringFeatureSourceDeltaTableSource {
8098
9455
  /**
@@ -8137,7 +9494,12 @@ export interface GetFeatureEngineeringFeatureSourceKafkaSource {
8137
9494
  */
8138
9495
  filterCondition?: string;
8139
9496
  /**
8140
- * (string) - The name of the timeseries column
9497
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9498
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9499
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9500
+ * is what will be present in materialized tables and expected to match at query time.
9501
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9502
+ * backwards compatibility but is deprecated; migrate to dot notation
8141
9503
  */
8142
9504
  name: string;
8143
9505
  /**
@@ -8148,18 +9510,45 @@ export interface GetFeatureEngineeringFeatureSourceKafkaSource {
8148
9510
  }
8149
9511
  export interface GetFeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier {
8150
9512
  /**
8151
- * (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
8152
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
9513
+ * (string) - 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
9514
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
8153
9515
  */
8154
9516
  variantExprPath: string;
8155
9517
  }
8156
9518
  export interface GetFeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier {
8157
9519
  /**
8158
- * (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
8159
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
9520
+ * (string) - 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
9521
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
8160
9522
  */
8161
9523
  variantExprPath: string;
8162
9524
  }
9525
+ export interface GetFeatureEngineeringFeatureSourceRequestSource {
9526
+ /**
9527
+ * (FlatSchema) - A flat schema with scalar-typed fields only
9528
+ */
9529
+ flatSchema?: outputs.GetFeatureEngineeringFeatureSourceRequestSourceFlatSchema;
9530
+ }
9531
+ export interface GetFeatureEngineeringFeatureSourceRequestSourceFlatSchema {
9532
+ /**
9533
+ * (list of FieldDefinition) - The list of fields in this schema
9534
+ */
9535
+ fields: outputs.GetFeatureEngineeringFeatureSourceRequestSourceFlatSchemaField[];
9536
+ }
9537
+ export interface GetFeatureEngineeringFeatureSourceRequestSourceFlatSchemaField {
9538
+ /**
9539
+ * (string) - The scalar data type of the field. Possible values are: `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INTEGER`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`
9540
+ */
9541
+ dataType: string;
9542
+ /**
9543
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9544
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9545
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9546
+ * is what will be present in materialized tables and expected to match at query time.
9547
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9548
+ * backwards compatibility but is deprecated; migrate to dot notation
9549
+ */
9550
+ name: string;
9551
+ }
8163
9552
  export interface GetFeatureEngineeringFeatureTimeWindow {
8164
9553
  /**
8165
9554
  * (ContinuousWindow)
@@ -8202,7 +9591,12 @@ export interface GetFeatureEngineeringFeatureTimeWindowTumbling {
8202
9591
  }
8203
9592
  export interface GetFeatureEngineeringFeatureTimeseriesColumn {
8204
9593
  /**
8205
- * (string) - The name of the timeseries column
9594
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9595
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9596
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9597
+ * is what will be present in materialized tables and expected to match at query time.
9598
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9599
+ * backwards compatibility but is deprecated; migrate to dot notation
8206
9600
  */
8207
9601
  name: string;
8208
9602
  }
@@ -8260,7 +9654,12 @@ export interface GetFeatureEngineeringFeaturesFeature {
8260
9654
  }
8261
9655
  export interface GetFeatureEngineeringFeaturesFeatureEntity {
8262
9656
  /**
8263
- * (string) - The name of the timeseries column
9657
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9658
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9659
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9660
+ * is what will be present in materialized tables and expected to match at query time.
9661
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9662
+ * backwards compatibility but is deprecated; migrate to dot notation
8264
9663
  */
8265
9664
  name: string;
8266
9665
  }
@@ -8269,6 +9668,10 @@ export interface GetFeatureEngineeringFeaturesFeatureFunction {
8269
9668
  * (AggregationFunction) - An aggregation function applied over a time window
8270
9669
  */
8271
9670
  aggregationFunction?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction;
9671
+ /**
9672
+ * (ColumnSelection) - Selects the latest value of a single column in a data source
9673
+ */
9674
+ columnSelection?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionColumnSelection;
8272
9675
  /**
8273
9676
  * (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
8274
9677
  * Extra parameters for parameterized functions
@@ -8468,6 +9871,12 @@ export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction
8468
9871
  */
8469
9872
  input: string;
8470
9873
  }
9874
+ export interface GetFeatureEngineeringFeaturesFeatureFunctionColumnSelection {
9875
+ /**
9876
+ * (string) - Column name from source to select as the feature value
9877
+ */
9878
+ column: string;
9879
+ }
8471
9880
  export interface GetFeatureEngineeringFeaturesFeatureFunctionExtraParameter {
8472
9881
  /**
8473
9882
  * (string) - The name of the parameter
@@ -8506,13 +9915,17 @@ export interface GetFeatureEngineeringFeaturesFeatureProviderConfig {
8506
9915
  }
8507
9916
  export interface GetFeatureEngineeringFeaturesFeatureSource {
8508
9917
  /**
8509
- * (DeltaTableSource)
9918
+ * (DeltaTableSource) - A Delta table data source
8510
9919
  */
8511
9920
  deltaTableSource?: outputs.GetFeatureEngineeringFeaturesFeatureSourceDeltaTableSource;
8512
9921
  /**
8513
- * (KafkaSource)
9922
+ * (KafkaSource) - A Kafka stream data source
8514
9923
  */
8515
9924
  kafkaSource?: outputs.GetFeatureEngineeringFeaturesFeatureSourceKafkaSource;
9925
+ /**
9926
+ * (RequestSource) - A request-time data source
9927
+ */
9928
+ requestSource?: outputs.GetFeatureEngineeringFeaturesFeatureSourceRequestSource;
8516
9929
  }
8517
9930
  export interface GetFeatureEngineeringFeaturesFeatureSourceDeltaTableSource {
8518
9931
  /**
@@ -8557,7 +9970,12 @@ export interface GetFeatureEngineeringFeaturesFeatureSourceKafkaSource {
8557
9970
  */
8558
9971
  filterCondition?: string;
8559
9972
  /**
8560
- * (string) - The name of the timeseries column
9973
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
9974
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
9975
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
9976
+ * is what will be present in materialized tables and expected to match at query time.
9977
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
9978
+ * backwards compatibility but is deprecated; migrate to dot notation
8561
9979
  */
8562
9980
  name: string;
8563
9981
  /**
@@ -8568,18 +9986,45 @@ export interface GetFeatureEngineeringFeaturesFeatureSourceKafkaSource {
8568
9986
  }
8569
9987
  export interface GetFeatureEngineeringFeaturesFeatureSourceKafkaSourceEntityColumnIdentifier {
8570
9988
  /**
8571
- * (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
8572
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
9989
+ * (string) - 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
9990
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
8573
9991
  */
8574
9992
  variantExprPath: string;
8575
9993
  }
8576
9994
  export interface GetFeatureEngineeringFeaturesFeatureSourceKafkaSourceTimeseriesColumnIdentifier {
8577
9995
  /**
8578
- * (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
8579
- * and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
9996
+ * (string) - 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
9997
+ * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip
8580
9998
  */
8581
9999
  variantExprPath: string;
8582
10000
  }
10001
+ export interface GetFeatureEngineeringFeaturesFeatureSourceRequestSource {
10002
+ /**
10003
+ * (FlatSchema) - A flat schema with scalar-typed fields only
10004
+ */
10005
+ flatSchema?: outputs.GetFeatureEngineeringFeaturesFeatureSourceRequestSourceFlatSchema;
10006
+ }
10007
+ export interface GetFeatureEngineeringFeaturesFeatureSourceRequestSourceFlatSchema {
10008
+ /**
10009
+ * (list of FieldDefinition) - The list of fields in this schema
10010
+ */
10011
+ fields: outputs.GetFeatureEngineeringFeaturesFeatureSourceRequestSourceFlatSchemaField[];
10012
+ }
10013
+ export interface GetFeatureEngineeringFeaturesFeatureSourceRequestSourceFlatSchemaField {
10014
+ /**
10015
+ * (string) - The scalar data type of the field. Possible values are: `BINARY`, `BOOLEAN`, `DATE`, `DECIMAL`, `DOUBLE`, `FLOAT`, `INTEGER`, `LONG`, `SHORT`, `STRING`, `TIMESTAMP`
10016
+ */
10017
+ dataType: string;
10018
+ /**
10019
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
10020
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
10021
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
10022
+ * is what will be present in materialized tables and expected to match at query time.
10023
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
10024
+ * backwards compatibility but is deprecated; migrate to dot notation
10025
+ */
10026
+ name: string;
10027
+ }
8583
10028
  export interface GetFeatureEngineeringFeaturesFeatureTimeWindow {
8584
10029
  /**
8585
10030
  * (ContinuousWindow)
@@ -8622,7 +10067,12 @@ export interface GetFeatureEngineeringFeaturesFeatureTimeWindowTumbling {
8622
10067
  }
8623
10068
  export interface GetFeatureEngineeringFeaturesFeatureTimeseriesColumn {
8624
10069
  /**
8625
- * (string) - The name of the timeseries column
10070
+ * (string) - The name of the timeseries column. For Kafka sources, use dot-prefixed path notation to
10071
+ * reference fields within the key or value schema (e.g., "value.event_timestamp"). For nested
10072
+ * fields, the leaf node name (e.g., "eventTimestamp" from "value.event_details.event_timestamp")
10073
+ * is what will be present in materialized tables and expected to match at query time.
10074
+ * TODO(FS-939): Colon-prefixed notation (e.g., "value:event_timestamp") is supported for
10075
+ * backwards compatibility but is deprecated; migrate to dot notation
8626
10076
  */
8627
10077
  name: string;
8628
10078
  }
@@ -8890,6 +10340,10 @@ export interface GetFeatureEngineeringMaterializedFeaturesMaterializedFeature {
8890
10340
  * Filter by feature name. If specified, only materialized features materialized from this feature will be returned
8891
10341
  */
8892
10342
  featureName: string;
10343
+ /**
10344
+ * (boolean) - True if this is an online materialized feature. False if it is an offline materialized feature
10345
+ */
10346
+ isOnline: boolean;
8893
10347
  /**
8894
10348
  * (string) - The timestamp when the pipeline last ran and updated the materialized feature values.
8895
10349
  * If the pipeline has not run yet, this field will be null
@@ -11765,6 +13219,42 @@ export interface GetPostgresBranchesProviderConfig {
11765
13219
  */
11766
13220
  workspaceId: string;
11767
13221
  }
13222
+ export interface GetPostgresCatalogProviderConfig {
13223
+ /**
13224
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
13225
+ */
13226
+ workspaceId: string;
13227
+ }
13228
+ export interface GetPostgresCatalogSpec {
13229
+ /**
13230
+ * (string) - The resource path of the branch associated with the catalog.
13231
+ */
13232
+ branch?: string;
13233
+ /**
13234
+ * (boolean) - If set to true, the specified postgresDatabase is created on behalf of the calling user
13235
+ * if it does not already exist. In this case, the calling user has a role created for
13236
+ * them in Postgres if they do not already have one.
13237
+ */
13238
+ createDatabaseIfMissing: boolean;
13239
+ /**
13240
+ * (string) - The name of the Postgres database associated with the catalog
13241
+ */
13242
+ postgresDatabase: string;
13243
+ }
13244
+ export interface GetPostgresCatalogStatus {
13245
+ /**
13246
+ * (string) - The resource path of the branch associated with the catalog.
13247
+ */
13248
+ branch: string;
13249
+ /**
13250
+ * (string) - The name of the Postgres database associated with the catalog
13251
+ */
13252
+ postgresDatabase: string;
13253
+ /**
13254
+ * (string) - The resource path of the project associated with the catalog.
13255
+ */
13256
+ project: string;
13257
+ }
11768
13258
  export interface GetPostgresDatabaseProviderConfig {
11769
13259
  /**
11770
13260
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -12248,6 +13738,10 @@ export interface GetPostgresProjectSpec {
12248
13738
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
12249
13739
  */
12250
13740
  customTags?: outputs.GetPostgresProjectSpecCustomTag[];
13741
+ /**
13742
+ * (string) - The full resource path of the default branch of the project
13743
+ */
13744
+ defaultBranch?: string;
12251
13745
  /**
12252
13746
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
12253
13747
  */
@@ -12318,6 +13812,10 @@ export interface GetPostgresProjectStatus {
12318
13812
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
12319
13813
  */
12320
13814
  customTags: outputs.GetPostgresProjectStatusCustomTag[];
13815
+ /**
13816
+ * (string) - The full resource path of the default branch of the project
13817
+ */
13818
+ defaultBranch: string;
12321
13819
  /**
12322
13820
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
12323
13821
  */
@@ -12460,6 +13958,10 @@ export interface GetPostgresProjectsProjectSpec {
12460
13958
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
12461
13959
  */
12462
13960
  customTags?: outputs.GetPostgresProjectsProjectSpecCustomTag[];
13961
+ /**
13962
+ * (string) - The full resource path of the default branch of the project
13963
+ */
13964
+ defaultBranch?: string;
12463
13965
  /**
12464
13966
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
12465
13967
  */
@@ -12530,6 +14032,10 @@ export interface GetPostgresProjectsProjectStatus {
12530
14032
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
12531
14033
  */
12532
14034
  customTags: outputs.GetPostgresProjectsProjectStatusCustomTag[];
14035
+ /**
14036
+ * (string) - The full resource path of the default branch of the project
14037
+ */
14038
+ defaultBranch: string;
12533
14039
  /**
12534
14040
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
12535
14041
  */
@@ -12779,21 +14285,176 @@ export interface GetPostgresRolesRoleStatus {
12779
14285
  /**
12780
14286
  * (string) - The name of the Postgres role
12781
14287
  */
12782
- postgresRole?: string;
12783
- }
12784
- export interface GetPostgresRolesRoleStatusAttributes {
14288
+ postgresRole?: string;
14289
+ }
14290
+ export interface GetPostgresRolesRoleStatusAttributes {
14291
+ /**
14292
+ * (boolean)
14293
+ */
14294
+ bypassrls?: boolean;
14295
+ /**
14296
+ * (boolean)
14297
+ */
14298
+ createdb?: boolean;
14299
+ /**
14300
+ * (boolean)
14301
+ */
14302
+ createrole?: boolean;
14303
+ }
14304
+ export interface GetPostgresSyncedTableProviderConfig {
14305
+ /**
14306
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
14307
+ */
14308
+ workspaceId: string;
14309
+ }
14310
+ export interface GetPostgresSyncedTableSpec {
14311
+ /**
14312
+ * (string) - The full resource name the branch associated with the table.
14313
+ */
14314
+ branch?: string;
14315
+ /**
14316
+ * (boolean) - If true, the synced table's logical database and schema resources in PG
14317
+ * will be created if they do not already exist.
14318
+ * The request will fail if this is false and the database/schema do not exist.
14319
+ */
14320
+ createDatabaseObjectsIfMissing?: boolean;
14321
+ /**
14322
+ * (string) - ID of an existing pipeline to bin-pack this synced table into.
14323
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
14324
+ */
14325
+ existingPipelineId?: string;
14326
+ /**
14327
+ * (NewPipelineSpec) - Specification for creating a new pipeline.
14328
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
14329
+ */
14330
+ newPipelineSpec?: outputs.GetPostgresSyncedTableSpecNewPipelineSpec;
14331
+ /**
14332
+ * (string) - The Postgres database name where the synced table will be created in.
14333
+ */
14334
+ postgresDatabase?: string;
14335
+ /**
14336
+ * (list of string) - Primary Key columns to be used for data insert/update in the destination
14337
+ */
14338
+ primaryKeyColumns?: string[];
14339
+ /**
14340
+ * (string) - Scheduling policy of the underlying pipeline. Possible values are: `CONTINUOUS`, `SNAPSHOT`, `TRIGGERED`
14341
+ */
14342
+ schedulingPolicy?: string;
14343
+ /**
14344
+ * (string) - Three-part (catalog, schema, table) name of the source Delta table.
14345
+ */
14346
+ sourceTableFullName?: string;
14347
+ /**
14348
+ * (string) - Time series key to deduplicate (tie-break) rows with the same primary key
14349
+ */
14350
+ timeseriesKey?: string;
14351
+ }
14352
+ export interface GetPostgresSyncedTableSpecNewPipelineSpec {
14353
+ /**
14354
+ * (string) - Budget policy to set on the newly created pipeline
14355
+ */
14356
+ budgetPolicyId?: string;
14357
+ /**
14358
+ * (string) - UC catalog for the pipeline to store intermediate files (checkpoints, event logs etc).
14359
+ * This needs to be a standard catalog where the user has permissions to create Delta tables
14360
+ */
14361
+ storageCatalog?: string;
14362
+ /**
14363
+ * (string) - UC schema for the pipeline to store intermediate files (checkpoints, event logs etc).
14364
+ * This needs to be in the standard catalog where the user has permissions to create Delta tables
14365
+ */
14366
+ storageSchema?: string;
14367
+ }
14368
+ export interface GetPostgresSyncedTableStatus {
14369
+ /**
14370
+ * (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`
14371
+ */
14372
+ detailedState: string;
14373
+ /**
14374
+ * (integer) - The last source table Delta version that was successfully synced to the synced table
14375
+ */
14376
+ lastProcessedCommitVersion: number;
14377
+ /**
14378
+ * (SyncedTablePosition) - Summary of the last successful synchronization from source to destination
14379
+ */
14380
+ lastSync: outputs.GetPostgresSyncedTableStatusLastSync;
14381
+ /**
14382
+ * (string) - The end timestamp of the last time any data was synchronized from the source table to the synced
14383
+ * table. This is when the data is available in the synced table
14384
+ */
14385
+ lastSyncTime: string;
14386
+ /**
14387
+ * (string) - A text description of the current state of the synced table
14388
+ */
14389
+ message: string;
14390
+ /**
14391
+ * (SyncedTablePipelineProgress)
14392
+ */
14393
+ ongoingSyncProgress: outputs.GetPostgresSyncedTableStatusOngoingSyncProgress;
14394
+ /**
14395
+ * (string) - ID of the associated pipeline
14396
+ */
14397
+ pipelineId: string;
14398
+ /**
14399
+ * (string) - The current phase of the data synchronization pipeline. Possible values are: `PROVISIONING_PHASE_INDEX_SCAN`, `PROVISIONING_PHASE_INDEX_SORT`, `PROVISIONING_PHASE_MAIN`
14400
+ */
14401
+ provisioningPhase: string;
14402
+ /**
14403
+ * (string) - The provisioning state of the synced table entity in Unity Catalog. Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
14404
+ */
14405
+ unityCatalogProvisioningState: string;
14406
+ }
14407
+ export interface GetPostgresSyncedTableStatusLastSync {
14408
+ /**
14409
+ * (DeltaTableSyncInfo)
14410
+ */
14411
+ deltaTableSyncInfo: outputs.GetPostgresSyncedTableStatusLastSyncDeltaTableSyncInfo;
14412
+ /**
14413
+ * (string) - The end timestamp of the most recent successful synchronization.
14414
+ * This is the time when the data is available in the synced table
14415
+ */
14416
+ syncEndTime: string;
14417
+ /**
14418
+ * (string) - The starting timestamp of the most recent successful synchronization from the source table
14419
+ * to the destination (synced) table.
14420
+ * Note this is the starting timestamp of the sync operation, not the end time.
14421
+ * E.g., for a batch, this is the time when the sync operation started
14422
+ */
14423
+ syncStartTime: string;
14424
+ }
14425
+ export interface GetPostgresSyncedTableStatusLastSyncDeltaTableSyncInfo {
14426
+ /**
14427
+ * (string) - The timestamp when the above Delta version was committed in the source Delta table.
14428
+ * Note: This is the Delta commit time, not the time the data was written to the synced table
14429
+ */
14430
+ deltaCommitTime: string;
14431
+ /**
14432
+ * (integer) - The Delta Lake commit version that was last successfully synced
14433
+ */
14434
+ deltaCommitVersion: number;
14435
+ }
14436
+ export interface GetPostgresSyncedTableStatusOngoingSyncProgress {
14437
+ /**
14438
+ * (number) - The estimated time remaining to complete this update in seconds
14439
+ */
14440
+ estimatedCompletionTimeSeconds: number;
14441
+ /**
14442
+ * (integer) - The source table Delta version that was last processed by the pipeline. The pipeline may not
14443
+ * have completely processed this version yet
14444
+ */
14445
+ latestVersionCurrentlyProcessing: number;
12785
14446
  /**
12786
- * (boolean)
14447
+ * (number) - The completion ratio of this update. This is a number between 0 and 1
12787
14448
  */
12788
- bypassrls?: boolean;
14449
+ syncProgressCompletion: number;
12789
14450
  /**
12790
- * (boolean)
14451
+ * (integer) - The number of rows that have been synced in this update
12791
14452
  */
12792
- createdb?: boolean;
14453
+ syncedRowCount: number;
12793
14454
  /**
12794
- * (boolean)
14455
+ * (integer) - The total number of rows that need to be synced in this update. This number may be an estimate
12795
14456
  */
12796
- createrole?: boolean;
14457
+ totalRowCount: number;
12797
14458
  }
12798
14459
  export interface GetQualityMonitorV2AnomalyDetectionConfig {
12799
14460
  /**
@@ -14195,6 +15856,12 @@ export interface GetUserProviderConfig {
14195
15856
  */
14196
15857
  workspaceId: string;
14197
15858
  }
15859
+ export interface GetUsersProviderConfig {
15860
+ /**
15861
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
15862
+ */
15863
+ workspaceId: string;
15864
+ }
14198
15865
  export interface GetUsersUser {
14199
15866
  /**
14200
15867
  * Boolean that represents if this user is active.
@@ -14626,6 +16293,11 @@ export interface GetWorkspaceSettingV2EffectivePersonalCompute {
14626
16293
  value?: string;
14627
16294
  }
14628
16295
  export interface GetWorkspaceSettingV2EffectiveRestrictWorkspaceAdmins {
16296
+ /**
16297
+ * (boolean) - When true, workspace admins cannot create governance tags.
16298
+ * ALLOW_ALL status does not override this; they are independent
16299
+ */
16300
+ disableGovTagCreation?: boolean;
14629
16301
  /**
14630
16302
  * (string) - Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
14631
16303
  */
@@ -14656,6 +16328,11 @@ export interface GetWorkspaceSettingV2ProviderConfig {
14656
16328
  workspaceId: string;
14657
16329
  }
14658
16330
  export interface GetWorkspaceSettingV2RestrictWorkspaceAdmins {
16331
+ /**
16332
+ * (boolean) - When true, workspace admins cannot create governance tags.
16333
+ * ALLOW_ALL status does not override this; they are independent
16334
+ */
16335
+ disableGovTagCreation?: boolean;
14659
16336
  /**
14660
16337
  * (string) - Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
14661
16338
  */
@@ -14695,6 +16372,18 @@ export interface GrantsGrant {
14695
16372
  export interface GrantsProviderConfig {
14696
16373
  workspaceId: string;
14697
16374
  }
16375
+ export interface GroupInstanceProfileProviderConfig {
16376
+ workspaceId: string;
16377
+ }
16378
+ export interface GroupMemberProviderConfig {
16379
+ workspaceId: string;
16380
+ }
16381
+ export interface GroupProviderConfig {
16382
+ workspaceId: string;
16383
+ }
16384
+ export interface GroupRoleProviderConfig {
16385
+ workspaceId: string;
16386
+ }
14698
16387
  export interface InstancePoolAwsAttributes {
14699
16388
  /**
14700
16389
  * (String) Availability type used for all instances in the pool. Only `ON_DEMAND` and `SPOT` are supported.
@@ -17940,6 +19629,12 @@ export interface MaterializedFeaturesFeatureTagProviderConfig {
17940
19629
  */
17941
19630
  workspaceId: string;
17942
19631
  }
19632
+ export interface MetastoreAssignmentProviderConfig {
19633
+ /**
19634
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
19635
+ */
19636
+ workspaceId: string;
19637
+ }
17943
19638
  export interface MetastoreDataAccessAwsIamRole {
17944
19639
  externalId: string;
17945
19640
  roleArn: string;
@@ -17969,6 +19664,18 @@ export interface MetastoreDataAccessGcpServiceAccountKey {
17969
19664
  privateKey: string;
17970
19665
  privateKeyId: string;
17971
19666
  }
19667
+ export interface MetastoreDataAccessProviderConfig {
19668
+ /**
19669
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
19670
+ */
19671
+ workspaceId: string;
19672
+ }
19673
+ export interface MetastoreProviderConfig {
19674
+ /**
19675
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
19676
+ */
19677
+ workspaceId: string;
19678
+ }
17972
19679
  export interface MetastoreProviderProviderConfig {
17973
19680
  /**
17974
19681
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -18843,6 +20550,10 @@ export interface MwsCustomerManagedKeysGcpKeyInfo {
18843
20550
  */
18844
20551
  kmsKeyId: string;
18845
20552
  }
20553
+ export interface MwsNccPrivateEndpointRuleGcpEndpoint {
20554
+ pscEndpointUri?: string;
20555
+ serviceAttachment?: string;
20556
+ }
18846
20557
  export interface MwsNetworkConnectivityConfigEgressConfig {
18847
20558
  /**
18848
20559
  * block describing network connectivity rules that are applied by default without resource specific configurations. Consists of the following fields:
@@ -18951,11 +20662,11 @@ export interface MwsNetworksGcpNetworkInfo {
18951
20662
  */
18952
20663
  networkProjectId: string;
18953
20664
  /**
18954
- * @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
20665
+ * @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
18955
20666
  */
18956
20667
  podIpRangeName?: string;
18957
20668
  /**
18958
- * @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
20669
+ * @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
18959
20670
  */
18960
20671
  serviceIpRangeName?: string;
18961
20672
  /**
@@ -19016,11 +20727,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
19016
20727
  }
19017
20728
  export interface MwsWorkspacesGcpManagedNetworkConfig {
19018
20729
  /**
19019
- * @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
20730
+ * @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
19020
20731
  */
19021
20732
  gkeClusterPodIpRange?: string;
19022
20733
  /**
19023
- * @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
20734
+ * @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
19024
20735
  */
19025
20736
  gkeClusterServiceIpRange?: string;
19026
20737
  subnetCidr: string;
@@ -19569,12 +21280,89 @@ export interface PipelineIngestionDefinitionObjectReportTableConfigurationWorkda
19569
21280
  value?: string;
19570
21281
  }
19571
21282
  export interface PipelineIngestionDefinitionObjectSchema {
21283
+ connectorOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptions;
19572
21284
  destinationCatalog: string;
19573
21285
  destinationSchema: string;
19574
21286
  sourceCatalog?: string;
19575
21287
  sourceSchema: string;
19576
21288
  tableConfiguration?: outputs.PipelineIngestionDefinitionObjectSchemaTableConfiguration;
19577
21289
  }
21290
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptions {
21291
+ gdriveOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptions;
21292
+ googleAdsOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGoogleAdsOptions;
21293
+ sharepointOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptions;
21294
+ tiktokAdsOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsTiktokAdsOptions;
21295
+ }
21296
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptions {
21297
+ entityType?: string;
21298
+ fileIngestionOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptions;
21299
+ /**
21300
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
21301
+ */
21302
+ url?: string;
21303
+ }
21304
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptions {
21305
+ corruptRecordColumn?: string;
21306
+ fileFilters?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter[];
21307
+ format?: string;
21308
+ formatOptions?: {
21309
+ [key: string]: string;
21310
+ };
21311
+ ignoreCorruptFiles?: boolean;
21312
+ inferColumnTypes?: boolean;
21313
+ readerCaseSensitive?: boolean;
21314
+ rescuedDataColumn?: string;
21315
+ schemaEvolutionMode?: string;
21316
+ schemaHints?: string;
21317
+ singleVariantColumn?: string;
21318
+ }
21319
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter {
21320
+ modifiedAfter?: string;
21321
+ modifiedBefore?: string;
21322
+ pathFilter?: string;
21323
+ }
21324
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsGoogleAdsOptions {
21325
+ lookbackWindowDays?: number;
21326
+ managerAccountId: string;
21327
+ syncStartDate?: string;
21328
+ }
21329
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptions {
21330
+ entityType?: string;
21331
+ fileIngestionOptions?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptions;
21332
+ /**
21333
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
21334
+ */
21335
+ url?: string;
21336
+ }
21337
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptions {
21338
+ corruptRecordColumn?: string;
21339
+ fileFilters?: outputs.PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter[];
21340
+ format?: string;
21341
+ formatOptions?: {
21342
+ [key: string]: string;
21343
+ };
21344
+ ignoreCorruptFiles?: boolean;
21345
+ inferColumnTypes?: boolean;
21346
+ readerCaseSensitive?: boolean;
21347
+ rescuedDataColumn?: string;
21348
+ schemaEvolutionMode?: string;
21349
+ schemaHints?: string;
21350
+ singleVariantColumn?: string;
21351
+ }
21352
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter {
21353
+ modifiedAfter?: string;
21354
+ modifiedBefore?: string;
21355
+ pathFilter?: string;
21356
+ }
21357
+ export interface PipelineIngestionDefinitionObjectSchemaConnectorOptionsTiktokAdsOptions {
21358
+ dataLevel?: string;
21359
+ dimensions?: string[];
21360
+ lookbackWindowDays?: number;
21361
+ metrics?: string[];
21362
+ queryLifetime?: boolean;
21363
+ reportType?: string;
21364
+ syncStartDate?: string;
21365
+ }
19578
21366
  export interface PipelineIngestionDefinitionObjectSchemaTableConfiguration {
19579
21367
  autoFullRefreshPolicy?: outputs.PipelineIngestionDefinitionObjectSchemaTableConfigurationAutoFullRefreshPolicy;
19580
21368
  excludeColumns?: string[];
@@ -19608,6 +21396,7 @@ export interface PipelineIngestionDefinitionObjectSchemaTableConfigurationWorkda
19608
21396
  value?: string;
19609
21397
  }
19610
21398
  export interface PipelineIngestionDefinitionObjectTable {
21399
+ connectorOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptions;
19611
21400
  destinationCatalog: string;
19612
21401
  destinationSchema: string;
19613
21402
  destinationTable?: string;
@@ -19616,6 +21405,82 @@ export interface PipelineIngestionDefinitionObjectTable {
19616
21405
  sourceTable: string;
19617
21406
  tableConfiguration?: outputs.PipelineIngestionDefinitionObjectTableTableConfiguration;
19618
21407
  }
21408
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptions {
21409
+ gdriveOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptions;
21410
+ googleAdsOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGoogleAdsOptions;
21411
+ sharepointOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptions;
21412
+ tiktokAdsOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsTiktokAdsOptions;
21413
+ }
21414
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptions {
21415
+ entityType?: string;
21416
+ fileIngestionOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptions;
21417
+ /**
21418
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
21419
+ */
21420
+ url?: string;
21421
+ }
21422
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptions {
21423
+ corruptRecordColumn?: string;
21424
+ fileFilters?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter[];
21425
+ format?: string;
21426
+ formatOptions?: {
21427
+ [key: string]: string;
21428
+ };
21429
+ ignoreCorruptFiles?: boolean;
21430
+ inferColumnTypes?: boolean;
21431
+ readerCaseSensitive?: boolean;
21432
+ rescuedDataColumn?: string;
21433
+ schemaEvolutionMode?: string;
21434
+ schemaHints?: string;
21435
+ singleVariantColumn?: string;
21436
+ }
21437
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGdriveOptionsFileIngestionOptionsFileFilter {
21438
+ modifiedAfter?: string;
21439
+ modifiedBefore?: string;
21440
+ pathFilter?: string;
21441
+ }
21442
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsGoogleAdsOptions {
21443
+ lookbackWindowDays?: number;
21444
+ managerAccountId: string;
21445
+ syncStartDate?: string;
21446
+ }
21447
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptions {
21448
+ entityType?: string;
21449
+ fileIngestionOptions?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptions;
21450
+ /**
21451
+ * URL of the Lakeflow Declarative Pipeline on the given workspace.
21452
+ */
21453
+ url?: string;
21454
+ }
21455
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptions {
21456
+ corruptRecordColumn?: string;
21457
+ fileFilters?: outputs.PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter[];
21458
+ format?: string;
21459
+ formatOptions?: {
21460
+ [key: string]: string;
21461
+ };
21462
+ ignoreCorruptFiles?: boolean;
21463
+ inferColumnTypes?: boolean;
21464
+ readerCaseSensitive?: boolean;
21465
+ rescuedDataColumn?: string;
21466
+ schemaEvolutionMode?: string;
21467
+ schemaHints?: string;
21468
+ singleVariantColumn?: string;
21469
+ }
21470
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsSharepointOptionsFileIngestionOptionsFileFilter {
21471
+ modifiedAfter?: string;
21472
+ modifiedBefore?: string;
21473
+ pathFilter?: string;
21474
+ }
21475
+ export interface PipelineIngestionDefinitionObjectTableConnectorOptionsTiktokAdsOptions {
21476
+ dataLevel?: string;
21477
+ dimensions?: string[];
21478
+ lookbackWindowDays?: number;
21479
+ metrics?: string[];
21480
+ queryLifetime?: boolean;
21481
+ reportType?: string;
21482
+ syncStartDate?: string;
21483
+ }
19619
21484
  export interface PipelineIngestionDefinitionObjectTableTableConfiguration {
19620
21485
  autoFullRefreshPolicy?: outputs.PipelineIngestionDefinitionObjectTableTableConfigurationAutoFullRefreshPolicy;
19621
21486
  excludeColumns?: string[];
@@ -19914,6 +21779,44 @@ export interface PostgresBranchStatus {
19914
21779
  */
19915
21780
  stateChangeTime: string;
19916
21781
  }
21782
+ export interface PostgresCatalogProviderConfig {
21783
+ /**
21784
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
21785
+ */
21786
+ workspaceId: string;
21787
+ }
21788
+ export interface PostgresCatalogSpec {
21789
+ /**
21790
+ * (string) - The resource path of the branch associated with the catalog.
21791
+ */
21792
+ branch?: string;
21793
+ /**
21794
+ * If set to true, the specified postgresDatabase is created on behalf of the calling user
21795
+ * if it does not already exist. In this case, the calling user has a role created for
21796
+ * them in Postgres if they do not already have one.
21797
+ *
21798
+ * Defaults to false, meaning that the request fails if the specified postgresDatabase does not already exist
21799
+ */
21800
+ createDatabaseIfMissing: boolean;
21801
+ /**
21802
+ * (string) - The name of the Postgres database associated with the catalog
21803
+ */
21804
+ postgresDatabase: string;
21805
+ }
21806
+ export interface PostgresCatalogStatus {
21807
+ /**
21808
+ * (string) - The resource path of the branch associated with the catalog.
21809
+ */
21810
+ branch: string;
21811
+ /**
21812
+ * (string) - The name of the Postgres database associated with the catalog
21813
+ */
21814
+ postgresDatabase: string;
21815
+ /**
21816
+ * (string) - The resource path of the project associated with the catalog.
21817
+ */
21818
+ project: string;
21819
+ }
19917
21820
  export interface PostgresDatabaseProviderConfig {
19918
21821
  /**
19919
21822
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -20103,6 +22006,10 @@ export interface PostgresProjectSpec {
20103
22006
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
20104
22007
  */
20105
22008
  customTags?: outputs.PostgresProjectSpecCustomTag[];
22009
+ /**
22010
+ * (string) - The full resource path of the default branch of the project
22011
+ */
22012
+ defaultBranch?: string;
20106
22013
  /**
20107
22014
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
20108
22015
  */
@@ -20173,6 +22080,10 @@ export interface PostgresProjectStatus {
20173
22080
  * (list of ProjectCustomTag) - The effective custom tags associated with the project
20174
22081
  */
20175
22082
  customTags: outputs.PostgresProjectStatusCustomTag[];
22083
+ /**
22084
+ * (string) - The full resource path of the default branch of the project
22085
+ */
22086
+ defaultBranch: string;
20176
22087
  /**
20177
22088
  * (ProjectDefaultEndpointSettings) - The effective default endpoint settings
20178
22089
  */
@@ -20268,6 +22179,179 @@ export interface PostgresRoleStatusAttributes {
20268
22179
  createdb?: boolean;
20269
22180
  createrole?: boolean;
20270
22181
  }
22182
+ export interface PostgresSyncedTableProviderConfig {
22183
+ /**
22184
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
22185
+ */
22186
+ workspaceId: string;
22187
+ }
22188
+ export interface PostgresSyncedTableSpec {
22189
+ /**
22190
+ * The full resource name the branch associated with the table.
22191
+ *
22192
+ * Format: "projects/{project_id}/branches/{branch_id}"
22193
+ */
22194
+ branch?: string;
22195
+ /**
22196
+ * If true, the synced table's logical database and schema resources in PG
22197
+ * will be created if they do not already exist.
22198
+ * The request will fail if this is false and the database/schema do not exist.
22199
+ *
22200
+ * Defaults to true if omitted
22201
+ */
22202
+ createDatabaseObjectsIfMissing?: boolean;
22203
+ /**
22204
+ * ID of an existing pipeline to bin-pack this synced table into.
22205
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
22206
+ *
22207
+ * The pipeline used for the synced table is returned via the top level pipelineId attribute
22208
+ */
22209
+ existingPipelineId?: string;
22210
+ /**
22211
+ * Specification for creating a new pipeline.
22212
+ * At most one of existingPipelineId and newPipelineSpec should be defined.
22213
+ *
22214
+ * The pipeline used for the synced table is returned via the top level pipelineId attribute
22215
+ */
22216
+ newPipelineSpec?: outputs.PostgresSyncedTableSpecNewPipelineSpec;
22217
+ /**
22218
+ * The Postgres database name where the synced table will be created in.
22219
+ *
22220
+ * If this synced table is created inside a Lakebase Catalog, this attribute can be omitted on creation and is inferred
22221
+ * from the postgresDatabase associated with the Lakebase Catalog. If specified when inside a Lakebase Catalog, the value must match.
22222
+ *
22223
+ * A value must be specified when creating a synced table inside a Standard Catalog
22224
+ */
22225
+ postgresDatabase?: string;
22226
+ /**
22227
+ * Primary Key columns to be used for data insert/update in the destination
22228
+ */
22229
+ primaryKeyColumns?: string[];
22230
+ /**
22231
+ * Scheduling policy of the underlying pipeline. Possible values are: `CONTINUOUS`, `SNAPSHOT`, `TRIGGERED`
22232
+ */
22233
+ schedulingPolicy?: string;
22234
+ /**
22235
+ * Three-part (catalog, schema, table) name of the source Delta table.
22236
+ *
22237
+ * For the corresponding destination table, use any of the two:
22238
+ *
22239
+ * * syncedTableId used at the creation of the SyncedTable
22240
+ * * "name" consisting of "synced_tables/" prefix and the full name of the destination table
22241
+ */
22242
+ sourceTableFullName?: string;
22243
+ /**
22244
+ * Time series key to deduplicate (tie-break) rows with the same primary key
22245
+ */
22246
+ timeseriesKey?: string;
22247
+ }
22248
+ export interface PostgresSyncedTableSpecNewPipelineSpec {
22249
+ /**
22250
+ * Budget policy to set on the newly created pipeline
22251
+ */
22252
+ budgetPolicyId?: string;
22253
+ /**
22254
+ * UC catalog for the pipeline to store intermediate files (checkpoints, event logs etc).
22255
+ * This needs to be a standard catalog where the user has permissions to create Delta tables
22256
+ */
22257
+ storageCatalog?: string;
22258
+ /**
22259
+ * UC schema for the pipeline to store intermediate files (checkpoints, event logs etc).
22260
+ * This needs to be in the standard catalog where the user has permissions to create Delta tables
22261
+ */
22262
+ storageSchema?: string;
22263
+ }
22264
+ export interface PostgresSyncedTableStatus {
22265
+ /**
22266
+ * (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`
22267
+ */
22268
+ detailedState: string;
22269
+ /**
22270
+ * (integer) - The last source table Delta version that was successfully synced to the synced table
22271
+ */
22272
+ lastProcessedCommitVersion: number;
22273
+ /**
22274
+ * (SyncedTablePosition) - Summary of the last successful synchronization from source to destination
22275
+ */
22276
+ lastSync: outputs.PostgresSyncedTableStatusLastSync;
22277
+ /**
22278
+ * (string) - The end timestamp of the last time any data was synchronized from the source table to the synced
22279
+ * table. This is when the data is available in the synced table
22280
+ */
22281
+ lastSyncTime: string;
22282
+ /**
22283
+ * (string) - A text description of the current state of the synced table
22284
+ */
22285
+ message: string;
22286
+ /**
22287
+ * (SyncedTablePipelineProgress)
22288
+ */
22289
+ ongoingSyncProgress: outputs.PostgresSyncedTableStatusOngoingSyncProgress;
22290
+ /**
22291
+ * (string) - ID of the associated pipeline
22292
+ */
22293
+ pipelineId: string;
22294
+ /**
22295
+ * (string) - The current phase of the data synchronization pipeline. Possible values are: `PROVISIONING_PHASE_INDEX_SCAN`, `PROVISIONING_PHASE_INDEX_SORT`, `PROVISIONING_PHASE_MAIN`
22296
+ */
22297
+ provisioningPhase: string;
22298
+ /**
22299
+ * (string) - The provisioning state of the synced table entity in Unity Catalog. Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
22300
+ */
22301
+ unityCatalogProvisioningState: string;
22302
+ }
22303
+ export interface PostgresSyncedTableStatusLastSync {
22304
+ /**
22305
+ * (DeltaTableSyncInfo)
22306
+ */
22307
+ deltaTableSyncInfo: outputs.PostgresSyncedTableStatusLastSyncDeltaTableSyncInfo;
22308
+ /**
22309
+ * (string) - The end timestamp of the most recent successful synchronization.
22310
+ * This is the time when the data is available in the synced table
22311
+ */
22312
+ syncEndTime: string;
22313
+ /**
22314
+ * (string) - The starting timestamp of the most recent successful synchronization from the source table
22315
+ * to the destination (synced) table.
22316
+ * Note this is the starting timestamp of the sync operation, not the end time.
22317
+ * E.g., for a batch, this is the time when the sync operation started
22318
+ */
22319
+ syncStartTime: string;
22320
+ }
22321
+ export interface PostgresSyncedTableStatusLastSyncDeltaTableSyncInfo {
22322
+ /**
22323
+ * (string) - The timestamp when the above Delta version was committed in the source Delta table.
22324
+ * Note: This is the Delta commit time, not the time the data was written to the synced table
22325
+ */
22326
+ deltaCommitTime: string;
22327
+ /**
22328
+ * (integer) - The Delta Lake commit version that was last successfully synced
22329
+ */
22330
+ deltaCommitVersion: number;
22331
+ }
22332
+ export interface PostgresSyncedTableStatusOngoingSyncProgress {
22333
+ /**
22334
+ * (number) - The estimated time remaining to complete this update in seconds
22335
+ */
22336
+ estimatedCompletionTimeSeconds: number;
22337
+ /**
22338
+ * (integer) - The source table Delta version that was last processed by the pipeline. The pipeline may not
22339
+ * have completely processed this version yet
22340
+ */
22341
+ latestVersionCurrentlyProcessing: number;
22342
+ /**
22343
+ * (number) - The completion ratio of this update. This is a number between 0 and 1
22344
+ */
22345
+ syncProgressCompletion: number;
22346
+ /**
22347
+ * (integer) - The number of rows that have been synced in this update
22348
+ */
22349
+ syncedRowCount: number;
22350
+ /**
22351
+ * (integer) - The total number of rows that need to be synced in this update. This number may be an estimate
22352
+ */
22353
+ totalRowCount: number;
22354
+ }
20271
22355
  export interface QualityMonitorCustomMetric {
20272
22356
  /**
20273
22357
  * [create metric definition](https://docs.databricks.com/en/lakehouse-monitoring/custom-metrics.html#create-definition)
@@ -20659,6 +22743,7 @@ export interface RestrictWorkspaceAdminsSettingProviderConfig {
20659
22743
  workspaceId: string;
20660
22744
  }
20661
22745
  export interface RestrictWorkspaceAdminsSettingRestrictWorkspaceAdmins {
22746
+ disableGovTagCreation?: boolean;
20662
22747
  /**
20663
22748
  * The restrict workspace admins status for the workspace.
20664
22749
  */
@@ -20791,6 +22876,12 @@ export interface ServicePrincipalFederationPolicyOidcPolicy {
20791
22876
  */
20792
22877
  subjectClaim?: string;
20793
22878
  }
22879
+ export interface ServicePrincipalProviderConfig {
22880
+ workspaceId: string;
22881
+ }
22882
+ export interface ServicePrincipalRoleProviderConfig {
22883
+ workspaceId: string;
22884
+ }
20794
22885
  export interface ServicePrincipalSecretProviderConfig {
20795
22886
  /**
20796
22887
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -21001,6 +23092,9 @@ export interface SqlPermissionsPrivilegeAssignment {
21001
23092
  */
21002
23093
  privileges: string[];
21003
23094
  }
23095
+ export interface SqlPermissionsProviderConfig {
23096
+ workspaceId: string;
23097
+ }
21004
23098
  export interface SqlQueryParameter {
21005
23099
  date?: outputs.SqlQueryParameterDate;
21006
23100
  dateRange?: outputs.SqlQueryParameterDateRange;
@@ -21280,6 +23374,12 @@ export interface StorageCredentialGcpServiceAccountKey {
21280
23374
  privateKey: string;
21281
23375
  privateKeyId: string;
21282
23376
  }
23377
+ export interface StorageCredentialProviderConfig {
23378
+ /**
23379
+ * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
23380
+ */
23381
+ workspaceId: string;
23382
+ }
21283
23383
  export interface SystemSchemaProviderConfig {
21284
23384
  /**
21285
23385
  * Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
@@ -21317,6 +23417,15 @@ export interface TokenProviderConfig {
21317
23417
  */
21318
23418
  workspaceId: string;
21319
23419
  }
23420
+ export interface UserInstanceProfileProviderConfig {
23421
+ workspaceId: string;
23422
+ }
23423
+ export interface UserProviderConfig {
23424
+ workspaceId: string;
23425
+ }
23426
+ export interface UserRoleProviderConfig {
23427
+ workspaceId: string;
23428
+ }
21320
23429
  export interface VectorSearchEndpointEndpointStatus {
21321
23430
  /**
21322
23431
  * Additional status message.
@@ -21599,6 +23708,11 @@ export interface WorkspaceSettingV2EffectivePersonalCompute {
21599
23708
  value?: string;
21600
23709
  }
21601
23710
  export interface WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins {
23711
+ /**
23712
+ * When true, workspace admins cannot create governance tags.
23713
+ * ALLOW_ALL status does not override this; they are independent
23714
+ */
23715
+ disableGovTagCreation?: boolean;
21602
23716
  /**
21603
23717
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
21604
23718
  */
@@ -21620,6 +23734,11 @@ export interface WorkspaceSettingV2ProviderConfig {
21620
23734
  workspaceId: string;
21621
23735
  }
21622
23736
  export interface WorkspaceSettingV2RestrictWorkspaceAdmins {
23737
+ /**
23738
+ * When true, workspace admins cannot create governance tags.
23739
+ * ALLOW_ALL status does not override this; they are independent
23740
+ */
23741
+ disableGovTagCreation?: boolean;
21623
23742
  /**
21624
23743
  * Possible values are: `ALLOW_ALL`, `RESTRICT_TOKENS_AND_JOB_RUN_AS`
21625
23744
  */