@pulumi/databricks 1.82.0-alpha.1768507296 → 1.82.0-alpha.1768535445
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/databaseInstance.d.ts +48 -16
- package/databaseInstance.js.map +1 -1
- package/databaseSyncedDatabaseTable.d.ts +12 -4
- package/databaseSyncedDatabaseTable.js.map +1 -1
- package/getDatabaseInstance.d.ts +24 -8
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabaseSyncedDatabaseTable.d.ts +6 -2
- package/getDatabaseSyncedDatabaseTable.js.map +1 -1
- package/getQualityMonitorV2.d.ts +4 -0
- package/getQualityMonitorV2.js.map +1 -1
- package/mwsNccPrivateEndpointRule.d.ts +3 -0
- package/mwsNccPrivateEndpointRule.js +2 -0
- package/mwsNccPrivateEndpointRule.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/package.json +2 -2
- package/postgresBranch.d.ts +1 -1
- package/postgresBranch.js +3 -0
- package/postgresBranch.js.map +1 -1
- package/postgresEndpoint.d.ts +1 -1
- package/postgresEndpoint.js +3 -0
- package/postgresEndpoint.js.map +1 -1
- package/postgresProject.d.ts +2 -2
- package/postgresProject.js +3 -0
- package/postgresProject.js.map +1 -1
- package/qualityMonitorV2.d.ts +12 -0
- package/qualityMonitorV2.js +2 -0
- package/qualityMonitorV2.js.map +1 -1
- package/types/input.d.ts +39 -38
- package/types/output.d.ts +189 -116
package/types/input.d.ts
CHANGED
|
@@ -1573,7 +1573,9 @@ export interface DatabaseInstanceChildInstanceRef {
|
|
|
1573
1573
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
1574
1574
|
* instance was created.
|
|
1575
1575
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
1576
|
-
* was created
|
|
1576
|
+
* was created.
|
|
1577
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
1578
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
1577
1579
|
*/
|
|
1578
1580
|
effectiveLsn?: pulumi.Input<string>;
|
|
1579
1581
|
/**
|
|
@@ -1627,7 +1629,9 @@ export interface DatabaseInstanceParentInstanceRef {
|
|
|
1627
1629
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
1628
1630
|
* instance was created.
|
|
1629
1631
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
1630
|
-
* was created
|
|
1632
|
+
* was created.
|
|
1633
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
1634
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
1631
1635
|
*/
|
|
1632
1636
|
effectiveLsn?: pulumi.Input<string>;
|
|
1633
1637
|
/**
|
|
@@ -14016,6 +14020,7 @@ export interface ModelServingProvisionedThroughputConfig {
|
|
|
14016
14020
|
trafficConfig?: pulumi.Input<inputs.ModelServingProvisionedThroughputConfigTrafficConfig>;
|
|
14017
14021
|
}
|
|
14018
14022
|
export interface ModelServingProvisionedThroughputConfigServedEntity {
|
|
14023
|
+
burstScalingEnabled?: pulumi.Input<boolean>;
|
|
14019
14024
|
/**
|
|
14020
14025
|
* The full path of the UC model to be served, given in the form of `catalog_name.schema_name.model_name`.
|
|
14021
14026
|
*/
|
|
@@ -14257,11 +14262,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
14257
14262
|
*/
|
|
14258
14263
|
networkProjectId: pulumi.Input<string>;
|
|
14259
14264
|
/**
|
|
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.
|
|
14265
|
+
* @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.103.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
14261
14266
|
*/
|
|
14262
14267
|
podIpRangeName?: pulumi.Input<string>;
|
|
14263
14268
|
/**
|
|
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.
|
|
14269
|
+
* @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.103.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
14265
14270
|
*/
|
|
14266
14271
|
serviceIpRangeName?: pulumi.Input<string>;
|
|
14267
14272
|
/**
|
|
@@ -14322,11 +14327,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
14322
14327
|
}
|
|
14323
14328
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
14324
14329
|
/**
|
|
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.
|
|
14330
|
+
* @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.103.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
14326
14331
|
*/
|
|
14327
14332
|
gkeClusterPodIpRange?: pulumi.Input<string>;
|
|
14328
14333
|
/**
|
|
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.
|
|
14334
|
+
* @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.103.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
14330
14335
|
*/
|
|
14331
14336
|
gkeClusterServiceIpRange?: pulumi.Input<string>;
|
|
14332
14337
|
subnetCidr: pulumi.Input<string>;
|
|
@@ -15131,10 +15136,6 @@ export interface PostgresEndpointSpec {
|
|
|
15131
15136
|
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
15132
15137
|
*/
|
|
15133
15138
|
endpointType: pulumi.Input<string>;
|
|
15134
|
-
/**
|
|
15135
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
15136
|
-
*/
|
|
15137
|
-
poolerMode?: pulumi.Input<string>;
|
|
15138
15139
|
/**
|
|
15139
15140
|
* (EndpointSettings)
|
|
15140
15141
|
*/
|
|
@@ -15151,12 +15152,6 @@ export interface PostgresEndpointSpecSettings {
|
|
|
15151
15152
|
pgSettings?: pulumi.Input<{
|
|
15152
15153
|
[key: string]: pulumi.Input<string>;
|
|
15153
15154
|
}>;
|
|
15154
|
-
/**
|
|
15155
|
-
* A raw representation of PgBouncer settings
|
|
15156
|
-
*/
|
|
15157
|
-
pgbouncerSettings?: pulumi.Input<{
|
|
15158
|
-
[key: string]: pulumi.Input<string>;
|
|
15159
|
-
}>;
|
|
15160
15155
|
}
|
|
15161
15156
|
export interface PostgresEndpointStatus {
|
|
15162
15157
|
/**
|
|
@@ -15194,10 +15189,6 @@ export interface PostgresEndpointStatus {
|
|
|
15194
15189
|
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
15195
15190
|
*/
|
|
15196
15191
|
pendingState?: pulumi.Input<string>;
|
|
15197
|
-
/**
|
|
15198
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
15199
|
-
*/
|
|
15200
|
-
poolerMode?: pulumi.Input<string>;
|
|
15201
15192
|
/**
|
|
15202
15193
|
* (EndpointSettings)
|
|
15203
15194
|
*/
|
|
@@ -15222,12 +15213,6 @@ export interface PostgresEndpointStatusSettings {
|
|
|
15222
15213
|
pgSettings?: pulumi.Input<{
|
|
15223
15214
|
[key: string]: pulumi.Input<string>;
|
|
15224
15215
|
}>;
|
|
15225
|
-
/**
|
|
15226
|
-
* A raw representation of PgBouncer settings
|
|
15227
|
-
*/
|
|
15228
|
-
pgbouncerSettings?: pulumi.Input<{
|
|
15229
|
-
[key: string]: pulumi.Input<string>;
|
|
15230
|
-
}>;
|
|
15231
15216
|
}
|
|
15232
15217
|
export interface PostgresProjectSpec {
|
|
15233
15218
|
/**
|
|
@@ -15266,12 +15251,6 @@ export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
|
15266
15251
|
pgSettings?: pulumi.Input<{
|
|
15267
15252
|
[key: string]: pulumi.Input<string>;
|
|
15268
15253
|
}>;
|
|
15269
|
-
/**
|
|
15270
|
-
* A raw representation of PgBouncer settings
|
|
15271
|
-
*/
|
|
15272
|
-
pgbouncerSettings?: pulumi.Input<{
|
|
15273
|
-
[key: string]: pulumi.Input<string>;
|
|
15274
|
-
}>;
|
|
15275
15254
|
/**
|
|
15276
15255
|
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15277
15256
|
*/
|
|
@@ -15306,6 +15285,10 @@ export interface PostgresProjectStatus {
|
|
|
15306
15285
|
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
15307
15286
|
*/
|
|
15308
15287
|
historyRetentionDuration?: pulumi.Input<string>;
|
|
15288
|
+
/**
|
|
15289
|
+
* (string) - The email of the project owner
|
|
15290
|
+
*/
|
|
15291
|
+
owner?: pulumi.Input<string>;
|
|
15309
15292
|
/**
|
|
15310
15293
|
* (integer) - The effective major Postgres version number
|
|
15311
15294
|
*/
|
|
@@ -15334,12 +15317,6 @@ export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
|
15334
15317
|
pgSettings?: pulumi.Input<{
|
|
15335
15318
|
[key: string]: pulumi.Input<string>;
|
|
15336
15319
|
}>;
|
|
15337
|
-
/**
|
|
15338
|
-
* A raw representation of PgBouncer settings
|
|
15339
|
-
*/
|
|
15340
|
-
pgbouncerSettings?: pulumi.Input<{
|
|
15341
|
-
[key: string]: pulumi.Input<string>;
|
|
15342
|
-
}>;
|
|
15343
15320
|
/**
|
|
15344
15321
|
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
15345
15322
|
*/
|
|
@@ -15470,6 +15447,30 @@ export interface QualityMonitorV2AnomalyDetectionConfig {
|
|
|
15470
15447
|
*/
|
|
15471
15448
|
latestRunStatus?: pulumi.Input<string>;
|
|
15472
15449
|
}
|
|
15450
|
+
export interface QualityMonitorV2ValidityCheckConfiguration {
|
|
15451
|
+
/**
|
|
15452
|
+
* Can be set by system. Does not need to be user facing
|
|
15453
|
+
*/
|
|
15454
|
+
name?: pulumi.Input<string>;
|
|
15455
|
+
percentNullValidityCheck?: pulumi.Input<inputs.QualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck>;
|
|
15456
|
+
rangeValidityCheck?: pulumi.Input<inputs.QualityMonitorV2ValidityCheckConfigurationRangeValidityCheck>;
|
|
15457
|
+
uniquenessValidityCheck?: pulumi.Input<inputs.QualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck>;
|
|
15458
|
+
}
|
|
15459
|
+
export interface QualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck {
|
|
15460
|
+
columnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15461
|
+
upperBound?: pulumi.Input<number>;
|
|
15462
|
+
}
|
|
15463
|
+
export interface QualityMonitorV2ValidityCheckConfigurationRangeValidityCheck {
|
|
15464
|
+
columnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15465
|
+
/**
|
|
15466
|
+
* Lower bound for the range
|
|
15467
|
+
*/
|
|
15468
|
+
lowerBound?: pulumi.Input<number>;
|
|
15469
|
+
upperBound?: pulumi.Input<number>;
|
|
15470
|
+
}
|
|
15471
|
+
export interface QualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck {
|
|
15472
|
+
columnNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15473
|
+
}
|
|
15473
15474
|
export interface QueryParameter {
|
|
15474
15475
|
/**
|
|
15475
15476
|
* Date-range query parameter value. Consists of following attributes (Can only specify one of `dynamicDateRangeValue` or `dateRangeValue`):
|