@pulumi/databricks 1.80.0-alpha.1767757528 → 1.81.0-alpha.1767844100
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/app.d.ts +8 -0
- package/app.js +6 -0
- package/app.js.map +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/getOnlineStore.d.ts +4 -0
- package/getOnlineStore.js.map +1 -1
- package/getPostgresBranch.d.ts +69 -0
- package/getPostgresBranch.js +28 -0
- package/getPostgresBranch.js.map +1 -0
- package/getPostgresBranches.d.ts +54 -0
- package/getPostgresBranches.js +30 -0
- package/getPostgresBranches.js.map +1 -0
- package/getPostgresEndpoint.d.ts +69 -0
- package/getPostgresEndpoint.js +28 -0
- package/getPostgresEndpoint.js.map +1 -0
- package/getPostgresEndpoints.d.ts +54 -0
- package/getPostgresEndpoints.js +30 -0
- package/getPostgresEndpoints.js.map +1 -0
- package/getPostgresProject.d.ts +64 -0
- package/getPostgresProject.js +28 -0
- package/getPostgresProject.js.map +1 -0
- package/getPostgresProjects.d.ts +39 -0
- package/getPostgresProjects.js +30 -0
- package/getPostgresProjects.js.map +1 -0
- package/getRfaAccessRequestDestinations.d.ts +63 -3
- package/getRfaAccessRequestDestinations.js +30 -4
- package/getRfaAccessRequestDestinations.js.map +1 -1
- package/getTagPolicies.d.ts +16 -2
- package/getTagPolicies.js +16 -2
- package/getTagPolicies.js.map +1 -1
- package/getTagPolicy.d.ts +16 -2
- package/getTagPolicy.js +16 -2
- package/getTagPolicy.js.map +1 -1
- package/index.d.ts +28 -1
- package/index.js +38 -5
- package/index.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/onlineStore.d.ts +12 -0
- package/onlineStore.js +2 -0
- package/onlineStore.js.map +1 -1
- package/package.json +2 -2
- package/postgresBranch.d.ts +151 -0
- package/postgresBranch.js +89 -0
- package/postgresBranch.js.map +1 -0
- package/postgresEndpoint.d.ts +151 -0
- package/postgresEndpoint.js +89 -0
- package/postgresEndpoint.js.map +1 -0
- package/postgresProject.d.ts +136 -0
- package/postgresProject.js +84 -0
- package/postgresProject.js.map +1 -0
- package/provider.d.ts +1 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +31 -5
- package/rfaAccessRequestDestinations.js +8 -2
- package/rfaAccessRequestDestinations.js.map +1 -1
- package/tagPolicy.d.ts +8 -1
- package/tagPolicy.js +8 -1
- package/tagPolicy.js.map +1 -1
- package/types/input.d.ts +412 -5
- package/types/output.d.ts +1406 -107
package/tagPolicy.d.ts
CHANGED
|
@@ -4,7 +4,14 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
6
|
*
|
|
7
|
-
* Define tag policies to manage governed tags in your account.
|
|
7
|
+
* Define tag policies to manage governed tags in your account.
|
|
8
|
+
*
|
|
9
|
+
* The following resources are often used in the same context:
|
|
10
|
+
*
|
|
11
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
12
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
13
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
14
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
8
15
|
*
|
|
9
16
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
10
17
|
*
|
package/tagPolicy.js
CHANGED
|
@@ -8,7 +8,14 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
10
|
*
|
|
11
|
-
* Define tag policies to manage governed tags in your account.
|
|
11
|
+
* Define tag policies to manage governed tags in your account.
|
|
12
|
+
*
|
|
13
|
+
* The following resources are often used in the same context:
|
|
14
|
+
*
|
|
15
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
16
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
17
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
18
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
12
19
|
*
|
|
13
20
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
21
|
*
|
package/tagPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagPolicy.js","sourceRoot":"","sources":["../tagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"tagPolicy.js","sourceRoot":"","sources":["../tagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAsBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAvEL,8BAwEC;AA1DG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
|
package/types/input.d.ts
CHANGED
|
@@ -441,6 +441,7 @@ export interface AlertV2Schedule {
|
|
|
441
441
|
timezoneId: pulumi.Input<string>;
|
|
442
442
|
}
|
|
443
443
|
export interface AppActiveDeployment {
|
|
444
|
+
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
444
445
|
/**
|
|
445
446
|
* The creation time of the app.
|
|
446
447
|
*/
|
|
@@ -451,6 +452,8 @@ export interface AppActiveDeployment {
|
|
|
451
452
|
creator?: pulumi.Input<string>;
|
|
452
453
|
deploymentArtifacts?: pulumi.Input<inputs.AppActiveDeploymentDeploymentArtifacts>;
|
|
453
454
|
deploymentId?: pulumi.Input<string>;
|
|
455
|
+
envVars?: pulumi.Input<pulumi.Input<inputs.AppActiveDeploymentEnvVar>[]>;
|
|
456
|
+
gitSource?: pulumi.Input<inputs.AppActiveDeploymentGitSource>;
|
|
454
457
|
mode?: pulumi.Input<string>;
|
|
455
458
|
sourceCodePath?: pulumi.Input<string>;
|
|
456
459
|
status?: pulumi.Input<inputs.AppActiveDeploymentStatus>;
|
|
@@ -462,6 +465,29 @@ export interface AppActiveDeployment {
|
|
|
462
465
|
export interface AppActiveDeploymentDeploymentArtifacts {
|
|
463
466
|
sourceCodePath?: pulumi.Input<string>;
|
|
464
467
|
}
|
|
468
|
+
export interface AppActiveDeploymentEnvVar {
|
|
469
|
+
/**
|
|
470
|
+
* The name of the app. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace.
|
|
471
|
+
*/
|
|
472
|
+
name?: pulumi.Input<string>;
|
|
473
|
+
value?: pulumi.Input<string>;
|
|
474
|
+
valueFrom?: pulumi.Input<string>;
|
|
475
|
+
}
|
|
476
|
+
export interface AppActiveDeploymentGitSource {
|
|
477
|
+
branch?: pulumi.Input<string>;
|
|
478
|
+
commit?: pulumi.Input<string>;
|
|
479
|
+
gitRepository?: pulumi.Input<inputs.AppActiveDeploymentGitSourceGitRepository>;
|
|
480
|
+
resolvedCommit?: pulumi.Input<string>;
|
|
481
|
+
sourceCodePath?: pulumi.Input<string>;
|
|
482
|
+
tag?: pulumi.Input<string>;
|
|
483
|
+
}
|
|
484
|
+
export interface AppActiveDeploymentGitSourceGitRepository {
|
|
485
|
+
provider: pulumi.Input<string>;
|
|
486
|
+
/**
|
|
487
|
+
* The URL of the app once it is deployed.
|
|
488
|
+
*/
|
|
489
|
+
url: pulumi.Input<string>;
|
|
490
|
+
}
|
|
465
491
|
export interface AppActiveDeploymentStatus {
|
|
466
492
|
/**
|
|
467
493
|
* Application status message
|
|
@@ -492,7 +518,15 @@ export interface AppComputeStatus {
|
|
|
492
518
|
*/
|
|
493
519
|
state?: pulumi.Input<string>;
|
|
494
520
|
}
|
|
521
|
+
export interface AppGitRepository {
|
|
522
|
+
provider: pulumi.Input<string>;
|
|
523
|
+
/**
|
|
524
|
+
* The URL of the app once it is deployed.
|
|
525
|
+
*/
|
|
526
|
+
url: pulumi.Input<string>;
|
|
527
|
+
}
|
|
495
528
|
export interface AppPendingDeployment {
|
|
529
|
+
commands?: pulumi.Input<pulumi.Input<string>[]>;
|
|
496
530
|
/**
|
|
497
531
|
* The creation time of the app.
|
|
498
532
|
*/
|
|
@@ -503,6 +537,8 @@ export interface AppPendingDeployment {
|
|
|
503
537
|
creator?: pulumi.Input<string>;
|
|
504
538
|
deploymentArtifacts?: pulumi.Input<inputs.AppPendingDeploymentDeploymentArtifacts>;
|
|
505
539
|
deploymentId?: pulumi.Input<string>;
|
|
540
|
+
envVars?: pulumi.Input<pulumi.Input<inputs.AppPendingDeploymentEnvVar>[]>;
|
|
541
|
+
gitSource?: pulumi.Input<inputs.AppPendingDeploymentGitSource>;
|
|
506
542
|
mode?: pulumi.Input<string>;
|
|
507
543
|
sourceCodePath?: pulumi.Input<string>;
|
|
508
544
|
status?: pulumi.Input<inputs.AppPendingDeploymentStatus>;
|
|
@@ -514,6 +550,29 @@ export interface AppPendingDeployment {
|
|
|
514
550
|
export interface AppPendingDeploymentDeploymentArtifacts {
|
|
515
551
|
sourceCodePath?: pulumi.Input<string>;
|
|
516
552
|
}
|
|
553
|
+
export interface AppPendingDeploymentEnvVar {
|
|
554
|
+
/**
|
|
555
|
+
* The name of the app. The name must contain only lowercase alphanumeric characters and hyphens. It must be unique within the workspace.
|
|
556
|
+
*/
|
|
557
|
+
name?: pulumi.Input<string>;
|
|
558
|
+
value?: pulumi.Input<string>;
|
|
559
|
+
valueFrom?: pulumi.Input<string>;
|
|
560
|
+
}
|
|
561
|
+
export interface AppPendingDeploymentGitSource {
|
|
562
|
+
branch?: pulumi.Input<string>;
|
|
563
|
+
commit?: pulumi.Input<string>;
|
|
564
|
+
gitRepository?: pulumi.Input<inputs.AppPendingDeploymentGitSourceGitRepository>;
|
|
565
|
+
resolvedCommit?: pulumi.Input<string>;
|
|
566
|
+
sourceCodePath?: pulumi.Input<string>;
|
|
567
|
+
tag?: pulumi.Input<string>;
|
|
568
|
+
}
|
|
569
|
+
export interface AppPendingDeploymentGitSourceGitRepository {
|
|
570
|
+
provider: pulumi.Input<string>;
|
|
571
|
+
/**
|
|
572
|
+
* The URL of the app once it is deployed.
|
|
573
|
+
*/
|
|
574
|
+
url: pulumi.Input<string>;
|
|
575
|
+
}
|
|
517
576
|
export interface AppPendingDeploymentStatus {
|
|
518
577
|
/**
|
|
519
578
|
* Application status message
|
|
@@ -538,6 +597,7 @@ export interface AppResource {
|
|
|
538
597
|
* Exactly one of the following attributes must be provided:
|
|
539
598
|
*/
|
|
540
599
|
description?: pulumi.Input<string>;
|
|
600
|
+
experiment?: pulumi.Input<inputs.AppResourceExperiment>;
|
|
541
601
|
/**
|
|
542
602
|
* attribute
|
|
543
603
|
*/
|
|
@@ -581,6 +641,10 @@ export interface AppResourceDatabase {
|
|
|
581
641
|
*/
|
|
582
642
|
permission: pulumi.Input<string>;
|
|
583
643
|
}
|
|
644
|
+
export interface AppResourceExperiment {
|
|
645
|
+
experimentId: pulumi.Input<string>;
|
|
646
|
+
permission: pulumi.Input<string>;
|
|
647
|
+
}
|
|
584
648
|
export interface AppResourceGenieSpace {
|
|
585
649
|
/**
|
|
586
650
|
* The name of Genie Space.
|
|
@@ -671,6 +735,7 @@ export interface AppsSettingsCustomTemplateManifestResourceSpec {
|
|
|
671
735
|
* The description of the template
|
|
672
736
|
*/
|
|
673
737
|
description?: pulumi.Input<string>;
|
|
738
|
+
experimentSpec?: pulumi.Input<inputs.AppsSettingsCustomTemplateManifestResourceSpecExperimentSpec>;
|
|
674
739
|
jobSpec?: pulumi.Input<inputs.AppsSettingsCustomTemplateManifestResourceSpecJobSpec>;
|
|
675
740
|
/**
|
|
676
741
|
* The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces.
|
|
@@ -682,6 +747,9 @@ export interface AppsSettingsCustomTemplateManifestResourceSpec {
|
|
|
682
747
|
sqlWarehouseSpec?: pulumi.Input<inputs.AppsSettingsCustomTemplateManifestResourceSpecSqlWarehouseSpec>;
|
|
683
748
|
ucSecurableSpec?: pulumi.Input<inputs.AppsSettingsCustomTemplateManifestResourceSpecUcSecurableSpec>;
|
|
684
749
|
}
|
|
750
|
+
export interface AppsSettingsCustomTemplateManifestResourceSpecExperimentSpec {
|
|
751
|
+
permission: pulumi.Input<string>;
|
|
752
|
+
}
|
|
685
753
|
export interface AppsSettingsCustomTemplateManifestResourceSpecJobSpec {
|
|
686
754
|
permission: pulumi.Input<string>;
|
|
687
755
|
}
|
|
@@ -697,7 +765,7 @@ export interface AppsSettingsCustomTemplateManifestResourceSpecSqlWarehouseSpec
|
|
|
697
765
|
export interface AppsSettingsCustomTemplateManifestResourceSpecUcSecurableSpec {
|
|
698
766
|
permission: pulumi.Input<string>;
|
|
699
767
|
/**
|
|
700
|
-
* Possible values are: `TABLE`, `VOLUME`
|
|
768
|
+
* Possible values are: `CONNECTION`, `FUNCTION`, `TABLE`, `VOLUME`
|
|
701
769
|
*/
|
|
702
770
|
securableType: pulumi.Input<string>;
|
|
703
771
|
}
|
|
@@ -1344,6 +1412,10 @@ export interface CustomAppIntegrationTokenAccessPolicy {
|
|
|
1344
1412
|
refreshTokenTtlInMinutes?: pulumi.Input<number>;
|
|
1345
1413
|
}
|
|
1346
1414
|
export interface DataQualityMonitorAnomalyDetectionConfig {
|
|
1415
|
+
/**
|
|
1416
|
+
* List of fully qualified table names to exclude from anomaly detection
|
|
1417
|
+
*/
|
|
1418
|
+
excludedTableFullNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1347
1419
|
}
|
|
1348
1420
|
export interface DataQualityMonitorDataProfilingConfig {
|
|
1349
1421
|
/**
|
|
@@ -7687,6 +7759,7 @@ export interface GetMwsNetworkConnectivityConfigEgressConfigTargetRulesAwsPrivat
|
|
|
7687
7759
|
domainNames?: string[];
|
|
7688
7760
|
enabled?: boolean;
|
|
7689
7761
|
endpointService?: string;
|
|
7762
|
+
errorMessage?: string;
|
|
7690
7763
|
/**
|
|
7691
7764
|
* The Databricks network connectivity configuration ID.
|
|
7692
7765
|
*/
|
|
@@ -7726,6 +7799,7 @@ export interface GetMwsNetworkConnectivityConfigEgressConfigTargetRulesAwsPrivat
|
|
|
7726
7799
|
domainNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7727
7800
|
enabled?: pulumi.Input<boolean>;
|
|
7728
7801
|
endpointService?: pulumi.Input<string>;
|
|
7802
|
+
errorMessage?: pulumi.Input<string>;
|
|
7729
7803
|
/**
|
|
7730
7804
|
* The Databricks network connectivity configuration ID.
|
|
7731
7805
|
*/
|
|
@@ -7763,6 +7837,7 @@ export interface GetMwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePriv
|
|
|
7763
7837
|
* The name of the Azure private endpoint resource.
|
|
7764
7838
|
*/
|
|
7765
7839
|
endpointName?: string;
|
|
7840
|
+
errorMessage?: string;
|
|
7766
7841
|
/**
|
|
7767
7842
|
* The sub-resource type (group ID) of the target resource.
|
|
7768
7843
|
*/
|
|
@@ -7806,6 +7881,7 @@ export interface GetMwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePriv
|
|
|
7806
7881
|
* The name of the Azure private endpoint resource.
|
|
7807
7882
|
*/
|
|
7808
7883
|
endpointName?: pulumi.Input<string>;
|
|
7884
|
+
errorMessage?: pulumi.Input<string>;
|
|
7809
7885
|
/**
|
|
7810
7886
|
* The sub-resource type (group ID) of the target resource.
|
|
7811
7887
|
*/
|
|
@@ -10990,6 +11066,7 @@ export interface JobQueue {
|
|
|
10990
11066
|
enabled: pulumi.Input<boolean>;
|
|
10991
11067
|
}
|
|
10992
11068
|
export interface JobRunAs {
|
|
11069
|
+
groupName?: pulumi.Input<string>;
|
|
10993
11070
|
/**
|
|
10994
11071
|
* The application ID of an active service principal. Setting this field requires the `servicePrincipal/user` role.
|
|
10995
11072
|
*
|
|
@@ -14134,6 +14211,7 @@ export interface MwsNetworkConnectivityConfigEgressConfigTargetRulesAwsPrivateEn
|
|
|
14134
14211
|
domainNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14135
14212
|
enabled?: pulumi.Input<boolean>;
|
|
14136
14213
|
endpointService?: pulumi.Input<string>;
|
|
14214
|
+
errorMessage?: pulumi.Input<string>;
|
|
14137
14215
|
/**
|
|
14138
14216
|
* Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
14139
14217
|
*/
|
|
@@ -14156,6 +14234,7 @@ export interface MwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePrivate
|
|
|
14156
14234
|
deactivatedAt?: pulumi.Input<number>;
|
|
14157
14235
|
domainNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14158
14236
|
endpointName?: pulumi.Input<string>;
|
|
14237
|
+
errorMessage?: pulumi.Input<string>;
|
|
14159
14238
|
groupId?: pulumi.Input<string>;
|
|
14160
14239
|
/**
|
|
14161
14240
|
* Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
@@ -14178,11 +14257,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
14178
14257
|
*/
|
|
14179
14258
|
networkProjectId: pulumi.Input<string>;
|
|
14180
14259
|
/**
|
|
14181
|
-
* @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.
|
|
14260
|
+
* @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.102.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
14182
14261
|
*/
|
|
14183
14262
|
podIpRangeName?: pulumi.Input<string>;
|
|
14184
14263
|
/**
|
|
14185
|
-
* @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.
|
|
14264
|
+
* @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.102.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
14186
14265
|
*/
|
|
14187
14266
|
serviceIpRangeName?: pulumi.Input<string>;
|
|
14188
14267
|
/**
|
|
@@ -14243,11 +14322,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
14243
14322
|
}
|
|
14244
14323
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
14245
14324
|
/**
|
|
14246
|
-
* @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.
|
|
14325
|
+
* @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.102.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
14247
14326
|
*/
|
|
14248
14327
|
gkeClusterPodIpRange?: pulumi.Input<string>;
|
|
14249
14328
|
/**
|
|
14250
|
-
* @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.
|
|
14329
|
+
* @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.102.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
14251
14330
|
*/
|
|
14252
14331
|
gkeClusterServiceIpRange?: pulumi.Input<string>;
|
|
14253
14332
|
subnetCidr: pulumi.Input<string>;
|
|
@@ -14724,6 +14803,7 @@ export interface PipelineIngestionDefinitionObjectReportTableConfiguration {
|
|
|
14724
14803
|
includeColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14725
14804
|
primaryKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14726
14805
|
queryBasedConnectorConfig?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectReportTableConfigurationQueryBasedConnectorConfig>;
|
|
14806
|
+
rowFilter?: pulumi.Input<string>;
|
|
14727
14807
|
salesforceIncludeFormulaFields?: pulumi.Input<boolean>;
|
|
14728
14808
|
scdType?: pulumi.Input<string>;
|
|
14729
14809
|
sequenceBies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -14757,6 +14837,7 @@ export interface PipelineIngestionDefinitionObjectSchemaTableConfiguration {
|
|
|
14757
14837
|
includeColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14758
14838
|
primaryKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14759
14839
|
queryBasedConnectorConfig?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectSchemaTableConfigurationQueryBasedConnectorConfig>;
|
|
14840
|
+
rowFilter?: pulumi.Input<string>;
|
|
14760
14841
|
salesforceIncludeFormulaFields?: pulumi.Input<boolean>;
|
|
14761
14842
|
scdType?: pulumi.Input<string>;
|
|
14762
14843
|
sequenceBies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -14792,6 +14873,7 @@ export interface PipelineIngestionDefinitionObjectTableTableConfiguration {
|
|
|
14792
14873
|
includeColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14793
14874
|
primaryKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14794
14875
|
queryBasedConnectorConfig?: pulumi.Input<inputs.PipelineIngestionDefinitionObjectTableTableConfigurationQueryBasedConnectorConfig>;
|
|
14876
|
+
rowFilter?: pulumi.Input<string>;
|
|
14795
14877
|
salesforceIncludeFormulaFields?: pulumi.Input<boolean>;
|
|
14796
14878
|
scdType?: pulumi.Input<string>;
|
|
14797
14879
|
sequenceBies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -14835,6 +14917,7 @@ export interface PipelineIngestionDefinitionTableConfiguration {
|
|
|
14835
14917
|
includeColumns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14836
14918
|
primaryKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
14837
14919
|
queryBasedConnectorConfig?: pulumi.Input<inputs.PipelineIngestionDefinitionTableConfigurationQueryBasedConnectorConfig>;
|
|
14920
|
+
rowFilter?: pulumi.Input<string>;
|
|
14838
14921
|
salesforceIncludeFormulaFields?: pulumi.Input<boolean>;
|
|
14839
14922
|
scdType?: pulumi.Input<string>;
|
|
14840
14923
|
sequenceBies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -14966,6 +15049,310 @@ export interface PolicyInfoRowFilterUsing {
|
|
|
14966
15049
|
*/
|
|
14967
15050
|
constant?: pulumi.Input<string>;
|
|
14968
15051
|
}
|
|
15052
|
+
export interface PostgresBranchSpec {
|
|
15053
|
+
/**
|
|
15054
|
+
* (boolean) - Whether the branch is the project's default branch
|
|
15055
|
+
*/
|
|
15056
|
+
default?: pulumi.Input<boolean>;
|
|
15057
|
+
/**
|
|
15058
|
+
* (boolean) - Whether the branch is protected
|
|
15059
|
+
*/
|
|
15060
|
+
isProtected?: pulumi.Input<boolean>;
|
|
15061
|
+
/**
|
|
15062
|
+
* (string) - The name of the source branch from which this branch was created.
|
|
15063
|
+
* Format: projects/{project_id}/branches/{branch_id}
|
|
15064
|
+
*/
|
|
15065
|
+
sourceBranch?: pulumi.Input<string>;
|
|
15066
|
+
/**
|
|
15067
|
+
* (string) - The Log Sequence Number (LSN) on the source branch from which this branch was created
|
|
15068
|
+
*/
|
|
15069
|
+
sourceBranchLsn?: pulumi.Input<string>;
|
|
15070
|
+
/**
|
|
15071
|
+
* (string) - The point in time on the source branch from which this branch was created
|
|
15072
|
+
*/
|
|
15073
|
+
sourceBranchTime?: pulumi.Input<string>;
|
|
15074
|
+
}
|
|
15075
|
+
export interface PostgresBranchStatus {
|
|
15076
|
+
/**
|
|
15077
|
+
* (string) - The branch's state, indicating if it is initializing, ready for use, or archived. Possible values are: `ARCHIVED`, `IMPORTING`, `INIT`, `READY`, `RESETTING`
|
|
15078
|
+
*/
|
|
15079
|
+
currentState?: pulumi.Input<string>;
|
|
15080
|
+
/**
|
|
15081
|
+
* (boolean) - Whether the branch is the project's default branch
|
|
15082
|
+
*/
|
|
15083
|
+
default?: pulumi.Input<boolean>;
|
|
15084
|
+
/**
|
|
15085
|
+
* (boolean) - Whether the branch is protected
|
|
15086
|
+
*/
|
|
15087
|
+
isProtected?: pulumi.Input<boolean>;
|
|
15088
|
+
/**
|
|
15089
|
+
* (integer) - The logical size of the branch
|
|
15090
|
+
*/
|
|
15091
|
+
logicalSizeBytes?: pulumi.Input<number>;
|
|
15092
|
+
/**
|
|
15093
|
+
* (string) - The pending state of the branch, if a state transition is in progress. Possible values are: `ARCHIVED`, `IMPORTING`, `INIT`, `READY`, `RESETTING`
|
|
15094
|
+
*/
|
|
15095
|
+
pendingState?: pulumi.Input<string>;
|
|
15096
|
+
/**
|
|
15097
|
+
* (string) - The name of the source branch from which this branch was created.
|
|
15098
|
+
* Format: projects/{project_id}/branches/{branch_id}
|
|
15099
|
+
*/
|
|
15100
|
+
sourceBranch?: pulumi.Input<string>;
|
|
15101
|
+
/**
|
|
15102
|
+
* (string) - The Log Sequence Number (LSN) on the source branch from which this branch was created
|
|
15103
|
+
*/
|
|
15104
|
+
sourceBranchLsn?: pulumi.Input<string>;
|
|
15105
|
+
/**
|
|
15106
|
+
* (string) - The point in time on the source branch from which this branch was created
|
|
15107
|
+
*/
|
|
15108
|
+
sourceBranchTime?: pulumi.Input<string>;
|
|
15109
|
+
/**
|
|
15110
|
+
* (string) - A timestamp indicating when the `currentState` began
|
|
15111
|
+
*/
|
|
15112
|
+
stateChangeTime?: pulumi.Input<string>;
|
|
15113
|
+
}
|
|
15114
|
+
export interface PostgresEndpointSpec {
|
|
15115
|
+
/**
|
|
15116
|
+
* (number) - The maximum number of Compute Units
|
|
15117
|
+
*/
|
|
15118
|
+
autoscalingLimitMaxCu?: pulumi.Input<number>;
|
|
15119
|
+
/**
|
|
15120
|
+
* (number) - The minimum number of Compute Units
|
|
15121
|
+
*/
|
|
15122
|
+
autoscalingLimitMinCu?: pulumi.Input<number>;
|
|
15123
|
+
/**
|
|
15124
|
+
* (boolean) - Whether to restrict connections to the compute endpoint.
|
|
15125
|
+
* Enabling this option schedules a suspend compute operation.
|
|
15126
|
+
* A disabled compute endpoint cannot be enabled by a connection or
|
|
15127
|
+
* console action
|
|
15128
|
+
*/
|
|
15129
|
+
disabled?: pulumi.Input<boolean>;
|
|
15130
|
+
/**
|
|
15131
|
+
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
15132
|
+
*/
|
|
15133
|
+
endpointType: pulumi.Input<string>;
|
|
15134
|
+
/**
|
|
15135
|
+
* (string) - Possible values are: `TRANSACTION`
|
|
15136
|
+
*/
|
|
15137
|
+
poolerMode?: pulumi.Input<string>;
|
|
15138
|
+
/**
|
|
15139
|
+
* (EndpointSettings)
|
|
15140
|
+
*/
|
|
15141
|
+
settings?: pulumi.Input<inputs.PostgresEndpointSpecSettings>;
|
|
15142
|
+
/**
|
|
15143
|
+
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15144
|
+
*/
|
|
15145
|
+
suspendTimeoutDuration?: pulumi.Input<string>;
|
|
15146
|
+
}
|
|
15147
|
+
export interface PostgresEndpointSpecSettings {
|
|
15148
|
+
/**
|
|
15149
|
+
* A raw representation of Postgres settings
|
|
15150
|
+
*/
|
|
15151
|
+
pgSettings?: pulumi.Input<{
|
|
15152
|
+
[key: string]: pulumi.Input<string>;
|
|
15153
|
+
}>;
|
|
15154
|
+
/**
|
|
15155
|
+
* A raw representation of PgBouncer settings
|
|
15156
|
+
*/
|
|
15157
|
+
pgbouncerSettings?: pulumi.Input<{
|
|
15158
|
+
[key: string]: pulumi.Input<string>;
|
|
15159
|
+
}>;
|
|
15160
|
+
}
|
|
15161
|
+
export interface PostgresEndpointStatus {
|
|
15162
|
+
/**
|
|
15163
|
+
* (number) - The maximum number of Compute Units
|
|
15164
|
+
*/
|
|
15165
|
+
autoscalingLimitMaxCu?: pulumi.Input<number>;
|
|
15166
|
+
/**
|
|
15167
|
+
* (number) - The minimum number of Compute Units
|
|
15168
|
+
*/
|
|
15169
|
+
autoscalingLimitMinCu?: pulumi.Input<number>;
|
|
15170
|
+
/**
|
|
15171
|
+
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
15172
|
+
*/
|
|
15173
|
+
currentState?: pulumi.Input<string>;
|
|
15174
|
+
/**
|
|
15175
|
+
* (boolean) - Whether to restrict connections to the compute endpoint.
|
|
15176
|
+
* Enabling this option schedules a suspend compute operation.
|
|
15177
|
+
* A disabled compute endpoint cannot be enabled by a connection or
|
|
15178
|
+
* console action
|
|
15179
|
+
*/
|
|
15180
|
+
disabled?: pulumi.Input<boolean>;
|
|
15181
|
+
/**
|
|
15182
|
+
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
15183
|
+
*/
|
|
15184
|
+
endpointType?: pulumi.Input<string>;
|
|
15185
|
+
/**
|
|
15186
|
+
* (string) - The hostname of the compute endpoint. This is the hostname specified when connecting to a database
|
|
15187
|
+
*/
|
|
15188
|
+
host?: pulumi.Input<string>;
|
|
15189
|
+
/**
|
|
15190
|
+
* (string) - A timestamp indicating when the compute endpoint was last active
|
|
15191
|
+
*/
|
|
15192
|
+
lastActiveTime?: pulumi.Input<string>;
|
|
15193
|
+
/**
|
|
15194
|
+
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
15195
|
+
*/
|
|
15196
|
+
pendingState?: pulumi.Input<string>;
|
|
15197
|
+
/**
|
|
15198
|
+
* (string) - Possible values are: `TRANSACTION`
|
|
15199
|
+
*/
|
|
15200
|
+
poolerMode?: pulumi.Input<string>;
|
|
15201
|
+
/**
|
|
15202
|
+
* (EndpointSettings)
|
|
15203
|
+
*/
|
|
15204
|
+
settings?: pulumi.Input<inputs.PostgresEndpointStatusSettings>;
|
|
15205
|
+
/**
|
|
15206
|
+
* (string) - A timestamp indicating when the compute endpoint was last started
|
|
15207
|
+
*/
|
|
15208
|
+
startTime?: pulumi.Input<string>;
|
|
15209
|
+
/**
|
|
15210
|
+
* (string) - A timestamp indicating when the compute endpoint was last suspended
|
|
15211
|
+
*/
|
|
15212
|
+
suspendTime?: pulumi.Input<string>;
|
|
15213
|
+
/**
|
|
15214
|
+
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15215
|
+
*/
|
|
15216
|
+
suspendTimeoutDuration?: pulumi.Input<string>;
|
|
15217
|
+
}
|
|
15218
|
+
export interface PostgresEndpointStatusSettings {
|
|
15219
|
+
/**
|
|
15220
|
+
* A raw representation of Postgres settings
|
|
15221
|
+
*/
|
|
15222
|
+
pgSettings?: pulumi.Input<{
|
|
15223
|
+
[key: string]: pulumi.Input<string>;
|
|
15224
|
+
}>;
|
|
15225
|
+
/**
|
|
15226
|
+
* A raw representation of PgBouncer settings
|
|
15227
|
+
*/
|
|
15228
|
+
pgbouncerSettings?: pulumi.Input<{
|
|
15229
|
+
[key: string]: pulumi.Input<string>;
|
|
15230
|
+
}>;
|
|
15231
|
+
}
|
|
15232
|
+
export interface PostgresProjectSpec {
|
|
15233
|
+
/**
|
|
15234
|
+
* (ProjectDefaultEndpointSettings) - The effective default endpoint settings
|
|
15235
|
+
*/
|
|
15236
|
+
defaultEndpointSettings?: pulumi.Input<inputs.PostgresProjectSpecDefaultEndpointSettings>;
|
|
15237
|
+
/**
|
|
15238
|
+
* (string) - The effective human-readable project name
|
|
15239
|
+
*/
|
|
15240
|
+
displayName?: pulumi.Input<string>;
|
|
15241
|
+
/**
|
|
15242
|
+
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
15243
|
+
*/
|
|
15244
|
+
historyRetentionDuration?: pulumi.Input<string>;
|
|
15245
|
+
/**
|
|
15246
|
+
* (integer) - The effective major Postgres version number
|
|
15247
|
+
*/
|
|
15248
|
+
pgVersion?: pulumi.Input<number>;
|
|
15249
|
+
/**
|
|
15250
|
+
* (ProjectSettings) - The effective project settings
|
|
15251
|
+
*/
|
|
15252
|
+
settings?: pulumi.Input<inputs.PostgresProjectSpecSettings>;
|
|
15253
|
+
}
|
|
15254
|
+
export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
15255
|
+
/**
|
|
15256
|
+
* The maximum number of Compute Units
|
|
15257
|
+
*/
|
|
15258
|
+
autoscalingLimitMaxCu?: pulumi.Input<number>;
|
|
15259
|
+
/**
|
|
15260
|
+
* The minimum number of Compute Units
|
|
15261
|
+
*/
|
|
15262
|
+
autoscalingLimitMinCu?: pulumi.Input<number>;
|
|
15263
|
+
/**
|
|
15264
|
+
* A raw representation of Postgres settings
|
|
15265
|
+
*/
|
|
15266
|
+
pgSettings?: pulumi.Input<{
|
|
15267
|
+
[key: string]: pulumi.Input<string>;
|
|
15268
|
+
}>;
|
|
15269
|
+
/**
|
|
15270
|
+
* A raw representation of PgBouncer settings
|
|
15271
|
+
*/
|
|
15272
|
+
pgbouncerSettings?: pulumi.Input<{
|
|
15273
|
+
[key: string]: pulumi.Input<string>;
|
|
15274
|
+
}>;
|
|
15275
|
+
/**
|
|
15276
|
+
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15277
|
+
*/
|
|
15278
|
+
suspendTimeoutDuration?: pulumi.Input<string>;
|
|
15279
|
+
}
|
|
15280
|
+
export interface PostgresProjectSpecSettings {
|
|
15281
|
+
/**
|
|
15282
|
+
* Sets wal_level=logical for all compute endpoints in this project.
|
|
15283
|
+
* All active endpoints will be suspended.
|
|
15284
|
+
* Once enabled, logical replication cannot be disabled
|
|
15285
|
+
*/
|
|
15286
|
+
enableLogicalReplication?: pulumi.Input<boolean>;
|
|
15287
|
+
}
|
|
15288
|
+
export interface PostgresProjectStatus {
|
|
15289
|
+
/**
|
|
15290
|
+
* (integer) - The logical size limit for a branch
|
|
15291
|
+
*/
|
|
15292
|
+
branchLogicalSizeLimitBytes?: pulumi.Input<number>;
|
|
15293
|
+
/**
|
|
15294
|
+
* (string) - The most recent time when any endpoint of this project was active
|
|
15295
|
+
*/
|
|
15296
|
+
computeLastActiveTime?: pulumi.Input<string>;
|
|
15297
|
+
/**
|
|
15298
|
+
* (ProjectDefaultEndpointSettings) - The effective default endpoint settings
|
|
15299
|
+
*/
|
|
15300
|
+
defaultEndpointSettings?: pulumi.Input<inputs.PostgresProjectStatusDefaultEndpointSettings>;
|
|
15301
|
+
/**
|
|
15302
|
+
* (string) - The effective human-readable project name
|
|
15303
|
+
*/
|
|
15304
|
+
displayName?: pulumi.Input<string>;
|
|
15305
|
+
/**
|
|
15306
|
+
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
15307
|
+
*/
|
|
15308
|
+
historyRetentionDuration?: pulumi.Input<string>;
|
|
15309
|
+
/**
|
|
15310
|
+
* (integer) - The effective major Postgres version number
|
|
15311
|
+
*/
|
|
15312
|
+
pgVersion?: pulumi.Input<number>;
|
|
15313
|
+
/**
|
|
15314
|
+
* (ProjectSettings) - The effective project settings
|
|
15315
|
+
*/
|
|
15316
|
+
settings?: pulumi.Input<inputs.PostgresProjectStatusSettings>;
|
|
15317
|
+
/**
|
|
15318
|
+
* (integer) - The current space occupied by the project in storage
|
|
15319
|
+
*/
|
|
15320
|
+
syntheticStorageSizeBytes?: pulumi.Input<number>;
|
|
15321
|
+
}
|
|
15322
|
+
export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
15323
|
+
/**
|
|
15324
|
+
* The maximum number of Compute Units
|
|
15325
|
+
*/
|
|
15326
|
+
autoscalingLimitMaxCu?: pulumi.Input<number>;
|
|
15327
|
+
/**
|
|
15328
|
+
* The minimum number of Compute Units
|
|
15329
|
+
*/
|
|
15330
|
+
autoscalingLimitMinCu?: pulumi.Input<number>;
|
|
15331
|
+
/**
|
|
15332
|
+
* A raw representation of Postgres settings
|
|
15333
|
+
*/
|
|
15334
|
+
pgSettings?: pulumi.Input<{
|
|
15335
|
+
[key: string]: pulumi.Input<string>;
|
|
15336
|
+
}>;
|
|
15337
|
+
/**
|
|
15338
|
+
* A raw representation of PgBouncer settings
|
|
15339
|
+
*/
|
|
15340
|
+
pgbouncerSettings?: pulumi.Input<{
|
|
15341
|
+
[key: string]: pulumi.Input<string>;
|
|
15342
|
+
}>;
|
|
15343
|
+
/**
|
|
15344
|
+
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15345
|
+
*/
|
|
15346
|
+
suspendTimeoutDuration?: pulumi.Input<string>;
|
|
15347
|
+
}
|
|
15348
|
+
export interface PostgresProjectStatusSettings {
|
|
15349
|
+
/**
|
|
15350
|
+
* Sets wal_level=logical for all compute endpoints in this project.
|
|
15351
|
+
* All active endpoints will be suspended.
|
|
15352
|
+
* Once enabled, logical replication cannot be disabled
|
|
15353
|
+
*/
|
|
15354
|
+
enableLogicalReplication?: pulumi.Input<boolean>;
|
|
15355
|
+
}
|
|
14969
15356
|
export interface QualityMonitorCustomMetric {
|
|
14970
15357
|
/**
|
|
14971
15358
|
* [create metric definition](https://docs.databricks.com/en/lakehouse-monitoring/custom-metrics.html#create-definition)
|
|
@@ -15070,6 +15457,10 @@ export interface QualityMonitorTimeSeries {
|
|
|
15070
15457
|
timestampCol: pulumi.Input<string>;
|
|
15071
15458
|
}
|
|
15072
15459
|
export interface QualityMonitorV2AnomalyDetectionConfig {
|
|
15460
|
+
/**
|
|
15461
|
+
* List of fully qualified table names to exclude from anomaly detection
|
|
15462
|
+
*/
|
|
15463
|
+
excludedTableFullNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15073
15464
|
/**
|
|
15074
15465
|
* (string) - Run id of the last run of the workflow
|
|
15075
15466
|
*/
|
|
@@ -15316,6 +15707,22 @@ export interface RfaAccessRequestDestinationsDestination {
|
|
|
15316
15707
|
*/
|
|
15317
15708
|
specialDestination?: pulumi.Input<string>;
|
|
15318
15709
|
}
|
|
15710
|
+
export interface RfaAccessRequestDestinationsDestinationSourceSecurable {
|
|
15711
|
+
/**
|
|
15712
|
+
* (string) - The full name of the securable. Redundant with the name in the securable object, but necessary for Pulumi integration
|
|
15713
|
+
*/
|
|
15714
|
+
fullName?: pulumi.Input<string>;
|
|
15715
|
+
/**
|
|
15716
|
+
* Optional. The name of the Share object that contains the securable when the securable is
|
|
15717
|
+
* getting shared in D2D Delta Sharing
|
|
15718
|
+
*/
|
|
15719
|
+
providerShare?: pulumi.Input<string>;
|
|
15720
|
+
/**
|
|
15721
|
+
* Required. The type of securable (catalog/schema/table).
|
|
15722
|
+
* Optional if resourceName is present. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
15723
|
+
*/
|
|
15724
|
+
type?: pulumi.Input<string>;
|
|
15725
|
+
}
|
|
15319
15726
|
export interface RfaAccessRequestDestinationsSecurable {
|
|
15320
15727
|
/**
|
|
15321
15728
|
* Required. The full name of the catalog/schema/table.
|