@pulumi/databricks 1.98.0-alpha.1782974964 → 1.98.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/aiSearchEndpoint.d.ts +19 -1
- package/aiSearchEndpoint.d.ts.map +1 -1
- package/aiSearchEndpoint.js +19 -1
- package/aiSearchEndpoint.js.map +1 -1
- package/aiSearchIndex.d.ts +24 -1
- package/aiSearchIndex.d.ts.map +1 -1
- package/aiSearchIndex.js +24 -1
- package/aiSearchIndex.js.map +1 -1
- package/dataClassificationCatalogConfig.d.ts +12 -6
- package/dataClassificationCatalogConfig.d.ts.map +1 -1
- package/dataClassificationCatalogConfig.js.map +1 -1
- package/dataQualityRefresh.d.ts +3 -3
- package/disasterRecoveryFailoverGroup.d.ts +3 -10
- package/disasterRecoveryFailoverGroup.d.ts.map +1 -1
- package/disasterRecoveryFailoverGroup.js +1 -1
- package/disasterRecoveryFailoverGroup.js.map +1 -1
- package/disasterRecoveryStableUrl.d.ts +2 -2
- package/environmentsWorkspaceBaseEnvironment.d.ts +8 -0
- package/environmentsWorkspaceBaseEnvironment.d.ts.map +1 -1
- package/environmentsWorkspaceBaseEnvironment.js +2 -0
- package/environmentsWorkspaceBaseEnvironment.js.map +1 -1
- package/getAiSearchEndpoint.d.ts +36 -2
- package/getAiSearchEndpoint.d.ts.map +1 -1
- package/getAiSearchEndpoint.js +36 -2
- package/getAiSearchEndpoint.js.map +1 -1
- package/getAiSearchEndpoints.d.ts +32 -2
- package/getAiSearchEndpoints.d.ts.map +1 -1
- package/getAiSearchEndpoints.js +32 -2
- package/getAiSearchEndpoints.js.map +1 -1
- package/getAiSearchIndex.d.ts +18 -2
- package/getAiSearchIndex.d.ts.map +1 -1
- package/getAiSearchIndex.js +18 -2
- package/getAiSearchIndex.js.map +1 -1
- package/getAiSearchIndexes.d.ts +18 -2
- package/getAiSearchIndexes.d.ts.map +1 -1
- package/getAiSearchIndexes.js +18 -2
- package/getAiSearchIndexes.js.map +1 -1
- package/getDataClassificationCatalogConfig.d.ts +4 -2
- package/getDataClassificationCatalogConfig.d.ts.map +1 -1
- package/getDataClassificationCatalogConfig.js.map +1 -1
- package/getDataQualityRefresh.d.ts +3 -3
- package/getDataQualityRefreshes.d.ts +1 -1
- package/getDisasterRecoveryFailoverGroup.d.ts +1 -2
- package/getDisasterRecoveryFailoverGroup.d.ts.map +1 -1
- package/getDisasterRecoveryFailoverGroup.js.map +1 -1
- package/getDisasterRecoveryStableUrl.d.ts +1 -1
- package/getEnvironmentsWorkspaceBaseEnvironment.d.ts +4 -0
- package/getEnvironmentsWorkspaceBaseEnvironment.d.ts.map +1 -1
- package/getEnvironmentsWorkspaceBaseEnvironment.js.map +1 -1
- package/getPostgresDataApi.d.ts +111 -0
- package/getPostgresDataApi.d.ts.map +1 -0
- package/getPostgresDataApi.js +91 -0
- package/getPostgresDataApi.js.map +1 -0
- package/getPostgresProject.d.ts +6 -0
- package/getPostgresProject.d.ts.map +1 -1
- package/getPostgresProject.js.map +1 -1
- package/getShare.d.ts +12 -0
- package/getShare.d.ts.map +1 -1
- package/getShare.js +12 -0
- package/getShare.js.map +1 -1
- package/getShares.d.ts +12 -0
- package/getShares.d.ts.map +1 -1
- package/getShares.js +12 -0
- package/getShares.js.map +1 -1
- package/getVolumes.d.ts +4 -0
- package/getVolumes.d.ts.map +1 -1
- package/getVolumes.js +4 -0
- package/getVolumes.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -1
- package/index.js +13 -5
- package/index.js.map +1 -1
- package/library.d.ts +2 -0
- package/library.d.ts.map +1 -1
- package/library.js +2 -0
- package/library.js.map +1 -1
- package/modelServing.d.ts +3 -0
- package/modelServing.d.ts.map +1 -1
- package/modelServing.js +2 -0
- package/modelServing.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/package.json +2 -2
- package/pipeline.d.ts +3 -0
- package/pipeline.d.ts.map +1 -1
- package/pipeline.js +2 -0
- package/pipeline.js.map +1 -1
- package/postgresDataApi.d.ts +199 -0
- package/postgresDataApi.d.ts.map +1 -0
- package/postgresDataApi.js +176 -0
- package/postgresDataApi.js.map +1 -0
- package/postgresDatabase.d.ts +15 -0
- package/postgresDatabase.d.ts.map +1 -1
- package/postgresDatabase.js +2 -0
- package/postgresDatabase.js.map +1 -1
- package/postgresProject.d.ts +18 -0
- package/postgresProject.d.ts.map +1 -1
- package/postgresProject.js +2 -0
- package/postgresProject.js.map +1 -1
- package/postgresRole.d.ts +33 -0
- package/postgresRole.d.ts.map +1 -1
- package/postgresRole.js +2 -0
- package/postgresRole.js.map +1 -1
- package/qualityMonitor.d.ts +2 -0
- package/qualityMonitor.d.ts.map +1 -1
- package/qualityMonitor.js +2 -0
- package/qualityMonitor.js.map +1 -1
- package/share.d.ts +6 -0
- package/share.d.ts.map +1 -1
- package/share.js +6 -0
- package/share.js.map +1 -1
- package/types/input.d.ts +235 -38
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +407 -46
- package/types/output.d.ts.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -2516,6 +2516,7 @@ export interface ClusterAzureAttributes {
|
|
|
2516
2516
|
* Availability type used for all subsequent nodes past the `firstOnDemand` ones. Valid values are `SPOT_AZURE`, `SPOT_WITH_FALLBACK_AZURE`, and `ON_DEMAND_AZURE`. Note: If `firstOnDemand` is zero, this availability type will be used for the entire cluster.
|
|
2517
2517
|
*/
|
|
2518
2518
|
availability?: string;
|
|
2519
|
+
capacityReservationGroup?: string;
|
|
2519
2520
|
/**
|
|
2520
2521
|
* The first `firstOnDemand` nodes of the cluster will be placed on on-demand instances. If this value is greater than 0, the cluster driver node will be placed on an on-demand instance. If this value is greater than or equal to the current cluster size, all nodes will be placed on on-demand instances. If this value is less than the current cluster size, `firstOnDemand` nodes will be placed on on-demand instances, and the remainder will be placed on availability instances. This value does not affect cluster size and cannot be mutated over the lifetime of a cluster.
|
|
2521
2522
|
*/
|
|
@@ -3021,6 +3022,9 @@ export interface DataClassificationCatalogConfigAutoTagConfig {
|
|
|
3021
3022
|
classificationTag: string;
|
|
3022
3023
|
}
|
|
3023
3024
|
export interface DataClassificationCatalogConfigIncludedSchemas {
|
|
3025
|
+
/**
|
|
3026
|
+
* Schema names, each relative to the parent catalog. Must not be empty
|
|
3027
|
+
*/
|
|
3024
3028
|
names: string[];
|
|
3025
3029
|
}
|
|
3026
3030
|
export interface DataClassificationCatalogConfigProviderConfig {
|
|
@@ -3676,9 +3680,10 @@ export interface DisasterRecoveryFailoverGroupWorkspaceSet {
|
|
|
3676
3680
|
*/
|
|
3677
3681
|
name: string;
|
|
3678
3682
|
/**
|
|
3679
|
-
* Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set
|
|
3683
|
+
* Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set.
|
|
3684
|
+
* Defaults to false
|
|
3680
3685
|
*/
|
|
3681
|
-
replicateWorkspaceAssets
|
|
3686
|
+
replicateWorkspaceAssets?: boolean;
|
|
3682
3687
|
/**
|
|
3683
3688
|
* Resource names of stable URLs associated with this workspace set.
|
|
3684
3689
|
* Format: accounts/{account_id}/stable-urls/{stable_url_id}.
|
|
@@ -3740,6 +3745,20 @@ export interface EnvironmentsWorkspaceBaseEnvironmentProviderConfig {
|
|
|
3740
3745
|
*/
|
|
3741
3746
|
workspaceId: string;
|
|
3742
3747
|
}
|
|
3748
|
+
export interface EnvironmentsWorkspaceBaseEnvironmentSpec {
|
|
3749
|
+
/**
|
|
3750
|
+
* List of pip dependencies, as supported by the version of pip in this environment.
|
|
3751
|
+
* Each dependency is a valid pip requirements file line per https://pip.pypa.io/en/stable/reference/requirements-file-format/.
|
|
3752
|
+
* Allowed dependencies include a requirement specifier, an archive URL, a local project path (such as WSFS or UC Volumes in Databricks), or a VCS project URL
|
|
3753
|
+
*/
|
|
3754
|
+
dependencies?: string[];
|
|
3755
|
+
/**
|
|
3756
|
+
* Environment version used by the environment.
|
|
3757
|
+
* Each version comes with a specific Python version and a set of Python packages.
|
|
3758
|
+
* The version is a string, consisting of an integer
|
|
3759
|
+
*/
|
|
3760
|
+
environmentVersion?: string;
|
|
3761
|
+
}
|
|
3743
3762
|
export interface ExternalLocationEffectiveFileEventQueue {
|
|
3744
3763
|
/**
|
|
3745
3764
|
* Configuration for managed Azure Queue Storage queue.
|
|
@@ -11888,6 +11907,7 @@ export interface GetClusterClusterInfoAwsAttributes {
|
|
|
11888
11907
|
}
|
|
11889
11908
|
export interface GetClusterClusterInfoAzureAttributes {
|
|
11890
11909
|
availability?: string;
|
|
11910
|
+
capacityReservationGroup?: string;
|
|
11891
11911
|
firstOnDemand?: number;
|
|
11892
11912
|
logAnalyticsInfo?: outputs.GetClusterClusterInfoAzureAttributesLogAnalyticsInfo;
|
|
11893
11913
|
spotBidMaxPrice?: number;
|
|
@@ -12122,6 +12142,7 @@ export interface GetClusterClusterInfoSpecAwsAttributes {
|
|
|
12122
12142
|
}
|
|
12123
12143
|
export interface GetClusterClusterInfoSpecAzureAttributes {
|
|
12124
12144
|
availability?: string;
|
|
12145
|
+
capacityReservationGroup?: string;
|
|
12125
12146
|
firstOnDemand?: number;
|
|
12126
12147
|
logAnalyticsInfo?: outputs.GetClusterClusterInfoSpecAzureAttributesLogAnalyticsInfo;
|
|
12127
12148
|
spotBidMaxPrice?: number;
|
|
@@ -12450,7 +12471,7 @@ export interface GetDataClassificationCatalogConfigAutoTagConfig {
|
|
|
12450
12471
|
}
|
|
12451
12472
|
export interface GetDataClassificationCatalogConfigIncludedSchemas {
|
|
12452
12473
|
/**
|
|
12453
|
-
* (list of string)
|
|
12474
|
+
* (list of string) - Schema names, each relative to the parent catalog. Must not be empty
|
|
12454
12475
|
*/
|
|
12455
12476
|
names: string[];
|
|
12456
12477
|
}
|
|
@@ -13984,9 +14005,10 @@ export interface GetDisasterRecoveryFailoverGroupWorkspaceSet {
|
|
|
13984
14005
|
*/
|
|
13985
14006
|
name: string;
|
|
13986
14007
|
/**
|
|
13987
|
-
* (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set
|
|
14008
|
+
* (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set.
|
|
14009
|
+
* Defaults to false
|
|
13988
14010
|
*/
|
|
13989
|
-
replicateWorkspaceAssets
|
|
14011
|
+
replicateWorkspaceAssets?: boolean;
|
|
13990
14012
|
/**
|
|
13991
14013
|
* (list of string) - Resource names of stable URLs associated with this workspace set.
|
|
13992
14014
|
* Format: accounts/{account_id}/stable-urls/{stable_url_id}.
|
|
@@ -14010,8 +14032,7 @@ export interface GetDisasterRecoveryFailoverGroupsFailoverGroup {
|
|
|
14010
14032
|
*/
|
|
14011
14033
|
effectivePrimaryRegion: string;
|
|
14012
14034
|
/**
|
|
14013
|
-
* (string) - Opaque version string for optimistic locking. Server-generated
|
|
14014
|
-
* Must be provided on Update requests to prevent concurrent modifications
|
|
14035
|
+
* (string) - Opaque version string for optimistic locking. Server-generated and returned in responses
|
|
14015
14036
|
*/
|
|
14016
14037
|
etag: string;
|
|
14017
14038
|
/**
|
|
@@ -14095,9 +14116,10 @@ export interface GetDisasterRecoveryFailoverGroupsFailoverGroupWorkspaceSet {
|
|
|
14095
14116
|
*/
|
|
14096
14117
|
name: string;
|
|
14097
14118
|
/**
|
|
14098
|
-
* (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set
|
|
14119
|
+
* (boolean) - Whether to enable control plane DR (notebooks, jobs, clusters, etc.) for this set.
|
|
14120
|
+
* Defaults to false
|
|
14099
14121
|
*/
|
|
14100
|
-
replicateWorkspaceAssets
|
|
14122
|
+
replicateWorkspaceAssets?: boolean;
|
|
14101
14123
|
/**
|
|
14102
14124
|
* (list of string) - Resource names of stable URLs associated with this workspace set.
|
|
14103
14125
|
* Format: accounts/{account_id}/stable-urls/{stable_url_id}.
|
|
@@ -14132,7 +14154,7 @@ export interface GetDisasterRecoveryStableUrlsStableUrl {
|
|
|
14132
14154
|
/**
|
|
14133
14155
|
* (string) - The stable URL endpoint. Generated on creation and
|
|
14134
14156
|
* immutable thereafter. For non-Private-Link workspaces this is
|
|
14135
|
-
* `https://<spog_host>/?
|
|
14157
|
+
* `https://<spog_host>/?w=<connection_id>`. For Private-Link workspaces
|
|
14136
14158
|
* this is the per-connection hostname
|
|
14137
14159
|
*/
|
|
14138
14160
|
url: string;
|
|
@@ -14280,6 +14302,20 @@ export interface GetEnvironmentsWorkspaceBaseEnvironmentProviderConfig {
|
|
|
14280
14302
|
*/
|
|
14281
14303
|
workspaceId: string;
|
|
14282
14304
|
}
|
|
14305
|
+
export interface GetEnvironmentsWorkspaceBaseEnvironmentSpec {
|
|
14306
|
+
/**
|
|
14307
|
+
* (list of string) - List of pip dependencies, as supported by the version of pip in this environment.
|
|
14308
|
+
* Each dependency is a valid pip requirements file line per https://pip.pypa.io/en/stable/reference/requirements-file-format/.
|
|
14309
|
+
* Allowed dependencies include a requirement specifier, an archive URL, a local project path (such as WSFS or UC Volumes in Databricks), or a VCS project URL
|
|
14310
|
+
*/
|
|
14311
|
+
dependencies?: string[];
|
|
14312
|
+
/**
|
|
14313
|
+
* (string) - Environment version used by the environment.
|
|
14314
|
+
* Each version comes with a specific Python version and a set of Python packages.
|
|
14315
|
+
* The version is a string, consisting of an integer
|
|
14316
|
+
*/
|
|
14317
|
+
environmentVersion?: string;
|
|
14318
|
+
}
|
|
14283
14319
|
export interface GetEnvironmentsWorkspaceBaseEnvironmentsProviderConfig {
|
|
14284
14320
|
/**
|
|
14285
14321
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -14329,6 +14365,10 @@ export interface GetEnvironmentsWorkspaceBaseEnvironmentsWorkspaceBaseEnvironmen
|
|
|
14329
14365
|
* Configure the provider for management through account provider.
|
|
14330
14366
|
*/
|
|
14331
14367
|
providerConfig?: outputs.GetEnvironmentsWorkspaceBaseEnvironmentsWorkspaceBaseEnvironmentProviderConfig;
|
|
14368
|
+
/**
|
|
14369
|
+
* (EnvironmentSpec) - The environment specification containing version and dependencies
|
|
14370
|
+
*/
|
|
14371
|
+
spec: outputs.GetEnvironmentsWorkspaceBaseEnvironmentsWorkspaceBaseEnvironmentSpec;
|
|
14332
14372
|
/**
|
|
14333
14373
|
* (string) - The status of the materialized workspace base environment. Possible values are: `CREATED`, `EXPIRED`, `FAILED`, `INVALID`, `PENDING`, `REFRESHING`
|
|
14334
14374
|
*/
|
|
@@ -14344,6 +14384,20 @@ export interface GetEnvironmentsWorkspaceBaseEnvironmentsWorkspaceBaseEnvironmen
|
|
|
14344
14384
|
*/
|
|
14345
14385
|
workspaceId: string;
|
|
14346
14386
|
}
|
|
14387
|
+
export interface GetEnvironmentsWorkspaceBaseEnvironmentsWorkspaceBaseEnvironmentSpec {
|
|
14388
|
+
/**
|
|
14389
|
+
* (list of string) - List of pip dependencies, as supported by the version of pip in this environment.
|
|
14390
|
+
* Each dependency is a valid pip requirements file line per https://pip.pypa.io/en/stable/reference/requirements-file-format/.
|
|
14391
|
+
* Allowed dependencies include a requirement specifier, an archive URL, a local project path (such as WSFS or UC Volumes in Databricks), or a VCS project URL
|
|
14392
|
+
*/
|
|
14393
|
+
dependencies?: string[];
|
|
14394
|
+
/**
|
|
14395
|
+
* (string) - Environment version used by the environment.
|
|
14396
|
+
* Each version comes with a specific Python version and a set of Python packages.
|
|
14397
|
+
* The version is a string, consisting of an integer
|
|
14398
|
+
*/
|
|
14399
|
+
environmentVersion?: string;
|
|
14400
|
+
}
|
|
14347
14401
|
export interface GetExternalLocationExternalLocationInfo {
|
|
14348
14402
|
browseOnly?: boolean;
|
|
14349
14403
|
/**
|
|
@@ -19190,6 +19244,96 @@ export interface GetPostgresCatalogStatus {
|
|
|
19190
19244
|
*/
|
|
19191
19245
|
project: string;
|
|
19192
19246
|
}
|
|
19247
|
+
export interface GetPostgresDataApiProviderConfig {
|
|
19248
|
+
/**
|
|
19249
|
+
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
19250
|
+
*/
|
|
19251
|
+
workspaceId: string;
|
|
19252
|
+
}
|
|
19253
|
+
export interface GetPostgresDataApiSpec {
|
|
19254
|
+
/**
|
|
19255
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
19256
|
+
*/
|
|
19257
|
+
dbAggregatesEnabled?: boolean;
|
|
19258
|
+
/**
|
|
19259
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
19260
|
+
*/
|
|
19261
|
+
dbExtraSearchPaths?: string[];
|
|
19262
|
+
/**
|
|
19263
|
+
* (integer) - Actual max rows setting read from the database
|
|
19264
|
+
*/
|
|
19265
|
+
dbMaxRows?: number;
|
|
19266
|
+
/**
|
|
19267
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
19268
|
+
*/
|
|
19269
|
+
dbSchemas?: string[];
|
|
19270
|
+
/**
|
|
19271
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
19272
|
+
*/
|
|
19273
|
+
jwtCacheMaxLifetime?: string;
|
|
19274
|
+
/**
|
|
19275
|
+
* (string) - Actual JWT role claim key read from the database
|
|
19276
|
+
*/
|
|
19277
|
+
jwtRoleClaimKey?: string;
|
|
19278
|
+
/**
|
|
19279
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
19280
|
+
*/
|
|
19281
|
+
openapiMode?: string;
|
|
19282
|
+
/**
|
|
19283
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
19284
|
+
*/
|
|
19285
|
+
serverCorsAllowedOrigins?: string[];
|
|
19286
|
+
/**
|
|
19287
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
19288
|
+
*/
|
|
19289
|
+
serverTimingEnabled?: boolean;
|
|
19290
|
+
}
|
|
19291
|
+
export interface GetPostgresDataApiStatus {
|
|
19292
|
+
/**
|
|
19293
|
+
* (list of string) - Schemas available in the database (for reference when configuring db_schemas)
|
|
19294
|
+
*/
|
|
19295
|
+
availableSchemas: string[];
|
|
19296
|
+
/**
|
|
19297
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
19298
|
+
*/
|
|
19299
|
+
dbAggregatesEnabled: boolean;
|
|
19300
|
+
/**
|
|
19301
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
19302
|
+
*/
|
|
19303
|
+
dbExtraSearchPaths: string[];
|
|
19304
|
+
/**
|
|
19305
|
+
* (integer) - Actual max rows setting read from the database
|
|
19306
|
+
*/
|
|
19307
|
+
dbMaxRows: number;
|
|
19308
|
+
/**
|
|
19309
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
19310
|
+
*/
|
|
19311
|
+
dbSchemas: string[];
|
|
19312
|
+
/**
|
|
19313
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
19314
|
+
*/
|
|
19315
|
+
jwtCacheMaxLifetime: string;
|
|
19316
|
+
/**
|
|
19317
|
+
* (string) - Actual JWT role claim key read from the database
|
|
19318
|
+
*/
|
|
19319
|
+
jwtRoleClaimKey: string;
|
|
19320
|
+
/**
|
|
19321
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
19322
|
+
*/
|
|
19323
|
+
openapiMode: string;
|
|
19324
|
+
/**
|
|
19325
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
19326
|
+
*/
|
|
19327
|
+
serverCorsAllowedOrigins: string[];
|
|
19328
|
+
/**
|
|
19329
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
19330
|
+
*/
|
|
19331
|
+
serverTimingEnabled: boolean;
|
|
19332
|
+
/**
|
|
19333
|
+
* (string) - Data API endpoint URL
|
|
19334
|
+
*/
|
|
19335
|
+
url: string;
|
|
19336
|
+
}
|
|
19193
19337
|
export interface GetPostgresDatabaseProviderConfig {
|
|
19194
19338
|
/**
|
|
19195
19339
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -19664,11 +19808,37 @@ export interface GetPostgresEndpointsProviderConfig {
|
|
|
19664
19808
|
*/
|
|
19665
19809
|
workspaceId: string;
|
|
19666
19810
|
}
|
|
19811
|
+
export interface GetPostgresProjectInitialBranchSpec {
|
|
19812
|
+
/**
|
|
19813
|
+
* (boolean) - Whether the initial default branch should be protected from deletion
|
|
19814
|
+
*/
|
|
19815
|
+
isProtected?: boolean;
|
|
19816
|
+
}
|
|
19667
19817
|
export interface GetPostgresProjectInitialEndpointSpec {
|
|
19818
|
+
/**
|
|
19819
|
+
* (number) - The maximum number of Compute Units. Minimum value is 0.5
|
|
19820
|
+
*/
|
|
19821
|
+
autoscalingLimitMaxCu?: number;
|
|
19822
|
+
/**
|
|
19823
|
+
* (number) - The minimum number of Compute Units. Minimum value is 0.5
|
|
19824
|
+
*/
|
|
19825
|
+
autoscalingLimitMinCu?: number;
|
|
19668
19826
|
/**
|
|
19669
19827
|
* (EndpointGroupSpec) - Settings for HA configuration of the endpoint
|
|
19670
19828
|
*/
|
|
19671
19829
|
group?: outputs.GetPostgresProjectInitialEndpointSpecGroup;
|
|
19830
|
+
/**
|
|
19831
|
+
* (boolean) - When set to true, explicitly disables automatic suspension (never suspend).
|
|
19832
|
+
* Should be set to true when provided.
|
|
19833
|
+
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19834
|
+
*/
|
|
19835
|
+
noSuspension?: boolean;
|
|
19836
|
+
/**
|
|
19837
|
+
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
19838
|
+
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
19839
|
+
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
19840
|
+
*/
|
|
19841
|
+
suspendTimeoutDuration?: string;
|
|
19672
19842
|
}
|
|
19673
19843
|
export interface GetPostgresProjectInitialEndpointSpecGroup {
|
|
19674
19844
|
/**
|
|
@@ -19775,6 +19945,10 @@ export interface GetPostgresProjectStatus {
|
|
|
19775
19945
|
* (string) - The budget policy that is applied to the project
|
|
19776
19946
|
*/
|
|
19777
19947
|
budgetPolicyId: string;
|
|
19948
|
+
/**
|
|
19949
|
+
* (string) - The most recent time when any endpoint of this project was active
|
|
19950
|
+
*/
|
|
19951
|
+
computeLastActiveTime: string;
|
|
19778
19952
|
/**
|
|
19779
19953
|
* (list of ProjectCustomTag) - The effective custom tags associated with the project
|
|
19780
19954
|
*/
|
|
@@ -19864,6 +20038,12 @@ export interface GetPostgresProjectsProject {
|
|
|
19864
20038
|
* Empty if the project is not deleted, otherwise set to a timestamp in the past
|
|
19865
20039
|
*/
|
|
19866
20040
|
deleteTime: string;
|
|
20041
|
+
/**
|
|
20042
|
+
* (InitialBranchSpec) - Configuration for the initial default branch created as part of project creation.
|
|
20043
|
+
* Allows overriding branch protection. These settings only apply at creation time
|
|
20044
|
+
* and do not affect resources created after project creation
|
|
20045
|
+
*/
|
|
20046
|
+
initialBranchSpec: outputs.GetPostgresProjectsProjectInitialBranchSpec;
|
|
19867
20047
|
/**
|
|
19868
20048
|
* (InitialEndpointSpec) - Configuration settings for the initial Read/Write endpoint created inside the initial branch for a newly
|
|
19869
20049
|
* created project. If omitted, the initial endpoint created will have default settings, without high availability
|
|
@@ -19906,11 +20086,37 @@ export interface GetPostgresProjectsProject {
|
|
|
19906
20086
|
*/
|
|
19907
20087
|
updateTime: string;
|
|
19908
20088
|
}
|
|
20089
|
+
export interface GetPostgresProjectsProjectInitialBranchSpec {
|
|
20090
|
+
/**
|
|
20091
|
+
* (boolean) - Whether the initial default branch should be protected from deletion
|
|
20092
|
+
*/
|
|
20093
|
+
isProtected?: boolean;
|
|
20094
|
+
}
|
|
19909
20095
|
export interface GetPostgresProjectsProjectInitialEndpointSpec {
|
|
20096
|
+
/**
|
|
20097
|
+
* (number) - The maximum number of Compute Units. Minimum value is 0.5
|
|
20098
|
+
*/
|
|
20099
|
+
autoscalingLimitMaxCu?: number;
|
|
20100
|
+
/**
|
|
20101
|
+
* (number) - The minimum number of Compute Units. Minimum value is 0.5
|
|
20102
|
+
*/
|
|
20103
|
+
autoscalingLimitMinCu?: number;
|
|
19910
20104
|
/**
|
|
19911
20105
|
* (EndpointGroupSpec) - Settings for HA configuration of the endpoint
|
|
19912
20106
|
*/
|
|
19913
20107
|
group?: outputs.GetPostgresProjectsProjectInitialEndpointSpecGroup;
|
|
20108
|
+
/**
|
|
20109
|
+
* (boolean) - When set to true, explicitly disables automatic suspension (never suspend).
|
|
20110
|
+
* Should be set to true when provided.
|
|
20111
|
+
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
20112
|
+
*/
|
|
20113
|
+
noSuspension?: boolean;
|
|
20114
|
+
/**
|
|
20115
|
+
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
20116
|
+
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
20117
|
+
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
20118
|
+
*/
|
|
20119
|
+
suspendTimeoutDuration?: string;
|
|
19914
20120
|
}
|
|
19915
20121
|
export interface GetPostgresProjectsProjectInitialEndpointSpecGroup {
|
|
19916
20122
|
/**
|
|
@@ -20017,6 +20223,10 @@ export interface GetPostgresProjectsProjectStatus {
|
|
|
20017
20223
|
* (string) - The budget policy that is applied to the project
|
|
20018
20224
|
*/
|
|
20019
20225
|
budgetPolicyId: string;
|
|
20226
|
+
/**
|
|
20227
|
+
* (string) - The most recent time when any endpoint of this project was active
|
|
20228
|
+
*/
|
|
20229
|
+
computeLastActiveTime: string;
|
|
20020
20230
|
/**
|
|
20021
20231
|
* (list of ProjectCustomTag) - The effective custom tags associated with the project
|
|
20022
20232
|
*/
|
|
@@ -21320,6 +21530,7 @@ export interface GetServingEndpointsEndpoint {
|
|
|
21320
21530
|
*/
|
|
21321
21531
|
tags?: outputs.GetServingEndpointsEndpointTag[];
|
|
21322
21532
|
task?: string;
|
|
21533
|
+
telemetryConfigs?: outputs.GetServingEndpointsEndpointTelemetryConfig[];
|
|
21323
21534
|
usagePolicyId?: string;
|
|
21324
21535
|
}
|
|
21325
21536
|
export interface GetServingEndpointsEndpointAiGateway {
|
|
@@ -21493,6 +21704,16 @@ export interface GetServingEndpointsEndpointTag {
|
|
|
21493
21704
|
key: string;
|
|
21494
21705
|
value?: string;
|
|
21495
21706
|
}
|
|
21707
|
+
export interface GetServingEndpointsEndpointTelemetryConfig {
|
|
21708
|
+
inferenceTableConfigs?: outputs.GetServingEndpointsEndpointTelemetryConfigInferenceTableConfig[];
|
|
21709
|
+
}
|
|
21710
|
+
export interface GetServingEndpointsEndpointTelemetryConfigInferenceTableConfig {
|
|
21711
|
+
/**
|
|
21712
|
+
* The name of the model serving endpoint.
|
|
21713
|
+
*/
|
|
21714
|
+
name: string;
|
|
21715
|
+
samplingFraction?: number;
|
|
21716
|
+
}
|
|
21496
21717
|
export interface GetServingEndpointsProviderConfig {
|
|
21497
21718
|
workspaceId: string;
|
|
21498
21719
|
}
|
|
@@ -23156,6 +23377,7 @@ export interface JobJobClusterNewClusterAwsAttributes {
|
|
|
23156
23377
|
}
|
|
23157
23378
|
export interface JobJobClusterNewClusterAzureAttributes {
|
|
23158
23379
|
availability?: string;
|
|
23380
|
+
capacityReservationGroup?: string;
|
|
23159
23381
|
firstOnDemand?: number;
|
|
23160
23382
|
logAnalyticsInfo?: outputs.JobJobClusterNewClusterAzureAttributesLogAnalyticsInfo;
|
|
23161
23383
|
spotBidMaxPrice?: number;
|
|
@@ -23418,6 +23640,7 @@ export interface JobNewClusterAwsAttributes {
|
|
|
23418
23640
|
}
|
|
23419
23641
|
export interface JobNewClusterAzureAttributes {
|
|
23420
23642
|
availability?: string;
|
|
23643
|
+
capacityReservationGroup?: string;
|
|
23421
23644
|
firstOnDemand?: number;
|
|
23422
23645
|
logAnalyticsInfo?: outputs.JobNewClusterAzureAttributesLogAnalyticsInfo;
|
|
23423
23646
|
spotBidMaxPrice?: number;
|
|
@@ -23742,6 +23965,7 @@ export interface JobSparkSubmitTask {
|
|
|
23742
23965
|
parameters?: string[];
|
|
23743
23966
|
}
|
|
23744
23967
|
export interface JobTask {
|
|
23968
|
+
aiRuntimeTask?: outputs.JobTaskAiRuntimeTask;
|
|
23745
23969
|
alertTask?: outputs.JobTaskAlertTask;
|
|
23746
23970
|
cleanRoomsNotebookTask?: outputs.JobTaskCleanRoomsNotebookTask;
|
|
23747
23971
|
/**
|
|
@@ -23845,6 +24069,30 @@ export interface JobTask {
|
|
|
23845
24069
|
*/
|
|
23846
24070
|
webhookNotifications?: outputs.JobTaskWebhookNotifications;
|
|
23847
24071
|
}
|
|
24072
|
+
export interface JobTaskAiRuntimeTask {
|
|
24073
|
+
codeSourcePath?: string;
|
|
24074
|
+
deployments: outputs.JobTaskAiRuntimeTaskDeployment[];
|
|
24075
|
+
experiment: string;
|
|
24076
|
+
mlflowExperimentDirectory?: string;
|
|
24077
|
+
mlflowRun?: string;
|
|
24078
|
+
}
|
|
24079
|
+
export interface JobTaskAiRuntimeTaskDeployment {
|
|
24080
|
+
commandPath: string;
|
|
24081
|
+
/**
|
|
24082
|
+
* Task level compute configuration. This block is documented below.
|
|
24083
|
+
*
|
|
24084
|
+
* > If no `jobClusterKey`, `existingClusterId`, or `newCluster` were specified in task definition, then task will executed using serverless compute.
|
|
24085
|
+
*/
|
|
24086
|
+
compute: outputs.JobTaskAiRuntimeTaskDeploymentCompute;
|
|
24087
|
+
/**
|
|
24088
|
+
* An optional name for the job. The default value is Untitled.
|
|
24089
|
+
*/
|
|
24090
|
+
name?: string;
|
|
24091
|
+
}
|
|
24092
|
+
export interface JobTaskAiRuntimeTaskDeploymentCompute {
|
|
24093
|
+
acceleratorCount: number;
|
|
24094
|
+
acceleratorType: string;
|
|
24095
|
+
}
|
|
23848
24096
|
export interface JobTaskAlertTask {
|
|
23849
24097
|
/**
|
|
23850
24098
|
* (String) identifier of the Databricks Alert (databricks_alert).
|
|
@@ -24052,6 +24300,7 @@ export interface JobTaskForEachTask {
|
|
|
24052
24300
|
task: outputs.JobTaskForEachTaskTask;
|
|
24053
24301
|
}
|
|
24054
24302
|
export interface JobTaskForEachTaskTask {
|
|
24303
|
+
aiRuntimeTask?: outputs.JobTaskForEachTaskTaskAiRuntimeTask;
|
|
24055
24304
|
alertTask?: outputs.JobTaskForEachTaskTaskAlertTask;
|
|
24056
24305
|
cleanRoomsNotebookTask?: outputs.JobTaskForEachTaskTaskCleanRoomsNotebookTask;
|
|
24057
24306
|
/**
|
|
@@ -24154,6 +24403,30 @@ export interface JobTaskForEachTaskTask {
|
|
|
24154
24403
|
*/
|
|
24155
24404
|
webhookNotifications?: outputs.JobTaskForEachTaskTaskWebhookNotifications;
|
|
24156
24405
|
}
|
|
24406
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTask {
|
|
24407
|
+
codeSourcePath?: string;
|
|
24408
|
+
deployments: outputs.JobTaskForEachTaskTaskAiRuntimeTaskDeployment[];
|
|
24409
|
+
experiment: string;
|
|
24410
|
+
mlflowExperimentDirectory?: string;
|
|
24411
|
+
mlflowRun?: string;
|
|
24412
|
+
}
|
|
24413
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTaskDeployment {
|
|
24414
|
+
commandPath: string;
|
|
24415
|
+
/**
|
|
24416
|
+
* Task level compute configuration. This block is documented below.
|
|
24417
|
+
*
|
|
24418
|
+
* > If no `jobClusterKey`, `existingClusterId`, or `newCluster` were specified in task definition, then task will executed using serverless compute.
|
|
24419
|
+
*/
|
|
24420
|
+
compute: outputs.JobTaskForEachTaskTaskAiRuntimeTaskDeploymentCompute;
|
|
24421
|
+
/**
|
|
24422
|
+
* An optional name for the job. The default value is Untitled.
|
|
24423
|
+
*/
|
|
24424
|
+
name?: string;
|
|
24425
|
+
}
|
|
24426
|
+
export interface JobTaskForEachTaskTaskAiRuntimeTaskDeploymentCompute {
|
|
24427
|
+
acceleratorCount: number;
|
|
24428
|
+
acceleratorType: string;
|
|
24429
|
+
}
|
|
24157
24430
|
export interface JobTaskForEachTaskTaskAlertTask {
|
|
24158
24431
|
/**
|
|
24159
24432
|
* (String) identifier of the Databricks Alert (databricks_alert).
|
|
@@ -24494,6 +24767,7 @@ export interface JobTaskForEachTaskTaskNewClusterAwsAttributes {
|
|
|
24494
24767
|
}
|
|
24495
24768
|
export interface JobTaskForEachTaskTaskNewClusterAzureAttributes {
|
|
24496
24769
|
availability?: string;
|
|
24770
|
+
capacityReservationGroup?: string;
|
|
24497
24771
|
firstOnDemand?: number;
|
|
24498
24772
|
logAnalyticsInfo?: outputs.JobTaskForEachTaskTaskNewClusterAzureAttributesLogAnalyticsInfo;
|
|
24499
24773
|
spotBidMaxPrice?: number;
|
|
@@ -25209,6 +25483,7 @@ export interface JobTaskNewClusterAwsAttributes {
|
|
|
25209
25483
|
}
|
|
25210
25484
|
export interface JobTaskNewClusterAzureAttributes {
|
|
25211
25485
|
availability?: string;
|
|
25486
|
+
capacityReservationGroup?: string;
|
|
25212
25487
|
firstOnDemand?: number;
|
|
25213
25488
|
logAnalyticsInfo?: outputs.JobTaskNewClusterAzureAttributesLogAnalyticsInfo;
|
|
25214
25489
|
spotBidMaxPrice?: number;
|
|
@@ -26953,6 +27228,19 @@ export interface ModelServingTag {
|
|
|
26953
27228
|
*/
|
|
26954
27229
|
value?: string;
|
|
26955
27230
|
}
|
|
27231
|
+
export interface ModelServingTelemetryConfig {
|
|
27232
|
+
/**
|
|
27233
|
+
* Block describing the configuration of usage tracking. Consists of the following attributes:
|
|
27234
|
+
*/
|
|
27235
|
+
inferenceTableConfig?: outputs.ModelServingTelemetryConfigInferenceTableConfig;
|
|
27236
|
+
}
|
|
27237
|
+
export interface ModelServingTelemetryConfigInferenceTableConfig {
|
|
27238
|
+
/**
|
|
27239
|
+
* The name of the model serving endpoint. This field is required and must be unique across a workspace. An endpoint name can consist of alphanumeric characters, dashes, and underscores. NOTE: Changing this name will delete the existing endpoint and create a new endpoint with the updated name.
|
|
27240
|
+
*/
|
|
27241
|
+
name?: string;
|
|
27242
|
+
samplingFraction?: number;
|
|
27243
|
+
}
|
|
26956
27244
|
export interface MountAbfs {
|
|
26957
27245
|
clientId: string;
|
|
26958
27246
|
clientSecretKey: string;
|
|
@@ -27123,11 +27411,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
27123
27411
|
*/
|
|
27124
27412
|
networkProjectId: string;
|
|
27125
27413
|
/**
|
|
27126
|
-
* @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.
|
|
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.120.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
27127
27415
|
*/
|
|
27128
27416
|
podIpRangeName?: string;
|
|
27129
27417
|
/**
|
|
27130
|
-
* @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.
|
|
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.120.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
27131
27419
|
*/
|
|
27132
27420
|
serviceIpRangeName?: string;
|
|
27133
27421
|
/**
|
|
@@ -27188,11 +27476,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
27188
27476
|
}
|
|
27189
27477
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
27190
27478
|
/**
|
|
27191
|
-
* @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.
|
|
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.120.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
27192
27480
|
*/
|
|
27193
27481
|
gkeClusterPodIpRange?: string;
|
|
27194
27482
|
/**
|
|
27195
|
-
* @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.
|
|
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.120.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
27196
27484
|
*/
|
|
27197
27485
|
gkeClusterServiceIpRange?: string;
|
|
27198
27486
|
subnetCidr: string;
|
|
@@ -27505,6 +27793,7 @@ export interface PipelineClusterAwsAttributes {
|
|
|
27505
27793
|
}
|
|
27506
27794
|
export interface PipelineClusterAzureAttributes {
|
|
27507
27795
|
availability?: string;
|
|
27796
|
+
capacityReservationGroup?: string;
|
|
27508
27797
|
firstOnDemand?: number;
|
|
27509
27798
|
logAnalyticsInfo?: outputs.PipelineClusterAzureAttributesLogAnalyticsInfo;
|
|
27510
27799
|
spotBidMaxPrice?: number;
|
|
@@ -28481,6 +28770,96 @@ export interface PostgresCatalogStatus {
|
|
|
28481
28770
|
*/
|
|
28482
28771
|
project: string;
|
|
28483
28772
|
}
|
|
28773
|
+
export interface PostgresDataApiProviderConfig {
|
|
28774
|
+
/**
|
|
28775
|
+
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
28776
|
+
*/
|
|
28777
|
+
workspaceId: string;
|
|
28778
|
+
}
|
|
28779
|
+
export interface PostgresDataApiSpec {
|
|
28780
|
+
/**
|
|
28781
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
28782
|
+
*/
|
|
28783
|
+
dbAggregatesEnabled?: boolean;
|
|
28784
|
+
/**
|
|
28785
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
28786
|
+
*/
|
|
28787
|
+
dbExtraSearchPaths?: string[];
|
|
28788
|
+
/**
|
|
28789
|
+
* (integer) - Actual max rows setting read from the database
|
|
28790
|
+
*/
|
|
28791
|
+
dbMaxRows?: number;
|
|
28792
|
+
/**
|
|
28793
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
28794
|
+
*/
|
|
28795
|
+
dbSchemas?: string[];
|
|
28796
|
+
/**
|
|
28797
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
28798
|
+
*/
|
|
28799
|
+
jwtCacheMaxLifetime?: string;
|
|
28800
|
+
/**
|
|
28801
|
+
* (string) - Actual JWT role claim key read from the database
|
|
28802
|
+
*/
|
|
28803
|
+
jwtRoleClaimKey?: string;
|
|
28804
|
+
/**
|
|
28805
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
28806
|
+
*/
|
|
28807
|
+
openapiMode?: string;
|
|
28808
|
+
/**
|
|
28809
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
28810
|
+
*/
|
|
28811
|
+
serverCorsAllowedOrigins?: string[];
|
|
28812
|
+
/**
|
|
28813
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
28814
|
+
*/
|
|
28815
|
+
serverTimingEnabled?: boolean;
|
|
28816
|
+
}
|
|
28817
|
+
export interface PostgresDataApiStatus {
|
|
28818
|
+
/**
|
|
28819
|
+
* (list of string) - Schemas available in the database (for reference when configuring db_schemas)
|
|
28820
|
+
*/
|
|
28821
|
+
availableSchemas: string[];
|
|
28822
|
+
/**
|
|
28823
|
+
* (boolean) - Actual aggregate function setting read from the database
|
|
28824
|
+
*/
|
|
28825
|
+
dbAggregatesEnabled: boolean;
|
|
28826
|
+
/**
|
|
28827
|
+
* (list of string) - Actual extra search path schemas read from the database
|
|
28828
|
+
*/
|
|
28829
|
+
dbExtraSearchPaths: string[];
|
|
28830
|
+
/**
|
|
28831
|
+
* (integer) - Actual max rows setting read from the database
|
|
28832
|
+
*/
|
|
28833
|
+
dbMaxRows: number;
|
|
28834
|
+
/**
|
|
28835
|
+
* (list of string) - Actual exposed schemas read from the database
|
|
28836
|
+
*/
|
|
28837
|
+
dbSchemas: string[];
|
|
28838
|
+
/**
|
|
28839
|
+
* (string) - Actual JWT cache max lifetime read from the database
|
|
28840
|
+
*/
|
|
28841
|
+
jwtCacheMaxLifetime: string;
|
|
28842
|
+
/**
|
|
28843
|
+
* (string) - Actual JWT role claim key read from the database
|
|
28844
|
+
*/
|
|
28845
|
+
jwtRoleClaimKey: string;
|
|
28846
|
+
/**
|
|
28847
|
+
* (string) - Actual OpenAPI mode read from the database. Possible values are: `OPEN_API_MODE_DISABLED`, `OPEN_API_MODE_IGNORE_PRIVILEGES`
|
|
28848
|
+
*/
|
|
28849
|
+
openapiMode: string;
|
|
28850
|
+
/**
|
|
28851
|
+
* (list of string) - Actual CORS allowed origins read from the database
|
|
28852
|
+
*/
|
|
28853
|
+
serverCorsAllowedOrigins: string[];
|
|
28854
|
+
/**
|
|
28855
|
+
* (boolean) - Actual Server-Timing header setting read from the database
|
|
28856
|
+
*/
|
|
28857
|
+
serverTimingEnabled: boolean;
|
|
28858
|
+
/**
|
|
28859
|
+
* (string) - Data API endpoint URL
|
|
28860
|
+
*/
|
|
28861
|
+
url: string;
|
|
28862
|
+
}
|
|
28484
28863
|
export interface PostgresDatabaseProviderConfig {
|
|
28485
28864
|
/**
|
|
28486
28865
|
* Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
|
|
@@ -28642,11 +29021,21 @@ export interface PostgresEndpointStatusSettings {
|
|
|
28642
29021
|
[key: string]: string;
|
|
28643
29022
|
};
|
|
28644
29023
|
}
|
|
29024
|
+
export interface PostgresProjectInitialBranchSpec {
|
|
29025
|
+
/**
|
|
29026
|
+
* Whether the initial default branch should be protected from deletion
|
|
29027
|
+
*/
|
|
29028
|
+
isProtected?: boolean;
|
|
29029
|
+
}
|
|
28645
29030
|
export interface PostgresProjectInitialEndpointSpec {
|
|
29031
|
+
autoscalingLimitMaxCu?: number;
|
|
29032
|
+
autoscalingLimitMinCu?: number;
|
|
28646
29033
|
/**
|
|
28647
29034
|
* Settings for HA configuration of the endpoint
|
|
28648
29035
|
*/
|
|
28649
29036
|
group?: outputs.PostgresProjectInitialEndpointSpecGroup;
|
|
29037
|
+
noSuspension?: boolean;
|
|
29038
|
+
suspendTimeoutDuration?: string;
|
|
28650
29039
|
}
|
|
28651
29040
|
export interface PostgresProjectInitialEndpointSpecGroup {
|
|
28652
29041
|
/**
|
|
@@ -28717,19 +29106,8 @@ export interface PostgresProjectSpecCustomTag {
|
|
|
28717
29106
|
value?: string;
|
|
28718
29107
|
}
|
|
28719
29108
|
export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
28720
|
-
/**
|
|
28721
|
-
* The maximum number of Compute Units. Minimum value is 0.5
|
|
28722
|
-
*/
|
|
28723
29109
|
autoscalingLimitMaxCu?: number;
|
|
28724
|
-
/**
|
|
28725
|
-
* The minimum number of Compute Units. Minimum value is 0.5
|
|
28726
|
-
*/
|
|
28727
29110
|
autoscalingLimitMinCu?: number;
|
|
28728
|
-
/**
|
|
28729
|
-
* When set to true, explicitly disables automatic suspension (never suspend).
|
|
28730
|
-
* Should be set to true when provided.
|
|
28731
|
-
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
28732
|
-
*/
|
|
28733
29111
|
noSuspension?: boolean;
|
|
28734
29112
|
/**
|
|
28735
29113
|
* A raw representation of Postgres settings
|
|
@@ -28737,11 +29115,6 @@ export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
|
28737
29115
|
pgSettings?: {
|
|
28738
29116
|
[key: string]: string;
|
|
28739
29117
|
};
|
|
28740
|
-
/**
|
|
28741
|
-
* Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
28742
|
-
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
28743
|
-
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
28744
|
-
*/
|
|
28745
29118
|
suspendTimeoutDuration?: string;
|
|
28746
29119
|
}
|
|
28747
29120
|
export interface PostgresProjectStatus {
|
|
@@ -28753,6 +29126,10 @@ export interface PostgresProjectStatus {
|
|
|
28753
29126
|
* (string) - The budget policy that is applied to the project
|
|
28754
29127
|
*/
|
|
28755
29128
|
budgetPolicyId: string;
|
|
29129
|
+
/**
|
|
29130
|
+
* (string) - The most recent time when any endpoint of this project was active
|
|
29131
|
+
*/
|
|
29132
|
+
computeLastActiveTime: string;
|
|
28756
29133
|
/**
|
|
28757
29134
|
* (list of ProjectCustomTag) - The effective custom tags associated with the project
|
|
28758
29135
|
*/
|
|
@@ -28805,19 +29182,8 @@ export interface PostgresProjectStatusCustomTag {
|
|
|
28805
29182
|
value?: string;
|
|
28806
29183
|
}
|
|
28807
29184
|
export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
28808
|
-
/**
|
|
28809
|
-
* The maximum number of Compute Units. Minimum value is 0.5
|
|
28810
|
-
*/
|
|
28811
29185
|
autoscalingLimitMaxCu?: number;
|
|
28812
|
-
/**
|
|
28813
|
-
* The minimum number of Compute Units. Minimum value is 0.5
|
|
28814
|
-
*/
|
|
28815
29186
|
autoscalingLimitMinCu?: number;
|
|
28816
|
-
/**
|
|
28817
|
-
* When set to true, explicitly disables automatic suspension (never suspend).
|
|
28818
|
-
* Should be set to true when provided.
|
|
28819
|
-
* Mutually exclusive with `suspendTimeoutDuration`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
28820
|
-
*/
|
|
28821
29187
|
noSuspension?: boolean;
|
|
28822
29188
|
/**
|
|
28823
29189
|
* A raw representation of Postgres settings
|
|
@@ -28825,11 +29191,6 @@ export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
|
28825
29191
|
pgSettings?: {
|
|
28826
29192
|
[key: string]: string;
|
|
28827
29193
|
};
|
|
28828
|
-
/**
|
|
28829
|
-
* Duration of inactivity after which the compute endpoint is automatically suspended.
|
|
28830
|
-
* If specified should be between 60s and 604800s (1 minute to 1 week).
|
|
28831
|
-
* Mutually exclusive with `noSuspension`. When updating, use `spec.project_default_settings.suspension` in the update_mask
|
|
28832
|
-
*/
|
|
28833
29194
|
suspendTimeoutDuration?: string;
|
|
28834
29195
|
}
|
|
28835
29196
|
export interface PostgresRoleProviderConfig {
|