@pulumi/databricks 1.99.0-alpha.1783234126 → 1.99.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.
- package/budget.d.ts +35 -0
- package/budget.d.ts.map +1 -1
- package/budget.js +35 -0
- package/budget.js.map +1 -1
- package/cluster.d.ts +12 -0
- package/cluster.d.ts.map +1 -1
- package/cluster.js +2 -0
- package/cluster.js.map +1 -1
- package/dataClassificationCatalogConfig.d.ts +21 -0
- package/dataClassificationCatalogConfig.d.ts.map +1 -1
- package/dataClassificationCatalogConfig.js +2 -0
- package/dataClassificationCatalogConfig.js.map +1 -1
- package/getDataClassificationCatalogConfig.d.ts +7 -0
- package/getDataClassificationCatalogConfig.d.ts.map +1 -1
- package/getDataClassificationCatalogConfig.js.map +1 -1
- package/getGroup.d.ts +23 -5
- package/getGroup.d.ts.map +1 -1
- package/getGroup.js +4 -2
- package/getGroup.js.map +1 -1
- package/getSecretUc.d.ts +42 -11
- package/getSecretUc.d.ts.map +1 -1
- package/getSecretUc.js +42 -2
- package/getSecretUc.js.map +1 -1
- package/getSecretUcs.d.ts +50 -19
- package/getSecretUcs.d.ts.map +1 -1
- package/getSecretUcs.js +44 -4
- package/getSecretUcs.js.map +1 -1
- package/mwsNccPrivateEndpointRule.d.ts +25 -45
- package/mwsNccPrivateEndpointRule.d.ts.map +1 -1
- package/mwsNccPrivateEndpointRule.js +14 -10
- package/mwsNccPrivateEndpointRule.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/package.json +2 -2
- package/postgresDatabase.d.ts +65 -0
- package/postgresDatabase.d.ts.map +1 -1
- package/postgresDatabase.js +65 -0
- package/postgresDatabase.js.map +1 -1
- package/postgresRole.d.ts +82 -0
- package/postgresRole.d.ts.map +1 -1
- package/postgresRole.js +82 -0
- package/postgresRole.js.map +1 -1
- package/secretUc.d.ts +3 -19
- package/secretUc.d.ts.map +1 -1
- package/secretUc.js +3 -5
- package/secretUc.js.map +1 -1
- package/types/input.d.ts +318 -42
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +840 -199
- package/types/output.d.ts.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -155,8 +155,8 @@ export interface AccountNetworkPolicyEgressNetworkAccessPolicyEnforcement {
|
|
|
155
155
|
export interface AccountNetworkPolicyIngress {
|
|
156
156
|
crossWorkspaceAccess?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccess;
|
|
157
157
|
/**
|
|
158
|
-
* The network policy restrictions for private access
|
|
159
|
-
* Configures how
|
|
158
|
+
* The network policy restrictions for private access.
|
|
159
|
+
* Configures how requests arriving over private connectivity are governed
|
|
160
160
|
*/
|
|
161
161
|
privateAccess?: outputs.AccountNetworkPolicyIngressPrivateAccess;
|
|
162
162
|
/**
|
|
@@ -194,12 +194,19 @@ export interface AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleAuthent
|
|
|
194
194
|
principalType?: string;
|
|
195
195
|
}
|
|
196
196
|
export interface AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestination {
|
|
197
|
+
/**
|
|
198
|
+
* Matches requests to account-level APIs.
|
|
199
|
+
* Can only be used in the account-level network policy
|
|
200
|
+
*/
|
|
197
201
|
accountApi?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
198
202
|
/**
|
|
199
|
-
* Account DatabricksOne destination is not supported
|
|
200
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
203
|
+
* Account DatabricksOne destination is not supported
|
|
201
204
|
*/
|
|
202
205
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
206
|
+
/**
|
|
207
|
+
* Matches requests to the account console UI.
|
|
208
|
+
* Can only be used in the account-level network policy
|
|
209
|
+
*/
|
|
203
210
|
accountUi?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
204
211
|
allDestinations?: boolean;
|
|
205
212
|
appsRuntime?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -267,12 +274,19 @@ export interface AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleAuthenti
|
|
|
267
274
|
principalType?: string;
|
|
268
275
|
}
|
|
269
276
|
export interface AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestination {
|
|
277
|
+
/**
|
|
278
|
+
* Matches requests to account-level APIs.
|
|
279
|
+
* Can only be used in the account-level network policy
|
|
280
|
+
*/
|
|
270
281
|
accountApi?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
271
282
|
/**
|
|
272
|
-
* Account DatabricksOne destination is not supported
|
|
273
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
283
|
+
* Account DatabricksOne destination is not supported
|
|
274
284
|
*/
|
|
275
285
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
286
|
+
/**
|
|
287
|
+
* Matches requests to the account console UI.
|
|
288
|
+
* Can only be used in the account-level network policy
|
|
289
|
+
*/
|
|
276
290
|
accountUi?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
277
291
|
allDestinations?: boolean;
|
|
278
292
|
appsRuntime?: outputs.AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -319,8 +333,8 @@ export interface AccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleOriginSe
|
|
|
319
333
|
export interface AccountNetworkPolicyIngressDryRun {
|
|
320
334
|
crossWorkspaceAccess?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccess;
|
|
321
335
|
/**
|
|
322
|
-
* The network policy restrictions for private access
|
|
323
|
-
* Configures how
|
|
336
|
+
* The network policy restrictions for private access.
|
|
337
|
+
* Configures how requests arriving over private connectivity are governed
|
|
324
338
|
*/
|
|
325
339
|
privateAccess?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccess;
|
|
326
340
|
/**
|
|
@@ -358,12 +372,19 @@ export interface AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleA
|
|
|
358
372
|
principalType?: string;
|
|
359
373
|
}
|
|
360
374
|
export interface AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestination {
|
|
375
|
+
/**
|
|
376
|
+
* Matches requests to account-level APIs.
|
|
377
|
+
* Can only be used in the account-level network policy
|
|
378
|
+
*/
|
|
361
379
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
362
380
|
/**
|
|
363
|
-
* Account DatabricksOne destination is not supported
|
|
364
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
381
|
+
* Account DatabricksOne destination is not supported
|
|
365
382
|
*/
|
|
366
383
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
384
|
+
/**
|
|
385
|
+
* Matches requests to the account console UI.
|
|
386
|
+
* Can only be used in the account-level network policy
|
|
387
|
+
*/
|
|
367
388
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
368
389
|
allDestinations?: boolean;
|
|
369
390
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -431,12 +452,19 @@ export interface AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleAu
|
|
|
431
452
|
principalType?: string;
|
|
432
453
|
}
|
|
433
454
|
export interface AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestination {
|
|
455
|
+
/**
|
|
456
|
+
* Matches requests to account-level APIs.
|
|
457
|
+
* Can only be used in the account-level network policy
|
|
458
|
+
*/
|
|
434
459
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
435
460
|
/**
|
|
436
|
-
* Account DatabricksOne destination is not supported
|
|
437
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
461
|
+
* Account DatabricksOne destination is not supported
|
|
438
462
|
*/
|
|
439
463
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
464
|
+
/**
|
|
465
|
+
* Matches requests to the account console UI.
|
|
466
|
+
* Can only be used in the account-level network policy
|
|
467
|
+
*/
|
|
440
468
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
441
469
|
allDestinations?: boolean;
|
|
442
470
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -509,12 +537,19 @@ export interface AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleAuthenti
|
|
|
509
537
|
principalType?: string;
|
|
510
538
|
}
|
|
511
539
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestination {
|
|
540
|
+
/**
|
|
541
|
+
* Matches requests to account-level APIs.
|
|
542
|
+
* Can only be used in the account-level network policy
|
|
543
|
+
*/
|
|
512
544
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountApi;
|
|
513
545
|
/**
|
|
514
|
-
* Account DatabricksOne destination is not supported
|
|
515
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
546
|
+
* Account DatabricksOne destination is not supported
|
|
516
547
|
*/
|
|
517
548
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
549
|
+
/**
|
|
550
|
+
* Matches requests to the account console UI.
|
|
551
|
+
* Can only be used in the account-level network policy
|
|
552
|
+
*/
|
|
518
553
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountUi;
|
|
519
554
|
allDestinations?: boolean;
|
|
520
555
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -546,12 +581,33 @@ export interface AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinat
|
|
|
546
581
|
allDestinations?: boolean;
|
|
547
582
|
}
|
|
548
583
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOrigin {
|
|
584
|
+
/**
|
|
585
|
+
* Matches requests arriving over any private connectivity, including registered
|
|
586
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
587
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
588
|
+
* Must be set to true when specified
|
|
589
|
+
*/
|
|
549
590
|
allPrivateAccess?: boolean;
|
|
591
|
+
/**
|
|
592
|
+
* Matches requests arriving through any endpoint registered to the account.
|
|
593
|
+
* Must be set to true when specified
|
|
594
|
+
*/
|
|
550
595
|
allRegisteredEndpoints?: boolean;
|
|
596
|
+
/**
|
|
597
|
+
* Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
598
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
599
|
+
* Must be set to true when specified
|
|
600
|
+
*/
|
|
551
601
|
azureWorkspacePrivateLink?: boolean;
|
|
602
|
+
/**
|
|
603
|
+
* Matches requests arriving through any of the specified registered endpoints
|
|
604
|
+
*/
|
|
552
605
|
endpoints?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOriginEndpoints;
|
|
553
606
|
}
|
|
554
607
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOriginEndpoints {
|
|
608
|
+
/**
|
|
609
|
+
* The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
610
|
+
*/
|
|
555
611
|
endpointIds?: string[];
|
|
556
612
|
}
|
|
557
613
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRule {
|
|
@@ -578,12 +634,19 @@ export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleAuthentic
|
|
|
578
634
|
principalType?: string;
|
|
579
635
|
}
|
|
580
636
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestination {
|
|
637
|
+
/**
|
|
638
|
+
* Matches requests to account-level APIs.
|
|
639
|
+
* Can only be used in the account-level network policy
|
|
640
|
+
*/
|
|
581
641
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountApi;
|
|
582
642
|
/**
|
|
583
|
-
* Account DatabricksOne destination is not supported
|
|
584
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
643
|
+
* Account DatabricksOne destination is not supported
|
|
585
644
|
*/
|
|
586
645
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
646
|
+
/**
|
|
647
|
+
* Matches requests to the account console UI.
|
|
648
|
+
* Can only be used in the account-level network policy
|
|
649
|
+
*/
|
|
587
650
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountUi;
|
|
588
651
|
allDestinations?: boolean;
|
|
589
652
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -615,12 +678,33 @@ export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinati
|
|
|
615
678
|
allDestinations?: boolean;
|
|
616
679
|
}
|
|
617
680
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOrigin {
|
|
681
|
+
/**
|
|
682
|
+
* Matches requests arriving over any private connectivity, including registered
|
|
683
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
684
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
685
|
+
* Must be set to true when specified
|
|
686
|
+
*/
|
|
618
687
|
allPrivateAccess?: boolean;
|
|
688
|
+
/**
|
|
689
|
+
* Matches requests arriving through any endpoint registered to the account.
|
|
690
|
+
* Must be set to true when specified
|
|
691
|
+
*/
|
|
619
692
|
allRegisteredEndpoints?: boolean;
|
|
693
|
+
/**
|
|
694
|
+
* Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
695
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
696
|
+
* Must be set to true when specified
|
|
697
|
+
*/
|
|
620
698
|
azureWorkspacePrivateLink?: boolean;
|
|
699
|
+
/**
|
|
700
|
+
* Matches requests arriving through any of the specified registered endpoints
|
|
701
|
+
*/
|
|
621
702
|
endpoints?: outputs.AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOriginEndpoints;
|
|
622
703
|
}
|
|
623
704
|
export interface AccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOriginEndpoints {
|
|
705
|
+
/**
|
|
706
|
+
* The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
707
|
+
*/
|
|
624
708
|
endpointIds?: string[];
|
|
625
709
|
}
|
|
626
710
|
export interface AccountNetworkPolicyIngressDryRunPublicAccess {
|
|
@@ -652,12 +736,19 @@ export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthentic
|
|
|
652
736
|
principalType?: string;
|
|
653
737
|
}
|
|
654
738
|
export interface AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination {
|
|
739
|
+
/**
|
|
740
|
+
* Matches requests to account-level APIs.
|
|
741
|
+
* Can only be used in the account-level network policy
|
|
742
|
+
*/
|
|
655
743
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountApi;
|
|
656
744
|
/**
|
|
657
|
-
* Account DatabricksOne destination is not supported
|
|
658
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
745
|
+
* Account DatabricksOne destination is not supported
|
|
659
746
|
*/
|
|
660
747
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
748
|
+
/**
|
|
749
|
+
* Matches requests to the account console UI.
|
|
750
|
+
* Can only be used in the account-level network policy
|
|
751
|
+
*/
|
|
661
752
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountUi;
|
|
662
753
|
allDestinations?: boolean;
|
|
663
754
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -738,12 +829,19 @@ export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthentica
|
|
|
738
829
|
principalType?: string;
|
|
739
830
|
}
|
|
740
831
|
export interface AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination {
|
|
832
|
+
/**
|
|
833
|
+
* Matches requests to account-level APIs.
|
|
834
|
+
* Can only be used in the account-level network policy
|
|
835
|
+
*/
|
|
741
836
|
accountApi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountApi;
|
|
742
837
|
/**
|
|
743
|
-
* Account DatabricksOne destination is not supported
|
|
744
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
838
|
+
* Account DatabricksOne destination is not supported
|
|
745
839
|
*/
|
|
746
840
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
841
|
+
/**
|
|
842
|
+
* Matches requests to the account console UI.
|
|
843
|
+
* Can only be used in the account-level network policy
|
|
844
|
+
*/
|
|
747
845
|
accountUi?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountUi;
|
|
748
846
|
allDestinations?: boolean;
|
|
749
847
|
appsRuntime?: outputs.AccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -829,12 +927,19 @@ export interface AccountNetworkPolicyIngressPrivateAccessAllowRuleAuthentication
|
|
|
829
927
|
principalType?: string;
|
|
830
928
|
}
|
|
831
929
|
export interface AccountNetworkPolicyIngressPrivateAccessAllowRuleDestination {
|
|
930
|
+
/**
|
|
931
|
+
* Matches requests to account-level APIs.
|
|
932
|
+
* Can only be used in the account-level network policy
|
|
933
|
+
*/
|
|
832
934
|
accountApi?: outputs.AccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountApi;
|
|
833
935
|
/**
|
|
834
|
-
* Account DatabricksOne destination is not supported
|
|
835
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
936
|
+
* Account DatabricksOne destination is not supported
|
|
836
937
|
*/
|
|
837
938
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
939
|
+
/**
|
|
940
|
+
* Matches requests to the account console UI.
|
|
941
|
+
* Can only be used in the account-level network policy
|
|
942
|
+
*/
|
|
838
943
|
accountUi?: outputs.AccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountUi;
|
|
839
944
|
allDestinations?: boolean;
|
|
840
945
|
appsRuntime?: outputs.AccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -866,12 +971,33 @@ export interface AccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationWor
|
|
|
866
971
|
allDestinations?: boolean;
|
|
867
972
|
}
|
|
868
973
|
export interface AccountNetworkPolicyIngressPrivateAccessAllowRuleOrigin {
|
|
974
|
+
/**
|
|
975
|
+
* Matches requests arriving over any private connectivity, including registered
|
|
976
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
977
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
978
|
+
* Must be set to true when specified
|
|
979
|
+
*/
|
|
869
980
|
allPrivateAccess?: boolean;
|
|
981
|
+
/**
|
|
982
|
+
* Matches requests arriving through any endpoint registered to the account.
|
|
983
|
+
* Must be set to true when specified
|
|
984
|
+
*/
|
|
870
985
|
allRegisteredEndpoints?: boolean;
|
|
986
|
+
/**
|
|
987
|
+
* Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
988
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
989
|
+
* Must be set to true when specified
|
|
990
|
+
*/
|
|
871
991
|
azureWorkspacePrivateLink?: boolean;
|
|
992
|
+
/**
|
|
993
|
+
* Matches requests arriving through any of the specified registered endpoints
|
|
994
|
+
*/
|
|
872
995
|
endpoints?: outputs.AccountNetworkPolicyIngressPrivateAccessAllowRuleOriginEndpoints;
|
|
873
996
|
}
|
|
874
997
|
export interface AccountNetworkPolicyIngressPrivateAccessAllowRuleOriginEndpoints {
|
|
998
|
+
/**
|
|
999
|
+
* The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
1000
|
+
*/
|
|
875
1001
|
endpointIds?: string[];
|
|
876
1002
|
}
|
|
877
1003
|
export interface AccountNetworkPolicyIngressPrivateAccessDenyRule {
|
|
@@ -898,12 +1024,19 @@ export interface AccountNetworkPolicyIngressPrivateAccessDenyRuleAuthenticationI
|
|
|
898
1024
|
principalType?: string;
|
|
899
1025
|
}
|
|
900
1026
|
export interface AccountNetworkPolicyIngressPrivateAccessDenyRuleDestination {
|
|
1027
|
+
/**
|
|
1028
|
+
* Matches requests to account-level APIs.
|
|
1029
|
+
* Can only be used in the account-level network policy
|
|
1030
|
+
*/
|
|
901
1031
|
accountApi?: outputs.AccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountApi;
|
|
902
1032
|
/**
|
|
903
|
-
* Account DatabricksOne destination is not supported
|
|
904
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
1033
|
+
* Account DatabricksOne destination is not supported
|
|
905
1034
|
*/
|
|
906
1035
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
1036
|
+
/**
|
|
1037
|
+
* Matches requests to the account console UI.
|
|
1038
|
+
* Can only be used in the account-level network policy
|
|
1039
|
+
*/
|
|
907
1040
|
accountUi?: outputs.AccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountUi;
|
|
908
1041
|
allDestinations?: boolean;
|
|
909
1042
|
appsRuntime?: outputs.AccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -935,12 +1068,33 @@ export interface AccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationWork
|
|
|
935
1068
|
allDestinations?: boolean;
|
|
936
1069
|
}
|
|
937
1070
|
export interface AccountNetworkPolicyIngressPrivateAccessDenyRuleOrigin {
|
|
1071
|
+
/**
|
|
1072
|
+
* Matches requests arriving over any private connectivity, including registered
|
|
1073
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
1074
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
1075
|
+
* Must be set to true when specified
|
|
1076
|
+
*/
|
|
938
1077
|
allPrivateAccess?: boolean;
|
|
1078
|
+
/**
|
|
1079
|
+
* Matches requests arriving through any endpoint registered to the account.
|
|
1080
|
+
* Must be set to true when specified
|
|
1081
|
+
*/
|
|
939
1082
|
allRegisteredEndpoints?: boolean;
|
|
1083
|
+
/**
|
|
1084
|
+
* Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
1085
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
1086
|
+
* Must be set to true when specified
|
|
1087
|
+
*/
|
|
940
1088
|
azureWorkspacePrivateLink?: boolean;
|
|
1089
|
+
/**
|
|
1090
|
+
* Matches requests arriving through any of the specified registered endpoints
|
|
1091
|
+
*/
|
|
941
1092
|
endpoints?: outputs.AccountNetworkPolicyIngressPrivateAccessDenyRuleOriginEndpoints;
|
|
942
1093
|
}
|
|
943
1094
|
export interface AccountNetworkPolicyIngressPrivateAccessDenyRuleOriginEndpoints {
|
|
1095
|
+
/**
|
|
1096
|
+
* The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
1097
|
+
*/
|
|
944
1098
|
endpointIds?: string[];
|
|
945
1099
|
}
|
|
946
1100
|
export interface AccountNetworkPolicyIngressPublicAccess {
|
|
@@ -972,12 +1126,19 @@ export interface AccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticationI
|
|
|
972
1126
|
principalType?: string;
|
|
973
1127
|
}
|
|
974
1128
|
export interface AccountNetworkPolicyIngressPublicAccessAllowRuleDestination {
|
|
1129
|
+
/**
|
|
1130
|
+
* Matches requests to account-level APIs.
|
|
1131
|
+
* Can only be used in the account-level network policy
|
|
1132
|
+
*/
|
|
975
1133
|
accountApi?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountApi;
|
|
976
1134
|
/**
|
|
977
|
-
* Account DatabricksOne destination is not supported
|
|
978
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
1135
|
+
* Account DatabricksOne destination is not supported
|
|
979
1136
|
*/
|
|
980
1137
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
1138
|
+
/**
|
|
1139
|
+
* Matches requests to the account console UI.
|
|
1140
|
+
* Can only be used in the account-level network policy
|
|
1141
|
+
*/
|
|
981
1142
|
accountUi?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountUi;
|
|
982
1143
|
allDestinations?: boolean;
|
|
983
1144
|
appsRuntime?: outputs.AccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAppsRuntime;
|
|
@@ -1058,12 +1219,19 @@ export interface AccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticationId
|
|
|
1058
1219
|
principalType?: string;
|
|
1059
1220
|
}
|
|
1060
1221
|
export interface AccountNetworkPolicyIngressPublicAccessDenyRuleDestination {
|
|
1222
|
+
/**
|
|
1223
|
+
* Matches requests to account-level APIs.
|
|
1224
|
+
* Can only be used in the account-level network policy
|
|
1225
|
+
*/
|
|
1061
1226
|
accountApi?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountApi;
|
|
1062
1227
|
/**
|
|
1063
|
-
* Account DatabricksOne destination is not supported
|
|
1064
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
1228
|
+
* Account DatabricksOne destination is not supported
|
|
1065
1229
|
*/
|
|
1066
1230
|
accountDatabricksOne?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
1231
|
+
/**
|
|
1232
|
+
* Matches requests to the account console UI.
|
|
1233
|
+
* Can only be used in the account-level network policy
|
|
1234
|
+
*/
|
|
1067
1235
|
accountUi?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountUi;
|
|
1068
1236
|
allDestinations?: boolean;
|
|
1069
1237
|
appsRuntime?: outputs.AccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAppsRuntime;
|
|
@@ -3021,6 +3189,12 @@ export interface DataClassificationCatalogConfigAutoTagConfig {
|
|
|
3021
3189
|
*/
|
|
3022
3190
|
classificationTag: string;
|
|
3023
3191
|
}
|
|
3192
|
+
export interface DataClassificationCatalogConfigExcludedSchemas {
|
|
3193
|
+
/**
|
|
3194
|
+
* Schema names, each relative to the parent catalog. Must not be empty
|
|
3195
|
+
*/
|
|
3196
|
+
names: string[];
|
|
3197
|
+
}
|
|
3024
3198
|
export interface DataClassificationCatalogConfigIncludedSchemas {
|
|
3025
3199
|
/**
|
|
3026
3200
|
* Schema names, each relative to the parent catalog. Must not be empty
|
|
@@ -3566,7 +3740,7 @@ export interface DatabaseSyncedDatabaseTableSpecTypeOverride {
|
|
|
3566
3740
|
pgType: string;
|
|
3567
3741
|
/**
|
|
3568
3742
|
* Size parameter for the target type. Required when pgType is PG_SPECIFIC_TYPE_VECTOR
|
|
3569
|
-
* (specifies the vector dimension, e.g., 1024)
|
|
3743
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024)
|
|
3570
3744
|
*/
|
|
3571
3745
|
size?: number;
|
|
3572
3746
|
}
|
|
@@ -3978,7 +4152,11 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunction {
|
|
|
3978
4152
|
avg?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionAvg;
|
|
3979
4153
|
countFunction?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionCountFunction;
|
|
3980
4154
|
first?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionFirst;
|
|
4155
|
+
firstDistinct?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionFirstDistinct;
|
|
4156
|
+
firstN?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionFirstN;
|
|
3981
4157
|
last?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionLast;
|
|
4158
|
+
lastDistinct?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionLastDistinct;
|
|
4159
|
+
lastN?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionLastN;
|
|
3982
4160
|
max?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionMax;
|
|
3983
4161
|
min?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionMin;
|
|
3984
4162
|
stddevPop?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionStddevPop;
|
|
@@ -4019,9 +4197,25 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunctionCountFuncti
|
|
|
4019
4197
|
export interface FeatureEngineeringFeatureFunctionAggregationFunctionFirst {
|
|
4020
4198
|
input: string;
|
|
4021
4199
|
}
|
|
4200
|
+
export interface FeatureEngineeringFeatureFunctionAggregationFunctionFirstDistinct {
|
|
4201
|
+
input: string;
|
|
4202
|
+
n: number;
|
|
4203
|
+
}
|
|
4204
|
+
export interface FeatureEngineeringFeatureFunctionAggregationFunctionFirstN {
|
|
4205
|
+
input: string;
|
|
4206
|
+
n: number;
|
|
4207
|
+
}
|
|
4022
4208
|
export interface FeatureEngineeringFeatureFunctionAggregationFunctionLast {
|
|
4023
4209
|
input: string;
|
|
4024
4210
|
}
|
|
4211
|
+
export interface FeatureEngineeringFeatureFunctionAggregationFunctionLastDistinct {
|
|
4212
|
+
input: string;
|
|
4213
|
+
n: number;
|
|
4214
|
+
}
|
|
4215
|
+
export interface FeatureEngineeringFeatureFunctionAggregationFunctionLastN {
|
|
4216
|
+
input: string;
|
|
4217
|
+
n: number;
|
|
4218
|
+
}
|
|
4025
4219
|
export interface FeatureEngineeringFeatureFunctionAggregationFunctionMax {
|
|
4026
4220
|
input: string;
|
|
4027
4221
|
}
|
|
@@ -4039,6 +4233,10 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunctionSum {
|
|
|
4039
4233
|
}
|
|
4040
4234
|
export interface FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindow {
|
|
4041
4235
|
continuous?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowContinuous;
|
|
4236
|
+
/**
|
|
4237
|
+
* A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
4238
|
+
*/
|
|
4239
|
+
longRolling?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowLongRolling;
|
|
4042
4240
|
rolling?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowRolling;
|
|
4043
4241
|
sliding?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowSliding;
|
|
4044
4242
|
tumbling?: outputs.FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowTumbling;
|
|
@@ -4050,11 +4248,11 @@ export interface FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowC
|
|
|
4050
4248
|
offset?: string;
|
|
4051
4249
|
windowDuration: string;
|
|
4052
4250
|
}
|
|
4251
|
+
export interface FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowLongRolling {
|
|
4252
|
+
delay?: string;
|
|
4253
|
+
windowDuration: string;
|
|
4254
|
+
}
|
|
4053
4255
|
export interface FeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowRolling {
|
|
4054
|
-
/**
|
|
4055
|
-
* The delay applied to the end of the rolling window (must be non-negative).
|
|
4056
|
-
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
4057
|
-
*/
|
|
4058
4256
|
delay?: string;
|
|
4059
4257
|
windowDuration: string;
|
|
4060
4258
|
}
|
|
@@ -4240,6 +4438,10 @@ export interface FeatureEngineeringFeatureSourceStreamSource {
|
|
|
4240
4438
|
}
|
|
4241
4439
|
export interface FeatureEngineeringFeatureTimeWindow {
|
|
4242
4440
|
continuous?: outputs.FeatureEngineeringFeatureTimeWindowContinuous;
|
|
4441
|
+
/**
|
|
4442
|
+
* A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
4443
|
+
*/
|
|
4444
|
+
longRolling?: outputs.FeatureEngineeringFeatureTimeWindowLongRolling;
|
|
4243
4445
|
rolling?: outputs.FeatureEngineeringFeatureTimeWindowRolling;
|
|
4244
4446
|
sliding?: outputs.FeatureEngineeringFeatureTimeWindowSliding;
|
|
4245
4447
|
tumbling?: outputs.FeatureEngineeringFeatureTimeWindowTumbling;
|
|
@@ -4251,11 +4453,11 @@ export interface FeatureEngineeringFeatureTimeWindowContinuous {
|
|
|
4251
4453
|
offset?: string;
|
|
4252
4454
|
windowDuration: string;
|
|
4253
4455
|
}
|
|
4456
|
+
export interface FeatureEngineeringFeatureTimeWindowLongRolling {
|
|
4457
|
+
delay?: string;
|
|
4458
|
+
windowDuration: string;
|
|
4459
|
+
}
|
|
4254
4460
|
export interface FeatureEngineeringFeatureTimeWindowRolling {
|
|
4255
|
-
/**
|
|
4256
|
-
* The delay applied to the end of the rolling window (must be non-negative).
|
|
4257
|
-
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
4258
|
-
*/
|
|
4259
4461
|
delay?: string;
|
|
4260
4462
|
windowDuration: string;
|
|
4261
4463
|
}
|
|
@@ -4473,10 +4675,32 @@ export interface FeatureEngineeringKafkaConfigIngestionConfigIngestionDestinatio
|
|
|
4473
4675
|
deltaTableName?: string;
|
|
4474
4676
|
}
|
|
4475
4677
|
export interface FeatureEngineeringKafkaConfigKeySchema {
|
|
4678
|
+
/**
|
|
4679
|
+
* Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
4680
|
+
*/
|
|
4681
|
+
avroSchema?: string;
|
|
4476
4682
|
/**
|
|
4477
4683
|
* Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
4478
4684
|
*/
|
|
4479
4685
|
jsonSchema?: string;
|
|
4686
|
+
/**
|
|
4687
|
+
* Protocol Buffer schema with its payload message name
|
|
4688
|
+
*/
|
|
4689
|
+
protoSchema?: outputs.FeatureEngineeringKafkaConfigKeySchemaProtoSchema;
|
|
4690
|
+
}
|
|
4691
|
+
export interface FeatureEngineeringKafkaConfigKeySchemaProtoSchema {
|
|
4692
|
+
/**
|
|
4693
|
+
* The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
4694
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
4695
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
4696
|
+
* but only one represents the payload. Must not be empty
|
|
4697
|
+
*/
|
|
4698
|
+
messageName: string;
|
|
4699
|
+
/**
|
|
4700
|
+
* The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
4701
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
4702
|
+
*/
|
|
4703
|
+
schemaText: string;
|
|
4480
4704
|
}
|
|
4481
4705
|
export interface FeatureEngineeringKafkaConfigProviderConfig {
|
|
4482
4706
|
/**
|
|
@@ -4500,10 +4724,32 @@ export interface FeatureEngineeringKafkaConfigSubscriptionMode {
|
|
|
4500
4724
|
subscribePattern?: string;
|
|
4501
4725
|
}
|
|
4502
4726
|
export interface FeatureEngineeringKafkaConfigValueSchema {
|
|
4727
|
+
/**
|
|
4728
|
+
* Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
4729
|
+
*/
|
|
4730
|
+
avroSchema?: string;
|
|
4503
4731
|
/**
|
|
4504
4732
|
* Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
4505
4733
|
*/
|
|
4506
4734
|
jsonSchema?: string;
|
|
4735
|
+
/**
|
|
4736
|
+
* Protocol Buffer schema with its payload message name
|
|
4737
|
+
*/
|
|
4738
|
+
protoSchema?: outputs.FeatureEngineeringKafkaConfigValueSchemaProtoSchema;
|
|
4739
|
+
}
|
|
4740
|
+
export interface FeatureEngineeringKafkaConfigValueSchemaProtoSchema {
|
|
4741
|
+
/**
|
|
4742
|
+
* The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
4743
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
4744
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
4745
|
+
* but only one represents the payload. Must not be empty
|
|
4746
|
+
*/
|
|
4747
|
+
messageName: string;
|
|
4748
|
+
/**
|
|
4749
|
+
* The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
4750
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
4751
|
+
*/
|
|
4752
|
+
schemaText: string;
|
|
4507
4753
|
}
|
|
4508
4754
|
export interface FeatureEngineeringMaterializedFeatureCronScheduleTrigger {
|
|
4509
4755
|
/**
|
|
@@ -4532,6 +4778,11 @@ export interface FeatureEngineeringMaterializedFeatureProviderConfig {
|
|
|
4532
4778
|
workspaceId: string;
|
|
4533
4779
|
}
|
|
4534
4780
|
export interface FeatureEngineeringMaterializedFeatureStreamingMode {
|
|
4781
|
+
/**
|
|
4782
|
+
* The desired data freshness for feature materialization, expressed as a
|
|
4783
|
+
* duration string (e.g. "1 minute")
|
|
4784
|
+
*/
|
|
4785
|
+
freshnessTarget?: string;
|
|
4535
4786
|
/**
|
|
4536
4787
|
* The type of streaming mode used by the materialization pipeline. Possible values are: `STREAMING_MODE_TYPE_MBM`, `STREAMING_MODE_TYPE_RTM`
|
|
4537
4788
|
*/
|
|
@@ -4794,8 +5045,8 @@ export interface GetAccountNetworkPoliciesItemIngress {
|
|
|
4794
5045
|
*/
|
|
4795
5046
|
crossWorkspaceAccess?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccess;
|
|
4796
5047
|
/**
|
|
4797
|
-
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access
|
|
4798
|
-
* Configures how
|
|
5048
|
+
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access.
|
|
5049
|
+
* Configures how requests arriving over private connectivity are governed
|
|
4799
5050
|
*/
|
|
4800
5051
|
privateAccess?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccess;
|
|
4801
5052
|
/**
|
|
@@ -4858,16 +5109,17 @@ export interface GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessAllowRu
|
|
|
4858
5109
|
}
|
|
4859
5110
|
export interface GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessAllowRuleDestination {
|
|
4860
5111
|
/**
|
|
4861
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5112
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5113
|
+
* Can only be used in the account-level network policy
|
|
4862
5114
|
*/
|
|
4863
5115
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
4864
5116
|
/**
|
|
4865
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
4866
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5117
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
4867
5118
|
*/
|
|
4868
5119
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
4869
5120
|
/**
|
|
4870
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5121
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5122
|
+
* Can only be used in the account-level network policy
|
|
4871
5123
|
*/
|
|
4872
5124
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
4873
5125
|
/**
|
|
@@ -4997,16 +5249,17 @@ export interface GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessDenyRul
|
|
|
4997
5249
|
}
|
|
4998
5250
|
export interface GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessDenyRuleDestination {
|
|
4999
5251
|
/**
|
|
5000
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5252
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5253
|
+
* Can only be used in the account-level network policy
|
|
5001
5254
|
*/
|
|
5002
5255
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
5003
5256
|
/**
|
|
5004
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5005
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5257
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5006
5258
|
*/
|
|
5007
5259
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
5008
5260
|
/**
|
|
5009
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5261
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5262
|
+
* Can only be used in the account-level network policy
|
|
5010
5263
|
*/
|
|
5011
5264
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
5012
5265
|
/**
|
|
@@ -5102,8 +5355,8 @@ export interface GetAccountNetworkPoliciesItemIngressDryRun {
|
|
|
5102
5355
|
*/
|
|
5103
5356
|
crossWorkspaceAccess?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccess;
|
|
5104
5357
|
/**
|
|
5105
|
-
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access
|
|
5106
|
-
* Configures how
|
|
5358
|
+
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access.
|
|
5359
|
+
* Configures how requests arriving over private connectivity are governed
|
|
5107
5360
|
*/
|
|
5108
5361
|
privateAccess?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccess;
|
|
5109
5362
|
/**
|
|
@@ -5166,16 +5419,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessA
|
|
|
5166
5419
|
}
|
|
5167
5420
|
export interface GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessAllowRuleDestination {
|
|
5168
5421
|
/**
|
|
5169
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5422
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5423
|
+
* Can only be used in the account-level network policy
|
|
5170
5424
|
*/
|
|
5171
5425
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
5172
5426
|
/**
|
|
5173
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5174
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5427
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5175
5428
|
*/
|
|
5176
5429
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
5177
5430
|
/**
|
|
5178
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5431
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5432
|
+
* Can only be used in the account-level network policy
|
|
5179
5433
|
*/
|
|
5180
5434
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
5181
5435
|
/**
|
|
@@ -5305,16 +5559,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessD
|
|
|
5305
5559
|
}
|
|
5306
5560
|
export interface GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessDenyRuleDestination {
|
|
5307
5561
|
/**
|
|
5308
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5562
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5563
|
+
* Can only be used in the account-level network policy
|
|
5309
5564
|
*/
|
|
5310
5565
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
5311
5566
|
/**
|
|
5312
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5313
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5567
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5314
5568
|
*/
|
|
5315
5569
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
5316
5570
|
/**
|
|
5317
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5571
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5572
|
+
* Can only be used in the account-level network policy
|
|
5318
5573
|
*/
|
|
5319
5574
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
5320
5575
|
/**
|
|
@@ -5458,16 +5713,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRul
|
|
|
5458
5713
|
}
|
|
5459
5714
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleDestination {
|
|
5460
5715
|
/**
|
|
5461
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5716
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5717
|
+
* Can only be used in the account-level network policy
|
|
5462
5718
|
*/
|
|
5463
5719
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleDestinationAccountApi;
|
|
5464
5720
|
/**
|
|
5465
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5466
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5721
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5467
5722
|
*/
|
|
5468
5723
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
5469
5724
|
/**
|
|
5470
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5725
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5726
|
+
* Can only be used in the account-level network policy
|
|
5471
5727
|
*/
|
|
5472
5728
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleDestinationAccountUi;
|
|
5473
5729
|
/**
|
|
@@ -5543,25 +5799,31 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRul
|
|
|
5543
5799
|
}
|
|
5544
5800
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleOrigin {
|
|
5545
5801
|
/**
|
|
5546
|
-
* (boolean)
|
|
5802
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
5803
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
5804
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
5805
|
+
* Must be set to true when specified
|
|
5547
5806
|
*/
|
|
5548
5807
|
allPrivateAccess?: boolean;
|
|
5549
5808
|
/**
|
|
5550
|
-
* (boolean)
|
|
5809
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
5810
|
+
* Must be set to true when specified
|
|
5551
5811
|
*/
|
|
5552
5812
|
allRegisteredEndpoints?: boolean;
|
|
5553
5813
|
/**
|
|
5554
|
-
* (boolean)
|
|
5814
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
5815
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
5816
|
+
* Must be set to true when specified
|
|
5555
5817
|
*/
|
|
5556
5818
|
azureWorkspacePrivateLink?: boolean;
|
|
5557
5819
|
/**
|
|
5558
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
5820
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
5559
5821
|
*/
|
|
5560
5822
|
endpoints?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleOriginEndpoints;
|
|
5561
5823
|
}
|
|
5562
5824
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessAllowRuleOriginEndpoints {
|
|
5563
5825
|
/**
|
|
5564
|
-
* (list of string)
|
|
5826
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
5565
5827
|
*/
|
|
5566
5828
|
endpointIds?: string[];
|
|
5567
5829
|
}
|
|
@@ -5605,16 +5867,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRule
|
|
|
5605
5867
|
}
|
|
5606
5868
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleDestination {
|
|
5607
5869
|
/**
|
|
5608
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
5870
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
5871
|
+
* Can only be used in the account-level network policy
|
|
5609
5872
|
*/
|
|
5610
5873
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleDestinationAccountApi;
|
|
5611
5874
|
/**
|
|
5612
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5613
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
5875
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5614
5876
|
*/
|
|
5615
5877
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
5616
5878
|
/**
|
|
5617
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
5879
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
5880
|
+
* Can only be used in the account-level network policy
|
|
5618
5881
|
*/
|
|
5619
5882
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleDestinationAccountUi;
|
|
5620
5883
|
/**
|
|
@@ -5690,25 +5953,31 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRule
|
|
|
5690
5953
|
}
|
|
5691
5954
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleOrigin {
|
|
5692
5955
|
/**
|
|
5693
|
-
* (boolean)
|
|
5956
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
5957
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
5958
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
5959
|
+
* Must be set to true when specified
|
|
5694
5960
|
*/
|
|
5695
5961
|
allPrivateAccess?: boolean;
|
|
5696
5962
|
/**
|
|
5697
|
-
* (boolean)
|
|
5963
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
5964
|
+
* Must be set to true when specified
|
|
5698
5965
|
*/
|
|
5699
5966
|
allRegisteredEndpoints?: boolean;
|
|
5700
5967
|
/**
|
|
5701
|
-
* (boolean)
|
|
5968
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
5969
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
5970
|
+
* Must be set to true when specified
|
|
5702
5971
|
*/
|
|
5703
5972
|
azureWorkspacePrivateLink?: boolean;
|
|
5704
5973
|
/**
|
|
5705
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
5974
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
5706
5975
|
*/
|
|
5707
5976
|
endpoints?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleOriginEndpoints;
|
|
5708
5977
|
}
|
|
5709
5978
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPrivateAccessDenyRuleOriginEndpoints {
|
|
5710
5979
|
/**
|
|
5711
|
-
* (list of string)
|
|
5980
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
5712
5981
|
*/
|
|
5713
5982
|
endpointIds?: string[];
|
|
5714
5983
|
}
|
|
@@ -5766,16 +6035,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRule
|
|
|
5766
6035
|
}
|
|
5767
6036
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestination {
|
|
5768
6037
|
/**
|
|
5769
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6038
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6039
|
+
* Can only be used in the account-level network policy
|
|
5770
6040
|
*/
|
|
5771
6041
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationAccountApi;
|
|
5772
6042
|
/**
|
|
5773
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5774
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6043
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5775
6044
|
*/
|
|
5776
6045
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
5777
6046
|
/**
|
|
5778
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6047
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6048
|
+
* Can only be used in the account-level network policy
|
|
5779
6049
|
*/
|
|
5780
6050
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationAccountUi;
|
|
5781
6051
|
/**
|
|
@@ -5915,16 +6185,17 @@ export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleA
|
|
|
5915
6185
|
}
|
|
5916
6186
|
export interface GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestination {
|
|
5917
6187
|
/**
|
|
5918
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6188
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6189
|
+
* Can only be used in the account-level network policy
|
|
5919
6190
|
*/
|
|
5920
6191
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationAccountApi;
|
|
5921
6192
|
/**
|
|
5922
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5923
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6193
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
5924
6194
|
*/
|
|
5925
6195
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
5926
6196
|
/**
|
|
5927
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6197
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6198
|
+
* Can only be used in the account-level network policy
|
|
5928
6199
|
*/
|
|
5929
6200
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationAccountUi;
|
|
5930
6201
|
/**
|
|
@@ -6078,16 +6349,17 @@ export interface GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleAuthe
|
|
|
6078
6349
|
}
|
|
6079
6350
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleDestination {
|
|
6080
6351
|
/**
|
|
6081
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6352
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6353
|
+
* Can only be used in the account-level network policy
|
|
6082
6354
|
*/
|
|
6083
6355
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleDestinationAccountApi;
|
|
6084
6356
|
/**
|
|
6085
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6086
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6357
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6087
6358
|
*/
|
|
6088
6359
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
6089
6360
|
/**
|
|
6090
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6361
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6362
|
+
* Can only be used in the account-level network policy
|
|
6091
6363
|
*/
|
|
6092
6364
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleDestinationAccountUi;
|
|
6093
6365
|
/**
|
|
@@ -6163,25 +6435,31 @@ export interface GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleDesti
|
|
|
6163
6435
|
}
|
|
6164
6436
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleOrigin {
|
|
6165
6437
|
/**
|
|
6166
|
-
* (boolean)
|
|
6438
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
6439
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
6440
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
6441
|
+
* Must be set to true when specified
|
|
6167
6442
|
*/
|
|
6168
6443
|
allPrivateAccess?: boolean;
|
|
6169
6444
|
/**
|
|
6170
|
-
* (boolean)
|
|
6445
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
6446
|
+
* Must be set to true when specified
|
|
6171
6447
|
*/
|
|
6172
6448
|
allRegisteredEndpoints?: boolean;
|
|
6173
6449
|
/**
|
|
6174
|
-
* (boolean)
|
|
6450
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
6451
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
6452
|
+
* Must be set to true when specified
|
|
6175
6453
|
*/
|
|
6176
6454
|
azureWorkspacePrivateLink?: boolean;
|
|
6177
6455
|
/**
|
|
6178
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
6456
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
6179
6457
|
*/
|
|
6180
6458
|
endpoints?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleOriginEndpoints;
|
|
6181
6459
|
}
|
|
6182
6460
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessAllowRuleOriginEndpoints {
|
|
6183
6461
|
/**
|
|
6184
|
-
* (list of string)
|
|
6462
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
6185
6463
|
*/
|
|
6186
6464
|
endpointIds?: string[];
|
|
6187
6465
|
}
|
|
@@ -6225,16 +6503,17 @@ export interface GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleAuthen
|
|
|
6225
6503
|
}
|
|
6226
6504
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleDestination {
|
|
6227
6505
|
/**
|
|
6228
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6506
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6507
|
+
* Can only be used in the account-level network policy
|
|
6229
6508
|
*/
|
|
6230
6509
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleDestinationAccountApi;
|
|
6231
6510
|
/**
|
|
6232
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6233
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6511
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6234
6512
|
*/
|
|
6235
6513
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
6236
6514
|
/**
|
|
6237
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6515
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6516
|
+
* Can only be used in the account-level network policy
|
|
6238
6517
|
*/
|
|
6239
6518
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleDestinationAccountUi;
|
|
6240
6519
|
/**
|
|
@@ -6310,25 +6589,31 @@ export interface GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleDestin
|
|
|
6310
6589
|
}
|
|
6311
6590
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleOrigin {
|
|
6312
6591
|
/**
|
|
6313
|
-
* (boolean)
|
|
6592
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
6593
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
6594
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
6595
|
+
* Must be set to true when specified
|
|
6314
6596
|
*/
|
|
6315
6597
|
allPrivateAccess?: boolean;
|
|
6316
6598
|
/**
|
|
6317
|
-
* (boolean)
|
|
6599
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
6600
|
+
* Must be set to true when specified
|
|
6318
6601
|
*/
|
|
6319
6602
|
allRegisteredEndpoints?: boolean;
|
|
6320
6603
|
/**
|
|
6321
|
-
* (boolean)
|
|
6604
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
6605
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
6606
|
+
* Must be set to true when specified
|
|
6322
6607
|
*/
|
|
6323
6608
|
azureWorkspacePrivateLink?: boolean;
|
|
6324
6609
|
/**
|
|
6325
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
6610
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
6326
6611
|
*/
|
|
6327
6612
|
endpoints?: outputs.GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleOriginEndpoints;
|
|
6328
6613
|
}
|
|
6329
6614
|
export interface GetAccountNetworkPoliciesItemIngressPrivateAccessDenyRuleOriginEndpoints {
|
|
6330
6615
|
/**
|
|
6331
|
-
* (list of string)
|
|
6616
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
6332
6617
|
*/
|
|
6333
6618
|
endpointIds?: string[];
|
|
6334
6619
|
}
|
|
@@ -6386,16 +6671,17 @@ export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthen
|
|
|
6386
6671
|
}
|
|
6387
6672
|
export interface GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestination {
|
|
6388
6673
|
/**
|
|
6389
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6674
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6675
|
+
* Can only be used in the account-level network policy
|
|
6390
6676
|
*/
|
|
6391
6677
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationAccountApi;
|
|
6392
6678
|
/**
|
|
6393
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6394
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6679
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6395
6680
|
*/
|
|
6396
6681
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
6397
6682
|
/**
|
|
6398
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6683
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6684
|
+
* Can only be used in the account-level network policy
|
|
6399
6685
|
*/
|
|
6400
6686
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationAccountUi;
|
|
6401
6687
|
/**
|
|
@@ -6535,16 +6821,17 @@ export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthent
|
|
|
6535
6821
|
}
|
|
6536
6822
|
export interface GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestination {
|
|
6537
6823
|
/**
|
|
6538
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
6824
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
6825
|
+
* Can only be used in the account-level network policy
|
|
6539
6826
|
*/
|
|
6540
6827
|
accountApi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationAccountApi;
|
|
6541
6828
|
/**
|
|
6542
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6543
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
6829
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6544
6830
|
*/
|
|
6545
6831
|
accountDatabricksOne?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
6546
6832
|
/**
|
|
6547
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
6833
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
6834
|
+
* Can only be used in the account-level network policy
|
|
6548
6835
|
*/
|
|
6549
6836
|
accountUi?: outputs.GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationAccountUi;
|
|
6550
6837
|
/**
|
|
@@ -6746,8 +7033,8 @@ export interface GetAccountNetworkPolicyIngress {
|
|
|
6746
7033
|
*/
|
|
6747
7034
|
crossWorkspaceAccess?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccess;
|
|
6748
7035
|
/**
|
|
6749
|
-
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access
|
|
6750
|
-
* Configures how
|
|
7036
|
+
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access.
|
|
7037
|
+
* Configures how requests arriving over private connectivity are governed
|
|
6751
7038
|
*/
|
|
6752
7039
|
privateAccess?: outputs.GetAccountNetworkPolicyIngressPrivateAccess;
|
|
6753
7040
|
/**
|
|
@@ -6810,16 +7097,17 @@ export interface GetAccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleAuth
|
|
|
6810
7097
|
}
|
|
6811
7098
|
export interface GetAccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestination {
|
|
6812
7099
|
/**
|
|
6813
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7100
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7101
|
+
* Can only be used in the account-level network policy
|
|
6814
7102
|
*/
|
|
6815
7103
|
accountApi?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
6816
7104
|
/**
|
|
6817
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6818
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7105
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6819
7106
|
*/
|
|
6820
7107
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
6821
7108
|
/**
|
|
6822
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7109
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7110
|
+
* Can only be used in the account-level network policy
|
|
6823
7111
|
*/
|
|
6824
7112
|
accountUi?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
6825
7113
|
/**
|
|
@@ -6949,16 +7237,17 @@ export interface GetAccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleAuthe
|
|
|
6949
7237
|
}
|
|
6950
7238
|
export interface GetAccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestination {
|
|
6951
7239
|
/**
|
|
6952
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7240
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7241
|
+
* Can only be used in the account-level network policy
|
|
6953
7242
|
*/
|
|
6954
7243
|
accountApi?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
6955
7244
|
/**
|
|
6956
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6957
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7245
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
6958
7246
|
*/
|
|
6959
7247
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
6960
7248
|
/**
|
|
6961
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7249
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7250
|
+
* Can only be used in the account-level network policy
|
|
6962
7251
|
*/
|
|
6963
7252
|
accountUi?: outputs.GetAccountNetworkPolicyIngressCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
6964
7253
|
/**
|
|
@@ -7054,8 +7343,8 @@ export interface GetAccountNetworkPolicyIngressDryRun {
|
|
|
7054
7343
|
*/
|
|
7055
7344
|
crossWorkspaceAccess?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccess;
|
|
7056
7345
|
/**
|
|
7057
|
-
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access
|
|
7058
|
-
* Configures how
|
|
7346
|
+
* (CustomerFacingIngressNetworkPolicyPrivateAccess) - The network policy restrictions for private access.
|
|
7347
|
+
* Configures how requests arriving over private connectivity are governed
|
|
7059
7348
|
*/
|
|
7060
7349
|
privateAccess?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccess;
|
|
7061
7350
|
/**
|
|
@@ -7118,16 +7407,17 @@ export interface GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRu
|
|
|
7118
7407
|
}
|
|
7119
7408
|
export interface GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestination {
|
|
7120
7409
|
/**
|
|
7121
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7410
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7411
|
+
* Can only be used in the account-level network policy
|
|
7122
7412
|
*/
|
|
7123
7413
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountApi;
|
|
7124
7414
|
/**
|
|
7125
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7126
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7415
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7127
7416
|
*/
|
|
7128
7417
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountDatabricksOne;
|
|
7129
7418
|
/**
|
|
7130
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7419
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7420
|
+
* Can only be used in the account-level network policy
|
|
7131
7421
|
*/
|
|
7132
7422
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessAllowRuleDestinationAccountUi;
|
|
7133
7423
|
/**
|
|
@@ -7257,16 +7547,17 @@ export interface GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRul
|
|
|
7257
7547
|
}
|
|
7258
7548
|
export interface GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestination {
|
|
7259
7549
|
/**
|
|
7260
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7550
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7551
|
+
* Can only be used in the account-level network policy
|
|
7261
7552
|
*/
|
|
7262
7553
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountApi;
|
|
7263
7554
|
/**
|
|
7264
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7265
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7555
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7266
7556
|
*/
|
|
7267
7557
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountDatabricksOne;
|
|
7268
7558
|
/**
|
|
7269
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7559
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7560
|
+
* Can only be used in the account-level network policy
|
|
7270
7561
|
*/
|
|
7271
7562
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunCrossWorkspaceAccessDenyRuleDestinationAccountUi;
|
|
7272
7563
|
/**
|
|
@@ -7410,16 +7701,17 @@ export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleAuthe
|
|
|
7410
7701
|
}
|
|
7411
7702
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestination {
|
|
7412
7703
|
/**
|
|
7413
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7704
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7705
|
+
* Can only be used in the account-level network policy
|
|
7414
7706
|
*/
|
|
7415
7707
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountApi;
|
|
7416
7708
|
/**
|
|
7417
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7418
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7709
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7419
7710
|
*/
|
|
7420
7711
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
7421
7712
|
/**
|
|
7422
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7713
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7714
|
+
* Can only be used in the account-level network policy
|
|
7423
7715
|
*/
|
|
7424
7716
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDestinationAccountUi;
|
|
7425
7717
|
/**
|
|
@@ -7495,25 +7787,31 @@ export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleDesti
|
|
|
7495
7787
|
}
|
|
7496
7788
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOrigin {
|
|
7497
7789
|
/**
|
|
7498
|
-
* (boolean)
|
|
7790
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
7791
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
7792
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
7793
|
+
* Must be set to true when specified
|
|
7499
7794
|
*/
|
|
7500
7795
|
allPrivateAccess?: boolean;
|
|
7501
7796
|
/**
|
|
7502
|
-
* (boolean)
|
|
7797
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
7798
|
+
* Must be set to true when specified
|
|
7503
7799
|
*/
|
|
7504
7800
|
allRegisteredEndpoints?: boolean;
|
|
7505
7801
|
/**
|
|
7506
|
-
* (boolean)
|
|
7802
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
7803
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
7804
|
+
* Must be set to true when specified
|
|
7507
7805
|
*/
|
|
7508
7806
|
azureWorkspacePrivateLink?: boolean;
|
|
7509
7807
|
/**
|
|
7510
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
7808
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
7511
7809
|
*/
|
|
7512
7810
|
endpoints?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOriginEndpoints;
|
|
7513
7811
|
}
|
|
7514
7812
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessAllowRuleOriginEndpoints {
|
|
7515
7813
|
/**
|
|
7516
|
-
* (list of string)
|
|
7814
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
7517
7815
|
*/
|
|
7518
7816
|
endpointIds?: string[];
|
|
7519
7817
|
}
|
|
@@ -7557,16 +7855,17 @@ export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleAuthen
|
|
|
7557
7855
|
}
|
|
7558
7856
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestination {
|
|
7559
7857
|
/**
|
|
7560
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
7858
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
7859
|
+
* Can only be used in the account-level network policy
|
|
7561
7860
|
*/
|
|
7562
7861
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountApi;
|
|
7563
7862
|
/**
|
|
7564
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7565
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
7863
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7566
7864
|
*/
|
|
7567
7865
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
7568
7866
|
/**
|
|
7569
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
7867
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
7868
|
+
* Can only be used in the account-level network policy
|
|
7570
7869
|
*/
|
|
7571
7870
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestinationAccountUi;
|
|
7572
7871
|
/**
|
|
@@ -7642,25 +7941,31 @@ export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleDestin
|
|
|
7642
7941
|
}
|
|
7643
7942
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOrigin {
|
|
7644
7943
|
/**
|
|
7645
|
-
* (boolean)
|
|
7944
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
7945
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
7946
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
7947
|
+
* Must be set to true when specified
|
|
7646
7948
|
*/
|
|
7647
7949
|
allPrivateAccess?: boolean;
|
|
7648
7950
|
/**
|
|
7649
|
-
* (boolean)
|
|
7951
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
7952
|
+
* Must be set to true when specified
|
|
7650
7953
|
*/
|
|
7651
7954
|
allRegisteredEndpoints?: boolean;
|
|
7652
7955
|
/**
|
|
7653
|
-
* (boolean)
|
|
7956
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
7957
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
7958
|
+
* Must be set to true when specified
|
|
7654
7959
|
*/
|
|
7655
7960
|
azureWorkspacePrivateLink?: boolean;
|
|
7656
7961
|
/**
|
|
7657
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
7962
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
7658
7963
|
*/
|
|
7659
7964
|
endpoints?: outputs.GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOriginEndpoints;
|
|
7660
7965
|
}
|
|
7661
7966
|
export interface GetAccountNetworkPolicyIngressDryRunPrivateAccessDenyRuleOriginEndpoints {
|
|
7662
7967
|
/**
|
|
7663
|
-
* (list of string)
|
|
7968
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
7664
7969
|
*/
|
|
7665
7970
|
endpointIds?: string[];
|
|
7666
7971
|
}
|
|
@@ -7718,16 +8023,17 @@ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleAuthen
|
|
|
7718
8023
|
}
|
|
7719
8024
|
export interface GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestination {
|
|
7720
8025
|
/**
|
|
7721
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8026
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8027
|
+
* Can only be used in the account-level network policy
|
|
7722
8028
|
*/
|
|
7723
8029
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountApi;
|
|
7724
8030
|
/**
|
|
7725
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7726
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8031
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7727
8032
|
*/
|
|
7728
8033
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
7729
8034
|
/**
|
|
7730
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8035
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8036
|
+
* Can only be used in the account-level network policy
|
|
7731
8037
|
*/
|
|
7732
8038
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessAllowRuleDestinationAccountUi;
|
|
7733
8039
|
/**
|
|
@@ -7867,16 +8173,17 @@ export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleAuthent
|
|
|
7867
8173
|
}
|
|
7868
8174
|
export interface GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestination {
|
|
7869
8175
|
/**
|
|
7870
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8176
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8177
|
+
* Can only be used in the account-level network policy
|
|
7871
8178
|
*/
|
|
7872
8179
|
accountApi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountApi;
|
|
7873
8180
|
/**
|
|
7874
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7875
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8181
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
7876
8182
|
*/
|
|
7877
8183
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
7878
8184
|
/**
|
|
7879
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8185
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8186
|
+
* Can only be used in the account-level network policy
|
|
7880
8187
|
*/
|
|
7881
8188
|
accountUi?: outputs.GetAccountNetworkPolicyIngressDryRunPublicAccessDenyRuleDestinationAccountUi;
|
|
7882
8189
|
/**
|
|
@@ -8030,16 +8337,17 @@ export interface GetAccountNetworkPolicyIngressPrivateAccessAllowRuleAuthenticat
|
|
|
8030
8337
|
}
|
|
8031
8338
|
export interface GetAccountNetworkPolicyIngressPrivateAccessAllowRuleDestination {
|
|
8032
8339
|
/**
|
|
8033
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8340
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8341
|
+
* Can only be used in the account-level network policy
|
|
8034
8342
|
*/
|
|
8035
8343
|
accountApi?: outputs.GetAccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountApi;
|
|
8036
8344
|
/**
|
|
8037
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8038
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8345
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8039
8346
|
*/
|
|
8040
8347
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountDatabricksOne;
|
|
8041
8348
|
/**
|
|
8042
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8349
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8350
|
+
* Can only be used in the account-level network policy
|
|
8043
8351
|
*/
|
|
8044
8352
|
accountUi?: outputs.GetAccountNetworkPolicyIngressPrivateAccessAllowRuleDestinationAccountUi;
|
|
8045
8353
|
/**
|
|
@@ -8115,25 +8423,31 @@ export interface GetAccountNetworkPolicyIngressPrivateAccessAllowRuleDestination
|
|
|
8115
8423
|
}
|
|
8116
8424
|
export interface GetAccountNetworkPolicyIngressPrivateAccessAllowRuleOrigin {
|
|
8117
8425
|
/**
|
|
8118
|
-
* (boolean)
|
|
8426
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
8427
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
8428
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
8429
|
+
* Must be set to true when specified
|
|
8119
8430
|
*/
|
|
8120
8431
|
allPrivateAccess?: boolean;
|
|
8121
8432
|
/**
|
|
8122
|
-
* (boolean)
|
|
8433
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
8434
|
+
* Must be set to true when specified
|
|
8123
8435
|
*/
|
|
8124
8436
|
allRegisteredEndpoints?: boolean;
|
|
8125
8437
|
/**
|
|
8126
|
-
* (boolean)
|
|
8438
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
8439
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
8440
|
+
* Must be set to true when specified
|
|
8127
8441
|
*/
|
|
8128
8442
|
azureWorkspacePrivateLink?: boolean;
|
|
8129
8443
|
/**
|
|
8130
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
8444
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
8131
8445
|
*/
|
|
8132
8446
|
endpoints?: outputs.GetAccountNetworkPolicyIngressPrivateAccessAllowRuleOriginEndpoints;
|
|
8133
8447
|
}
|
|
8134
8448
|
export interface GetAccountNetworkPolicyIngressPrivateAccessAllowRuleOriginEndpoints {
|
|
8135
8449
|
/**
|
|
8136
|
-
* (list of string)
|
|
8450
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
8137
8451
|
*/
|
|
8138
8452
|
endpointIds?: string[];
|
|
8139
8453
|
}
|
|
@@ -8177,16 +8491,17 @@ export interface GetAccountNetworkPolicyIngressPrivateAccessDenyRuleAuthenticati
|
|
|
8177
8491
|
}
|
|
8178
8492
|
export interface GetAccountNetworkPolicyIngressPrivateAccessDenyRuleDestination {
|
|
8179
8493
|
/**
|
|
8180
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8494
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8495
|
+
* Can only be used in the account-level network policy
|
|
8181
8496
|
*/
|
|
8182
8497
|
accountApi?: outputs.GetAccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountApi;
|
|
8183
8498
|
/**
|
|
8184
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8185
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8499
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8186
8500
|
*/
|
|
8187
8501
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountDatabricksOne;
|
|
8188
8502
|
/**
|
|
8189
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8503
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8504
|
+
* Can only be used in the account-level network policy
|
|
8190
8505
|
*/
|
|
8191
8506
|
accountUi?: outputs.GetAccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationAccountUi;
|
|
8192
8507
|
/**
|
|
@@ -8262,25 +8577,31 @@ export interface GetAccountNetworkPolicyIngressPrivateAccessDenyRuleDestinationW
|
|
|
8262
8577
|
}
|
|
8263
8578
|
export interface GetAccountNetworkPolicyIngressPrivateAccessDenyRuleOrigin {
|
|
8264
8579
|
/**
|
|
8265
|
-
* (boolean)
|
|
8580
|
+
* (boolean) - Matches requests arriving over any private connectivity, including registered
|
|
8581
|
+
* endpoints and the workspace's Azure Private Link (ui-api) endpoints.
|
|
8582
|
+
* Can only be used in deny rules of workspace-level network policies.
|
|
8583
|
+
* Must be set to true when specified
|
|
8266
8584
|
*/
|
|
8267
8585
|
allPrivateAccess?: boolean;
|
|
8268
8586
|
/**
|
|
8269
|
-
* (boolean)
|
|
8587
|
+
* (boolean) - Matches requests arriving through any endpoint registered to the account.
|
|
8588
|
+
* Must be set to true when specified
|
|
8270
8589
|
*/
|
|
8271
8590
|
allRegisteredEndpoints?: boolean;
|
|
8272
8591
|
/**
|
|
8273
|
-
* (boolean)
|
|
8592
|
+
* (boolean) - Matches requests arriving through the workspace's Azure Private Link (ui-api)
|
|
8593
|
+
* endpoints. Can only be used in deny rules of workspace-level network policies.
|
|
8594
|
+
* Must be set to true when specified
|
|
8274
8595
|
*/
|
|
8275
8596
|
azureWorkspacePrivateLink?: boolean;
|
|
8276
8597
|
/**
|
|
8277
|
-
* (CustomerFacingIngressNetworkPolicyEndpoints)
|
|
8598
|
+
* (CustomerFacingIngressNetworkPolicyEndpoints) - Matches requests arriving through any of the specified registered endpoints
|
|
8278
8599
|
*/
|
|
8279
8600
|
endpoints?: outputs.GetAccountNetworkPolicyIngressPrivateAccessDenyRuleOriginEndpoints;
|
|
8280
8601
|
}
|
|
8281
8602
|
export interface GetAccountNetworkPolicyIngressPrivateAccessDenyRuleOriginEndpoints {
|
|
8282
8603
|
/**
|
|
8283
|
-
* (list of string)
|
|
8604
|
+
* (list of string) - The IDs of the registered endpoints. Must contain at least one endpoint ID
|
|
8284
8605
|
*/
|
|
8285
8606
|
endpointIds?: string[];
|
|
8286
8607
|
}
|
|
@@ -8338,16 +8659,17 @@ export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleAuthenticati
|
|
|
8338
8659
|
}
|
|
8339
8660
|
export interface GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestination {
|
|
8340
8661
|
/**
|
|
8341
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8662
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8663
|
+
* Can only be used in the account-level network policy
|
|
8342
8664
|
*/
|
|
8343
8665
|
accountApi?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountApi;
|
|
8344
8666
|
/**
|
|
8345
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8346
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8667
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8347
8668
|
*/
|
|
8348
8669
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountDatabricksOne;
|
|
8349
8670
|
/**
|
|
8350
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8671
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8672
|
+
* Can only be used in the account-level network policy
|
|
8351
8673
|
*/
|
|
8352
8674
|
accountUi?: outputs.GetAccountNetworkPolicyIngressPublicAccessAllowRuleDestinationAccountUi;
|
|
8353
8675
|
/**
|
|
@@ -8487,16 +8809,17 @@ export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleAuthenticatio
|
|
|
8487
8809
|
}
|
|
8488
8810
|
export interface GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestination {
|
|
8489
8811
|
/**
|
|
8490
|
-
* (CustomerFacingIngressNetworkPolicyAccountApiDestination)
|
|
8812
|
+
* (CustomerFacingIngressNetworkPolicyAccountApiDestination) - Matches requests to account-level APIs.
|
|
8813
|
+
* Can only be used in the account-level network policy
|
|
8491
8814
|
*/
|
|
8492
8815
|
accountApi?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountApi;
|
|
8493
8816
|
/**
|
|
8494
|
-
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8495
|
-
* DO NOT change the stage of this destination past PRIVATE_PREVIEW
|
|
8817
|
+
* (CustomerFacingIngressNetworkPolicyAccountDatabricksOneDestination) - Account DatabricksOne destination is not supported
|
|
8496
8818
|
*/
|
|
8497
8819
|
accountDatabricksOne?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountDatabricksOne;
|
|
8498
8820
|
/**
|
|
8499
|
-
* (CustomerFacingIngressNetworkPolicyAccountUiDestination)
|
|
8821
|
+
* (CustomerFacingIngressNetworkPolicyAccountUiDestination) - Matches requests to the account console UI.
|
|
8822
|
+
* Can only be used in the account-level network policy
|
|
8500
8823
|
*/
|
|
8501
8824
|
accountUi?: outputs.GetAccountNetworkPolicyIngressPublicAccessDenyRuleDestinationAccountUi;
|
|
8502
8825
|
/**
|
|
@@ -12469,6 +12792,12 @@ export interface GetDataClassificationCatalogConfigAutoTagConfig {
|
|
|
12469
12792
|
*/
|
|
12470
12793
|
classificationTag: string;
|
|
12471
12794
|
}
|
|
12795
|
+
export interface GetDataClassificationCatalogConfigExcludedSchemas {
|
|
12796
|
+
/**
|
|
12797
|
+
* (list of string) - Schema names, each relative to the parent catalog. Must not be empty
|
|
12798
|
+
*/
|
|
12799
|
+
names: string[];
|
|
12800
|
+
}
|
|
12472
12801
|
export interface GetDataClassificationCatalogConfigIncludedSchemas {
|
|
12473
12802
|
/**
|
|
12474
12803
|
* (list of string) - Schema names, each relative to the parent catalog. Must not be empty
|
|
@@ -13601,7 +13930,7 @@ export interface GetDatabaseSyncedDatabaseTableSpecTypeOverride {
|
|
|
13601
13930
|
pgType: string;
|
|
13602
13931
|
/**
|
|
13603
13932
|
* (integer) - Size parameter for the target type. Required when pgType is PG_SPECIFIC_TYPE_VECTOR
|
|
13604
|
-
* (specifies the vector dimension, e.g., 1024)
|
|
13933
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024)
|
|
13605
13934
|
*/
|
|
13606
13935
|
size?: number;
|
|
13607
13936
|
}
|
|
@@ -13926,7 +14255,7 @@ export interface GetDatabaseSyncedDatabaseTablesSyncedTableSpecTypeOverride {
|
|
|
13926
14255
|
pgType: string;
|
|
13927
14256
|
/**
|
|
13928
14257
|
* (integer) - Size parameter for the target type. Required when pgType is PG_SPECIFIC_TYPE_VECTOR
|
|
13929
|
-
* (specifies the vector dimension, e.g., 1024)
|
|
14258
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024)
|
|
13930
14259
|
*/
|
|
13931
14260
|
size?: number;
|
|
13932
14261
|
}
|
|
@@ -14693,10 +15022,26 @@ export interface GetFeatureEngineeringFeatureFunctionAggregationFunction {
|
|
|
14693
15022
|
* (FirstFunction)
|
|
14694
15023
|
*/
|
|
14695
15024
|
first?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionFirst;
|
|
15025
|
+
/**
|
|
15026
|
+
* (FirstDistinctFunction)
|
|
15027
|
+
*/
|
|
15028
|
+
firstDistinct?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionFirstDistinct;
|
|
15029
|
+
/**
|
|
15030
|
+
* (FirstNFunction)
|
|
15031
|
+
*/
|
|
15032
|
+
firstN?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionFirstN;
|
|
14696
15033
|
/**
|
|
14697
15034
|
* (LastFunction)
|
|
14698
15035
|
*/
|
|
14699
15036
|
last?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionLast;
|
|
15037
|
+
/**
|
|
15038
|
+
* (LastDistinctFunction)
|
|
15039
|
+
*/
|
|
15040
|
+
lastDistinct?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionLastDistinct;
|
|
15041
|
+
/**
|
|
15042
|
+
* (LastNFunction)
|
|
15043
|
+
*/
|
|
15044
|
+
lastN?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionLastN;
|
|
14700
15045
|
/**
|
|
14701
15046
|
* (MaxFunction)
|
|
14702
15047
|
*/
|
|
@@ -14772,12 +15117,52 @@ export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionFirst {
|
|
|
14772
15117
|
*/
|
|
14773
15118
|
input: string;
|
|
14774
15119
|
}
|
|
15120
|
+
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionFirstDistinct {
|
|
15121
|
+
/**
|
|
15122
|
+
* (string) - The input column from which the sample variance is computed
|
|
15123
|
+
*/
|
|
15124
|
+
input: string;
|
|
15125
|
+
/**
|
|
15126
|
+
* (integer) - The number of values to return
|
|
15127
|
+
*/
|
|
15128
|
+
n: number;
|
|
15129
|
+
}
|
|
15130
|
+
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionFirstN {
|
|
15131
|
+
/**
|
|
15132
|
+
* (string) - The input column from which the sample variance is computed
|
|
15133
|
+
*/
|
|
15134
|
+
input: string;
|
|
15135
|
+
/**
|
|
15136
|
+
* (integer) - The number of values to return
|
|
15137
|
+
*/
|
|
15138
|
+
n: number;
|
|
15139
|
+
}
|
|
14775
15140
|
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionLast {
|
|
14776
15141
|
/**
|
|
14777
15142
|
* (string) - The input column from which the sample variance is computed
|
|
14778
15143
|
*/
|
|
14779
15144
|
input: string;
|
|
14780
15145
|
}
|
|
15146
|
+
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionLastDistinct {
|
|
15147
|
+
/**
|
|
15148
|
+
* (string) - The input column from which the sample variance is computed
|
|
15149
|
+
*/
|
|
15150
|
+
input: string;
|
|
15151
|
+
/**
|
|
15152
|
+
* (integer) - The number of values to return
|
|
15153
|
+
*/
|
|
15154
|
+
n: number;
|
|
15155
|
+
}
|
|
15156
|
+
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionLastN {
|
|
15157
|
+
/**
|
|
15158
|
+
* (string) - The input column from which the sample variance is computed
|
|
15159
|
+
*/
|
|
15160
|
+
input: string;
|
|
15161
|
+
/**
|
|
15162
|
+
* (integer) - The number of values to return
|
|
15163
|
+
*/
|
|
15164
|
+
n: number;
|
|
15165
|
+
}
|
|
14781
15166
|
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionMax {
|
|
14782
15167
|
/**
|
|
14783
15168
|
* (string) - The input column from which the sample variance is computed
|
|
@@ -14813,6 +15198,10 @@ export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWind
|
|
|
14813
15198
|
* (ContinuousWindow, deprecated)
|
|
14814
15199
|
*/
|
|
14815
15200
|
continuous?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowContinuous;
|
|
15201
|
+
/**
|
|
15202
|
+
* (LongRollingWindow) - A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
15203
|
+
*/
|
|
15204
|
+
longRolling?: outputs.GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowLongRolling;
|
|
14816
15205
|
/**
|
|
14817
15206
|
* (RollingWindow)
|
|
14818
15207
|
*/
|
|
@@ -14836,6 +15225,17 @@ export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWind
|
|
|
14836
15225
|
*/
|
|
14837
15226
|
windowDuration: string;
|
|
14838
15227
|
}
|
|
15228
|
+
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowLongRolling {
|
|
15229
|
+
/**
|
|
15230
|
+
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
15231
|
+
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
15232
|
+
*/
|
|
15233
|
+
delay?: string;
|
|
15234
|
+
/**
|
|
15235
|
+
* (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
|
|
15236
|
+
*/
|
|
15237
|
+
windowDuration: string;
|
|
15238
|
+
}
|
|
14839
15239
|
export interface GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowRolling {
|
|
14840
15240
|
/**
|
|
14841
15241
|
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
@@ -15052,6 +15452,10 @@ export interface GetFeatureEngineeringFeatureTimeWindow {
|
|
|
15052
15452
|
* (ContinuousWindow, deprecated)
|
|
15053
15453
|
*/
|
|
15054
15454
|
continuous?: outputs.GetFeatureEngineeringFeatureTimeWindowContinuous;
|
|
15455
|
+
/**
|
|
15456
|
+
* (LongRollingWindow) - A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
15457
|
+
*/
|
|
15458
|
+
longRolling?: outputs.GetFeatureEngineeringFeatureTimeWindowLongRolling;
|
|
15055
15459
|
/**
|
|
15056
15460
|
* (RollingWindow)
|
|
15057
15461
|
*/
|
|
@@ -15075,6 +15479,17 @@ export interface GetFeatureEngineeringFeatureTimeWindowContinuous {
|
|
|
15075
15479
|
*/
|
|
15076
15480
|
windowDuration: string;
|
|
15077
15481
|
}
|
|
15482
|
+
export interface GetFeatureEngineeringFeatureTimeWindowLongRolling {
|
|
15483
|
+
/**
|
|
15484
|
+
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
15485
|
+
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
15486
|
+
*/
|
|
15487
|
+
delay?: string;
|
|
15488
|
+
/**
|
|
15489
|
+
* (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
|
|
15490
|
+
*/
|
|
15491
|
+
windowDuration: string;
|
|
15492
|
+
}
|
|
15078
15493
|
export interface GetFeatureEngineeringFeatureTimeWindowRolling {
|
|
15079
15494
|
/**
|
|
15080
15495
|
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
@@ -15242,10 +15657,26 @@ export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction
|
|
|
15242
15657
|
* (FirstFunction)
|
|
15243
15658
|
*/
|
|
15244
15659
|
first?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionFirst;
|
|
15660
|
+
/**
|
|
15661
|
+
* (FirstDistinctFunction)
|
|
15662
|
+
*/
|
|
15663
|
+
firstDistinct?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionFirstDistinct;
|
|
15664
|
+
/**
|
|
15665
|
+
* (FirstNFunction)
|
|
15666
|
+
*/
|
|
15667
|
+
firstN?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionFirstN;
|
|
15245
15668
|
/**
|
|
15246
15669
|
* (LastFunction)
|
|
15247
15670
|
*/
|
|
15248
15671
|
last?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLast;
|
|
15672
|
+
/**
|
|
15673
|
+
* (LastDistinctFunction)
|
|
15674
|
+
*/
|
|
15675
|
+
lastDistinct?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLastDistinct;
|
|
15676
|
+
/**
|
|
15677
|
+
* (LastNFunction)
|
|
15678
|
+
*/
|
|
15679
|
+
lastN?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLastN;
|
|
15249
15680
|
/**
|
|
15250
15681
|
* (MaxFunction)
|
|
15251
15682
|
*/
|
|
@@ -15321,12 +15752,52 @@ export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction
|
|
|
15321
15752
|
*/
|
|
15322
15753
|
input: string;
|
|
15323
15754
|
}
|
|
15755
|
+
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionFirstDistinct {
|
|
15756
|
+
/**
|
|
15757
|
+
* (string) - The input column from which the sample variance is computed
|
|
15758
|
+
*/
|
|
15759
|
+
input: string;
|
|
15760
|
+
/**
|
|
15761
|
+
* (integer) - The number of values to return
|
|
15762
|
+
*/
|
|
15763
|
+
n: number;
|
|
15764
|
+
}
|
|
15765
|
+
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionFirstN {
|
|
15766
|
+
/**
|
|
15767
|
+
* (string) - The input column from which the sample variance is computed
|
|
15768
|
+
*/
|
|
15769
|
+
input: string;
|
|
15770
|
+
/**
|
|
15771
|
+
* (integer) - The number of values to return
|
|
15772
|
+
*/
|
|
15773
|
+
n: number;
|
|
15774
|
+
}
|
|
15324
15775
|
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLast {
|
|
15325
15776
|
/**
|
|
15326
15777
|
* (string) - The input column from which the sample variance is computed
|
|
15327
15778
|
*/
|
|
15328
15779
|
input: string;
|
|
15329
15780
|
}
|
|
15781
|
+
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLastDistinct {
|
|
15782
|
+
/**
|
|
15783
|
+
* (string) - The input column from which the sample variance is computed
|
|
15784
|
+
*/
|
|
15785
|
+
input: string;
|
|
15786
|
+
/**
|
|
15787
|
+
* (integer) - The number of values to return
|
|
15788
|
+
*/
|
|
15789
|
+
n: number;
|
|
15790
|
+
}
|
|
15791
|
+
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionLastN {
|
|
15792
|
+
/**
|
|
15793
|
+
* (string) - The input column from which the sample variance is computed
|
|
15794
|
+
*/
|
|
15795
|
+
input: string;
|
|
15796
|
+
/**
|
|
15797
|
+
* (integer) - The number of values to return
|
|
15798
|
+
*/
|
|
15799
|
+
n: number;
|
|
15800
|
+
}
|
|
15330
15801
|
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionMax {
|
|
15331
15802
|
/**
|
|
15332
15803
|
* (string) - The input column from which the sample variance is computed
|
|
@@ -15362,6 +15833,10 @@ export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction
|
|
|
15362
15833
|
* (ContinuousWindow, deprecated)
|
|
15363
15834
|
*/
|
|
15364
15835
|
continuous?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionTimeWindowContinuous;
|
|
15836
|
+
/**
|
|
15837
|
+
* (LongRollingWindow) - A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
15838
|
+
*/
|
|
15839
|
+
longRolling?: outputs.GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionTimeWindowLongRolling;
|
|
15365
15840
|
/**
|
|
15366
15841
|
* (RollingWindow)
|
|
15367
15842
|
*/
|
|
@@ -15385,6 +15860,17 @@ export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunction
|
|
|
15385
15860
|
*/
|
|
15386
15861
|
windowDuration: string;
|
|
15387
15862
|
}
|
|
15863
|
+
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionTimeWindowLongRolling {
|
|
15864
|
+
/**
|
|
15865
|
+
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
15866
|
+
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
15867
|
+
*/
|
|
15868
|
+
delay?: string;
|
|
15869
|
+
/**
|
|
15870
|
+
* (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
|
|
15871
|
+
*/
|
|
15872
|
+
windowDuration: string;
|
|
15873
|
+
}
|
|
15388
15874
|
export interface GetFeatureEngineeringFeaturesFeatureFunctionAggregationFunctionTimeWindowRolling {
|
|
15389
15875
|
/**
|
|
15390
15876
|
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
@@ -15597,6 +16083,10 @@ export interface GetFeatureEngineeringFeaturesFeatureTimeWindow {
|
|
|
15597
16083
|
* (ContinuousWindow, deprecated)
|
|
15598
16084
|
*/
|
|
15599
16085
|
continuous?: outputs.GetFeatureEngineeringFeaturesFeatureTimeWindowContinuous;
|
|
16086
|
+
/**
|
|
16087
|
+
* (LongRollingWindow) - A long (multi-day) rolling window served via the hybrid batch + streaming path
|
|
16088
|
+
*/
|
|
16089
|
+
longRolling?: outputs.GetFeatureEngineeringFeaturesFeatureTimeWindowLongRolling;
|
|
15600
16090
|
/**
|
|
15601
16091
|
* (RollingWindow)
|
|
15602
16092
|
*/
|
|
@@ -15620,6 +16110,17 @@ export interface GetFeatureEngineeringFeaturesFeatureTimeWindowContinuous {
|
|
|
15620
16110
|
*/
|
|
15621
16111
|
windowDuration: string;
|
|
15622
16112
|
}
|
|
16113
|
+
export interface GetFeatureEngineeringFeaturesFeatureTimeWindowLongRolling {
|
|
16114
|
+
/**
|
|
16115
|
+
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
16116
|
+
* For example, delay=1d shifts the window end 1 day before the evaluation time
|
|
16117
|
+
*/
|
|
16118
|
+
delay?: string;
|
|
16119
|
+
/**
|
|
16120
|
+
* (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
|
|
16121
|
+
*/
|
|
16122
|
+
windowDuration: string;
|
|
16123
|
+
}
|
|
15623
16124
|
export interface GetFeatureEngineeringFeaturesFeatureTimeWindowRolling {
|
|
15624
16125
|
/**
|
|
15625
16126
|
* (string) - The delay applied to the end of the rolling window (must be non-negative).
|
|
@@ -15868,10 +16369,32 @@ export interface GetFeatureEngineeringKafkaConfigIngestionConfigIngestionDestina
|
|
|
15868
16369
|
deltaTableName?: string;
|
|
15869
16370
|
}
|
|
15870
16371
|
export interface GetFeatureEngineeringKafkaConfigKeySchema {
|
|
16372
|
+
/**
|
|
16373
|
+
* (string) - Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
16374
|
+
*/
|
|
16375
|
+
avroSchema?: string;
|
|
15871
16376
|
/**
|
|
15872
16377
|
* (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
15873
16378
|
*/
|
|
15874
16379
|
jsonSchema?: string;
|
|
16380
|
+
/**
|
|
16381
|
+
* (ProtoSchemaSpec) - Protocol Buffer schema with its payload message name
|
|
16382
|
+
*/
|
|
16383
|
+
protoSchema?: outputs.GetFeatureEngineeringKafkaConfigKeySchemaProtoSchema;
|
|
16384
|
+
}
|
|
16385
|
+
export interface GetFeatureEngineeringKafkaConfigKeySchemaProtoSchema {
|
|
16386
|
+
/**
|
|
16387
|
+
* (string) - The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
16388
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
16389
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
16390
|
+
* but only one represents the payload. Must not be empty
|
|
16391
|
+
*/
|
|
16392
|
+
messageName: string;
|
|
16393
|
+
/**
|
|
16394
|
+
* (string) - The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
16395
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
16396
|
+
*/
|
|
16397
|
+
schemaText: string;
|
|
15875
16398
|
}
|
|
15876
16399
|
export interface GetFeatureEngineeringKafkaConfigProviderConfig {
|
|
15877
16400
|
/**
|
|
@@ -15895,10 +16418,32 @@ export interface GetFeatureEngineeringKafkaConfigSubscriptionMode {
|
|
|
15895
16418
|
subscribePattern?: string;
|
|
15896
16419
|
}
|
|
15897
16420
|
export interface GetFeatureEngineeringKafkaConfigValueSchema {
|
|
16421
|
+
/**
|
|
16422
|
+
* (string) - Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
16423
|
+
*/
|
|
16424
|
+
avroSchema?: string;
|
|
15898
16425
|
/**
|
|
15899
16426
|
* (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
15900
16427
|
*/
|
|
15901
16428
|
jsonSchema?: string;
|
|
16429
|
+
/**
|
|
16430
|
+
* (ProtoSchemaSpec) - Protocol Buffer schema with its payload message name
|
|
16431
|
+
*/
|
|
16432
|
+
protoSchema?: outputs.GetFeatureEngineeringKafkaConfigValueSchemaProtoSchema;
|
|
16433
|
+
}
|
|
16434
|
+
export interface GetFeatureEngineeringKafkaConfigValueSchemaProtoSchema {
|
|
16435
|
+
/**
|
|
16436
|
+
* (string) - The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
16437
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
16438
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
16439
|
+
* but only one represents the payload. Must not be empty
|
|
16440
|
+
*/
|
|
16441
|
+
messageName: string;
|
|
16442
|
+
/**
|
|
16443
|
+
* (string) - The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
16444
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
16445
|
+
*/
|
|
16446
|
+
schemaText: string;
|
|
15902
16447
|
}
|
|
15903
16448
|
export interface GetFeatureEngineeringKafkaConfigsKafkaConfig {
|
|
15904
16449
|
/**
|
|
@@ -16152,10 +16697,32 @@ export interface GetFeatureEngineeringKafkaConfigsKafkaConfigIngestionConfigInge
|
|
|
16152
16697
|
deltaTableName?: string;
|
|
16153
16698
|
}
|
|
16154
16699
|
export interface GetFeatureEngineeringKafkaConfigsKafkaConfigKeySchema {
|
|
16700
|
+
/**
|
|
16701
|
+
* (string) - Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
16702
|
+
*/
|
|
16703
|
+
avroSchema?: string;
|
|
16155
16704
|
/**
|
|
16156
16705
|
* (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
16157
16706
|
*/
|
|
16158
16707
|
jsonSchema?: string;
|
|
16708
|
+
/**
|
|
16709
|
+
* (ProtoSchemaSpec) - Protocol Buffer schema with its payload message name
|
|
16710
|
+
*/
|
|
16711
|
+
protoSchema?: outputs.GetFeatureEngineeringKafkaConfigsKafkaConfigKeySchemaProtoSchema;
|
|
16712
|
+
}
|
|
16713
|
+
export interface GetFeatureEngineeringKafkaConfigsKafkaConfigKeySchemaProtoSchema {
|
|
16714
|
+
/**
|
|
16715
|
+
* (string) - The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
16716
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
16717
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
16718
|
+
* but only one represents the payload. Must not be empty
|
|
16719
|
+
*/
|
|
16720
|
+
messageName: string;
|
|
16721
|
+
/**
|
|
16722
|
+
* (string) - The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
16723
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
16724
|
+
*/
|
|
16725
|
+
schemaText: string;
|
|
16159
16726
|
}
|
|
16160
16727
|
export interface GetFeatureEngineeringKafkaConfigsKafkaConfigProviderConfig {
|
|
16161
16728
|
/**
|
|
@@ -16179,10 +16746,32 @@ export interface GetFeatureEngineeringKafkaConfigsKafkaConfigSubscriptionMode {
|
|
|
16179
16746
|
subscribePattern?: string;
|
|
16180
16747
|
}
|
|
16181
16748
|
export interface GetFeatureEngineeringKafkaConfigsKafkaConfigValueSchema {
|
|
16749
|
+
/**
|
|
16750
|
+
* (string) - Avro schema in JSON format (https://avro.apache.org/docs/current/specification/)
|
|
16751
|
+
*/
|
|
16752
|
+
avroSchema?: string;
|
|
16182
16753
|
/**
|
|
16183
16754
|
* (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
|
|
16184
16755
|
*/
|
|
16185
16756
|
jsonSchema?: string;
|
|
16757
|
+
/**
|
|
16758
|
+
* (ProtoSchemaSpec) - Protocol Buffer schema with its payload message name
|
|
16759
|
+
*/
|
|
16760
|
+
protoSchema?: outputs.GetFeatureEngineeringKafkaConfigsKafkaConfigValueSchemaProtoSchema;
|
|
16761
|
+
}
|
|
16762
|
+
export interface GetFeatureEngineeringKafkaConfigsKafkaConfigValueSchemaProtoSchema {
|
|
16763
|
+
/**
|
|
16764
|
+
* (string) - The fully-qualified name of the message within schemaText that describes the Kafka payload
|
|
16765
|
+
* (e.g. "Event" or "com.example.Event" if schemaText declares a package). Identifies which
|
|
16766
|
+
* message is used to decode each Kafka record — a .proto file may declare multiple messages
|
|
16767
|
+
* but only one represents the payload. Must not be empty
|
|
16768
|
+
*/
|
|
16769
|
+
messageName: string;
|
|
16770
|
+
/**
|
|
16771
|
+
* (string) - The raw .proto file text (proto2 and proto3 syntax supported, see
|
|
16772
|
+
* https://protobuf.dev/programming-guides/proto3/ and https://protobuf.dev/programming-guides/proto2/)
|
|
16773
|
+
*/
|
|
16774
|
+
schemaText: string;
|
|
16186
16775
|
}
|
|
16187
16776
|
export interface GetFeatureEngineeringKafkaConfigsProviderConfig {
|
|
16188
16777
|
/**
|
|
@@ -16241,6 +16830,11 @@ export interface GetFeatureEngineeringMaterializedFeatureProviderConfig {
|
|
|
16241
16830
|
workspaceId: string;
|
|
16242
16831
|
}
|
|
16243
16832
|
export interface GetFeatureEngineeringMaterializedFeatureStreamingMode {
|
|
16833
|
+
/**
|
|
16834
|
+
* (string) - The desired data freshness for feature materialization, expressed as a
|
|
16835
|
+
* duration string (e.g. "1 minute")
|
|
16836
|
+
*/
|
|
16837
|
+
freshnessTarget?: string;
|
|
16244
16838
|
/**
|
|
16245
16839
|
* (string) - The type of streaming mode used by the materialization pipeline. Possible values are: `STREAMING_MODE_TYPE_MBM`, `STREAMING_MODE_TYPE_RTM`
|
|
16246
16840
|
*/
|
|
@@ -16358,6 +16952,11 @@ export interface GetFeatureEngineeringMaterializedFeaturesMaterializedFeaturePro
|
|
|
16358
16952
|
workspaceId: string;
|
|
16359
16953
|
}
|
|
16360
16954
|
export interface GetFeatureEngineeringMaterializedFeaturesMaterializedFeatureStreamingMode {
|
|
16955
|
+
/**
|
|
16956
|
+
* (string) - The desired data freshness for feature materialization, expressed as a
|
|
16957
|
+
* duration string (e.g. "1 minute")
|
|
16958
|
+
*/
|
|
16959
|
+
freshnessTarget?: string;
|
|
16361
16960
|
/**
|
|
16362
16961
|
* (string) - The type of streaming mode used by the materialization pipeline. Possible values are: `STREAMING_MODE_TYPE_MBM`, `STREAMING_MODE_TYPE_RTM`
|
|
16363
16962
|
*/
|
|
@@ -19549,6 +20148,10 @@ export interface GetPostgresEndpointStatus {
|
|
|
19549
20148
|
* (EndpointHosts) - Contains host information for connecting to the endpoint
|
|
19550
20149
|
*/
|
|
19551
20150
|
hosts: outputs.GetPostgresEndpointStatusHosts;
|
|
20151
|
+
/**
|
|
20152
|
+
* (string) - A timestamp indicating when the compute endpoint was last active
|
|
20153
|
+
*/
|
|
20154
|
+
lastActiveTime: string;
|
|
19552
20155
|
/**
|
|
19553
20156
|
* (string) - Possible values are: `ACTIVE`, `DEGRADED`, `IDLE`, `INIT`
|
|
19554
20157
|
*/
|
|
@@ -19592,6 +20195,15 @@ export interface GetPostgresEndpointStatusHosts {
|
|
|
19592
20195
|
* if the enclosing endpoint is a group with greater than 1 computes configured, and has readable secondaries enabled
|
|
19593
20196
|
*/
|
|
19594
20197
|
readOnlyHost: string;
|
|
20198
|
+
/**
|
|
20199
|
+
* (string) - The read-only hostname of the compute endpoint, with pooling. This attribute is always defined for read-only endpoints,
|
|
20200
|
+
* and may be defined for read-write endpoints if configured with read replicas and allow read-only connections
|
|
20201
|
+
*/
|
|
20202
|
+
readOnlyPooledHost: string;
|
|
20203
|
+
/**
|
|
20204
|
+
* (string) - The read-write hostname of the compute endpoint, with pooling. This attribute is only defined for read-write endpoints
|
|
20205
|
+
*/
|
|
20206
|
+
readWritePooledHost: string;
|
|
19595
20207
|
}
|
|
19596
20208
|
export interface GetPostgresEndpointStatusSettings {
|
|
19597
20209
|
/**
|
|
@@ -19750,6 +20362,10 @@ export interface GetPostgresEndpointsEndpointStatus {
|
|
|
19750
20362
|
* (EndpointHosts) - Contains host information for connecting to the endpoint
|
|
19751
20363
|
*/
|
|
19752
20364
|
hosts: outputs.GetPostgresEndpointsEndpointStatusHosts;
|
|
20365
|
+
/**
|
|
20366
|
+
* (string) - A timestamp indicating when the compute endpoint was last active
|
|
20367
|
+
*/
|
|
20368
|
+
lastActiveTime: string;
|
|
19753
20369
|
/**
|
|
19754
20370
|
* (string) - Possible values are: `ACTIVE`, `DEGRADED`, `IDLE`, `INIT`
|
|
19755
20371
|
*/
|
|
@@ -19793,6 +20409,15 @@ export interface GetPostgresEndpointsEndpointStatusHosts {
|
|
|
19793
20409
|
* if the enclosing endpoint is a group with greater than 1 computes configured, and has readable secondaries enabled
|
|
19794
20410
|
*/
|
|
19795
20411
|
readOnlyHost: string;
|
|
20412
|
+
/**
|
|
20413
|
+
* (string) - The read-only hostname of the compute endpoint, with pooling. This attribute is always defined for read-only endpoints,
|
|
20414
|
+
* and may be defined for read-write endpoints if configured with read replicas and allow read-only connections
|
|
20415
|
+
*/
|
|
20416
|
+
readOnlyPooledHost: string;
|
|
20417
|
+
/**
|
|
20418
|
+
* (string) - The read-write hostname of the compute endpoint, with pooling. This attribute is only defined for read-write endpoints
|
|
20419
|
+
*/
|
|
20420
|
+
readWritePooledHost: string;
|
|
19796
20421
|
}
|
|
19797
20422
|
export interface GetPostgresEndpointsEndpointStatusSettings {
|
|
19798
20423
|
/**
|
|
@@ -20604,7 +21229,7 @@ export interface GetPostgresSyncedTableSpecTypeOverride {
|
|
|
20604
21229
|
pgType: string;
|
|
20605
21230
|
/**
|
|
20606
21231
|
* (integer) - Size parameter for the target type. Required when pgType is PG_SPECIFIC_TYPE_VECTOR
|
|
20607
|
-
* (specifies the vector dimension, e.g., 1024)
|
|
21232
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024)
|
|
20608
21233
|
*/
|
|
20609
21234
|
size?: number;
|
|
20610
21235
|
}
|
|
@@ -21241,11 +21866,6 @@ export interface GetSecretUcsProviderConfig {
|
|
|
21241
21866
|
workspaceId: string;
|
|
21242
21867
|
}
|
|
21243
21868
|
export interface GetSecretUcsSecret {
|
|
21244
|
-
/**
|
|
21245
|
-
* (boolean) - Indicates whether the principal is limited to retrieving metadata for the associated object
|
|
21246
|
-
* through the **BROWSE** privilege when **include_browse** is enabled in the request
|
|
21247
|
-
*/
|
|
21248
|
-
browseOnly: boolean;
|
|
21249
21869
|
/**
|
|
21250
21870
|
* The name of the catalog under which to list secrets. Both **catalog_name** and
|
|
21251
21871
|
* **schema_name** must be specified together
|
|
@@ -21279,10 +21899,6 @@ export interface GetSecretUcsSecret {
|
|
|
21279
21899
|
* does not trigger any automatic actions or affect the secret's lifecycle
|
|
21280
21900
|
*/
|
|
21281
21901
|
expireTime: string;
|
|
21282
|
-
/**
|
|
21283
|
-
* (string)
|
|
21284
|
-
*/
|
|
21285
|
-
externalSecretId: string;
|
|
21286
21902
|
/**
|
|
21287
21903
|
* (string) - The three-level (fully qualified) name of the secret, in the form of **catalog_name.schema_name.secret_name**
|
|
21288
21904
|
*/
|
|
@@ -23926,11 +24542,17 @@ export interface JobSchedule {
|
|
|
23926
24542
|
* A [Cron expression using Quartz syntax](http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html) that describes the schedule for a job. This field is required.
|
|
23927
24543
|
*/
|
|
23928
24544
|
quartzCronExpression: string;
|
|
24545
|
+
sqlCondition?: outputs.JobScheduleSqlCondition;
|
|
23929
24546
|
/**
|
|
23930
24547
|
* A Java timezone ID. The schedule for a job will be resolved with respect to this timezone. See Java TimeZone for details. This field is required.
|
|
23931
24548
|
*/
|
|
23932
24549
|
timezoneId: string;
|
|
23933
24550
|
}
|
|
24551
|
+
export interface JobScheduleSqlCondition {
|
|
24552
|
+
sqlQueryId: string;
|
|
24553
|
+
triggerMode?: string;
|
|
24554
|
+
warehouseId: string;
|
|
24555
|
+
}
|
|
23934
24556
|
export interface JobSparkJarTask {
|
|
23935
24557
|
jarUri?: string;
|
|
23936
24558
|
/**
|
|
@@ -26064,6 +26686,7 @@ export interface JobTrigger {
|
|
|
26064
26686
|
* configuration block to define a trigger for Periodic Triggers consisting of the following attributes:
|
|
26065
26687
|
*/
|
|
26066
26688
|
periodic?: outputs.JobTriggerPeriodic;
|
|
26689
|
+
sqlCondition?: outputs.JobTriggerSqlCondition;
|
|
26067
26690
|
/**
|
|
26068
26691
|
* configuration block to define a trigger for [Table Updates](https://docs.databricks.com/aws/en/jobs/trigger-table-update) consisting of following attributes:
|
|
26069
26692
|
*/
|
|
@@ -26103,6 +26726,11 @@ export interface JobTriggerPeriodic {
|
|
|
26103
26726
|
*/
|
|
26104
26727
|
unit: string;
|
|
26105
26728
|
}
|
|
26729
|
+
export interface JobTriggerSqlCondition {
|
|
26730
|
+
sqlQueryId: string;
|
|
26731
|
+
triggerMode?: string;
|
|
26732
|
+
warehouseId: string;
|
|
26733
|
+
}
|
|
26106
26734
|
export interface JobTriggerTableUpdate {
|
|
26107
26735
|
/**
|
|
26108
26736
|
* The table(s) condition based on which to trigger a job run. Possible values are `ANY_UPDATED`, `ALL_UPDATED`.
|
|
@@ -27300,7 +27928,7 @@ export interface MwsCustomerManagedKeysGcpKeyInfo {
|
|
|
27300
27928
|
kmsKeyId: string;
|
|
27301
27929
|
}
|
|
27302
27930
|
export interface MwsNccPrivateEndpointRuleGcpEndpoint {
|
|
27303
|
-
pscEndpointUri
|
|
27931
|
+
pscEndpointUri: string;
|
|
27304
27932
|
serviceAttachment?: string;
|
|
27305
27933
|
}
|
|
27306
27934
|
export interface MwsNetworkConnectivityConfigEgressConfig {
|
|
@@ -27411,11 +28039,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
27411
28039
|
*/
|
|
27412
28040
|
networkProjectId: string;
|
|
27413
28041
|
/**
|
|
27414
|
-
* @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.
|
|
28042
|
+
* @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.121.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
27415
28043
|
*/
|
|
27416
28044
|
podIpRangeName?: string;
|
|
27417
28045
|
/**
|
|
27418
|
-
* @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.
|
|
28046
|
+
* @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.121.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
27419
28047
|
*/
|
|
27420
28048
|
serviceIpRangeName?: string;
|
|
27421
28049
|
/**
|
|
@@ -27476,11 +28104,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
27476
28104
|
}
|
|
27477
28105
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
27478
28106
|
/**
|
|
27479
|
-
* @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.
|
|
28107
|
+
* @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.121.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
27480
28108
|
*/
|
|
27481
28109
|
gkeClusterPodIpRange?: string;
|
|
27482
28110
|
/**
|
|
27483
|
-
* @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.
|
|
28111
|
+
* @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.121.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
27484
28112
|
*/
|
|
27485
28113
|
gkeClusterServiceIpRange?: string;
|
|
27486
28114
|
subnetCidr: string;
|
|
@@ -28978,6 +29606,10 @@ export interface PostgresEndpointStatus {
|
|
|
28978
29606
|
* (EndpointHosts) - Contains host information for connecting to the endpoint
|
|
28979
29607
|
*/
|
|
28980
29608
|
hosts: outputs.PostgresEndpointStatusHosts;
|
|
29609
|
+
/**
|
|
29610
|
+
* (string) - A timestamp indicating when the compute endpoint was last active
|
|
29611
|
+
*/
|
|
29612
|
+
lastActiveTime: string;
|
|
28981
29613
|
/**
|
|
28982
29614
|
* (string) - Possible values are: `ACTIVE`, `DEGRADED`, `IDLE`, `INIT`
|
|
28983
29615
|
*/
|
|
@@ -29012,6 +29644,15 @@ export interface PostgresEndpointStatusHosts {
|
|
|
29012
29644
|
* if the enclosing endpoint is a group with greater than 1 computes configured, and has readable secondaries enabled
|
|
29013
29645
|
*/
|
|
29014
29646
|
readOnlyHost: string;
|
|
29647
|
+
/**
|
|
29648
|
+
* (string) - The read-only hostname of the compute endpoint, with pooling. This attribute is always defined for read-only endpoints,
|
|
29649
|
+
* and may be defined for read-write endpoints if configured with read replicas and allow read-only connections
|
|
29650
|
+
*/
|
|
29651
|
+
readOnlyPooledHost: string;
|
|
29652
|
+
/**
|
|
29653
|
+
* (string) - The read-write hostname of the compute endpoint, with pooling. This attribute is only defined for read-write endpoints
|
|
29654
|
+
*/
|
|
29655
|
+
readWritePooledHost: string;
|
|
29015
29656
|
}
|
|
29016
29657
|
export interface PostgresEndpointStatusSettings {
|
|
29017
29658
|
/**
|
|
@@ -29331,7 +29972,7 @@ export interface PostgresSyncedTableSpecTypeOverride {
|
|
|
29331
29972
|
pgType: string;
|
|
29332
29973
|
/**
|
|
29333
29974
|
* Size parameter for the target type. Required when pgType is PG_SPECIFIC_TYPE_VECTOR
|
|
29334
|
-
* (specifies the vector dimension, e.g., 1024)
|
|
29975
|
+
* or PG_SPECIFIC_TYPE_HALFVEC (specifies the vector dimension, e.g., 1024)
|
|
29335
29976
|
*/
|
|
29336
29977
|
size?: number;
|
|
29337
29978
|
}
|