@pulumi/databricks 1.82.0-alpha.1768507296 → 1.82.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/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/output.d.ts
CHANGED
|
@@ -1572,7 +1572,9 @@ export interface DatabaseInstanceChildInstanceRef {
|
|
|
1572
1572
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
1573
1573
|
* instance was created.
|
|
1574
1574
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
1575
|
-
* was created
|
|
1575
|
+
* was created.
|
|
1576
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
1577
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
1576
1578
|
*/
|
|
1577
1579
|
effectiveLsn: string;
|
|
1578
1580
|
/**
|
|
@@ -1626,7 +1628,9 @@ export interface DatabaseInstanceParentInstanceRef {
|
|
|
1626
1628
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
1627
1629
|
* instance was created.
|
|
1628
1630
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
1629
|
-
* was created
|
|
1631
|
+
* was created.
|
|
1632
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
1633
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
1630
1634
|
*/
|
|
1631
1635
|
effectiveLsn: string;
|
|
1632
1636
|
/**
|
|
@@ -5293,7 +5297,9 @@ export interface GetDatabaseInstanceChildInstanceRef {
|
|
|
5293
5297
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
5294
5298
|
* instance was created.
|
|
5295
5299
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
5296
|
-
* was created
|
|
5300
|
+
* was created.
|
|
5301
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5302
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5297
5303
|
*/
|
|
5298
5304
|
effectiveLsn: string;
|
|
5299
5305
|
/**
|
|
@@ -5344,7 +5350,9 @@ export interface GetDatabaseInstanceParentInstanceRef {
|
|
|
5344
5350
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
5345
5351
|
* instance was created.
|
|
5346
5352
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
5347
|
-
* was created
|
|
5353
|
+
* was created.
|
|
5354
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5355
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5348
5356
|
*/
|
|
5349
5357
|
effectiveLsn: string;
|
|
5350
5358
|
/**
|
|
@@ -5383,37 +5391,53 @@ export interface GetDatabaseInstancesDatabaseInstance {
|
|
|
5383
5391
|
*/
|
|
5384
5392
|
customTags: outputs.GetDatabaseInstancesDatabaseInstanceCustomTag[];
|
|
5385
5393
|
/**
|
|
5386
|
-
* (string, deprecated) - Deprecated. The sku of the instance; this field will always match the value of capacity
|
|
5394
|
+
* (string, deprecated) - Deprecated. The sku of the instance; this field will always match the value of capacity.
|
|
5395
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5396
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5387
5397
|
*/
|
|
5388
5398
|
effectiveCapacity: string;
|
|
5389
5399
|
/**
|
|
5390
|
-
* (list of CustomTag) - The recorded custom tags associated with the instance
|
|
5400
|
+
* (list of CustomTag) - The recorded custom tags associated with the instance.
|
|
5401
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5402
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5391
5403
|
*/
|
|
5392
5404
|
effectiveCustomTags: outputs.GetDatabaseInstancesDatabaseInstanceEffectiveCustomTag[];
|
|
5393
5405
|
/**
|
|
5394
|
-
* (boolean) - Whether the instance has PG native password login enabled
|
|
5406
|
+
* (boolean) - Whether the instance has PG native password login enabled.
|
|
5407
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5408
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5395
5409
|
*/
|
|
5396
5410
|
effectiveEnablePgNativeLogin: boolean;
|
|
5397
5411
|
/**
|
|
5398
|
-
* (boolean) - Whether secondaries serving read-only traffic are enabled. Defaults to false
|
|
5412
|
+
* (boolean) - Whether secondaries serving read-only traffic are enabled. Defaults to false.
|
|
5413
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5414
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5399
5415
|
*/
|
|
5400
5416
|
effectiveEnableReadableSecondaries: boolean;
|
|
5401
5417
|
/**
|
|
5402
5418
|
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
5403
|
-
* 1 primary and 0 secondaries
|
|
5419
|
+
* 1 primary and 0 secondaries.
|
|
5420
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5421
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5404
5422
|
*/
|
|
5405
5423
|
effectiveNodeCount: number;
|
|
5406
5424
|
/**
|
|
5407
5425
|
* (integer) - The retention window for the instance. This is the time window in days
|
|
5408
|
-
* for which the historical data is retained
|
|
5426
|
+
* for which the historical data is retained.
|
|
5427
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5428
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5409
5429
|
*/
|
|
5410
5430
|
effectiveRetentionWindowInDays: number;
|
|
5411
5431
|
/**
|
|
5412
|
-
* (boolean) - Whether the instance is stopped
|
|
5432
|
+
* (boolean) - Whether the instance is stopped.
|
|
5433
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5434
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5413
5435
|
*/
|
|
5414
5436
|
effectiveStopped: boolean;
|
|
5415
5437
|
/**
|
|
5416
|
-
* (string) - The policy that is applied to the instance
|
|
5438
|
+
* (string) - The policy that is applied to the instance.
|
|
5439
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5440
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5417
5441
|
*/
|
|
5418
5442
|
effectiveUsagePolicyId: string;
|
|
5419
5443
|
/**
|
|
@@ -5491,7 +5515,9 @@ export interface GetDatabaseInstancesDatabaseInstanceChildInstanceRef {
|
|
|
5491
5515
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
5492
5516
|
* instance was created.
|
|
5493
5517
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
5494
|
-
* was created
|
|
5518
|
+
* was created.
|
|
5519
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5520
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5495
5521
|
*/
|
|
5496
5522
|
effectiveLsn: string;
|
|
5497
5523
|
/**
|
|
@@ -5542,7 +5568,9 @@ export interface GetDatabaseInstancesDatabaseInstanceParentInstanceRef {
|
|
|
5542
5568
|
* (string) - For a parent ref instance, this is the LSN on the parent instance from which the
|
|
5543
5569
|
* instance was created.
|
|
5544
5570
|
* For a child ref instance, this is the LSN on the instance from which the child instance
|
|
5545
|
-
* was created
|
|
5571
|
+
* was created.
|
|
5572
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5573
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5546
5574
|
*/
|
|
5547
5575
|
effectiveLsn: string;
|
|
5548
5576
|
/**
|
|
@@ -5811,11 +5839,15 @@ export interface GetDatabaseSyncedDatabaseTablesSyncedTable {
|
|
|
5811
5839
|
databaseInstanceName: string;
|
|
5812
5840
|
/**
|
|
5813
5841
|
* (string) - The name of the database instance that this table is registered to. This field is always returned, and for
|
|
5814
|
-
* tables inside database catalogs is inferred database instance associated with the catalog
|
|
5842
|
+
* tables inside database catalogs is inferred database instance associated with the catalog.
|
|
5843
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5844
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5815
5845
|
*/
|
|
5816
5846
|
effectiveDatabaseInstanceName: string;
|
|
5817
5847
|
/**
|
|
5818
|
-
* (string) - The name of the logical database that this table is registered to
|
|
5848
|
+
* (string) - The name of the logical database that this table is registered to.
|
|
5849
|
+
* This is an output only field that contains the value computed from the input field combined with
|
|
5850
|
+
* server side defaults. Use the field without the effective_ prefix to set the value
|
|
5819
5851
|
*/
|
|
5820
5852
|
effectiveLogicalDatabaseName: string;
|
|
5821
5853
|
/**
|
|
@@ -9210,10 +9242,6 @@ export interface GetPostgresEndpointSpec {
|
|
|
9210
9242
|
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
9211
9243
|
*/
|
|
9212
9244
|
endpointType: string;
|
|
9213
|
-
/**
|
|
9214
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
9215
|
-
*/
|
|
9216
|
-
poolerMode?: string;
|
|
9217
9245
|
/**
|
|
9218
9246
|
* (EndpointSettings)
|
|
9219
9247
|
*/
|
|
@@ -9230,12 +9258,6 @@ export interface GetPostgresEndpointSpecSettings {
|
|
|
9230
9258
|
pgSettings?: {
|
|
9231
9259
|
[key: string]: string;
|
|
9232
9260
|
};
|
|
9233
|
-
/**
|
|
9234
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9235
|
-
*/
|
|
9236
|
-
pgbouncerSettings?: {
|
|
9237
|
-
[key: string]: string;
|
|
9238
|
-
};
|
|
9239
9261
|
}
|
|
9240
9262
|
export interface GetPostgresEndpointStatus {
|
|
9241
9263
|
/**
|
|
@@ -9273,10 +9295,6 @@ export interface GetPostgresEndpointStatus {
|
|
|
9273
9295
|
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
9274
9296
|
*/
|
|
9275
9297
|
pendingState: string;
|
|
9276
|
-
/**
|
|
9277
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
9278
|
-
*/
|
|
9279
|
-
poolerMode: string;
|
|
9280
9298
|
/**
|
|
9281
9299
|
* (EndpointSettings)
|
|
9282
9300
|
*/
|
|
@@ -9301,12 +9319,6 @@ export interface GetPostgresEndpointStatusSettings {
|
|
|
9301
9319
|
pgSettings?: {
|
|
9302
9320
|
[key: string]: string;
|
|
9303
9321
|
};
|
|
9304
|
-
/**
|
|
9305
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9306
|
-
*/
|
|
9307
|
-
pgbouncerSettings?: {
|
|
9308
|
-
[key: string]: string;
|
|
9309
|
-
};
|
|
9310
9322
|
}
|
|
9311
9323
|
export interface GetPostgresEndpointsEndpoint {
|
|
9312
9324
|
/**
|
|
@@ -9360,10 +9372,6 @@ export interface GetPostgresEndpointsEndpointSpec {
|
|
|
9360
9372
|
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
9361
9373
|
*/
|
|
9362
9374
|
endpointType: string;
|
|
9363
|
-
/**
|
|
9364
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
9365
|
-
*/
|
|
9366
|
-
poolerMode?: string;
|
|
9367
9375
|
/**
|
|
9368
9376
|
* (EndpointSettings)
|
|
9369
9377
|
*/
|
|
@@ -9380,12 +9388,6 @@ export interface GetPostgresEndpointsEndpointSpecSettings {
|
|
|
9380
9388
|
pgSettings?: {
|
|
9381
9389
|
[key: string]: string;
|
|
9382
9390
|
};
|
|
9383
|
-
/**
|
|
9384
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9385
|
-
*/
|
|
9386
|
-
pgbouncerSettings?: {
|
|
9387
|
-
[key: string]: string;
|
|
9388
|
-
};
|
|
9389
9391
|
}
|
|
9390
9392
|
export interface GetPostgresEndpointsEndpointStatus {
|
|
9391
9393
|
/**
|
|
@@ -9423,10 +9425,6 @@ export interface GetPostgresEndpointsEndpointStatus {
|
|
|
9423
9425
|
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
9424
9426
|
*/
|
|
9425
9427
|
pendingState: string;
|
|
9426
|
-
/**
|
|
9427
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
9428
|
-
*/
|
|
9429
|
-
poolerMode: string;
|
|
9430
9428
|
/**
|
|
9431
9429
|
* (EndpointSettings)
|
|
9432
9430
|
*/
|
|
@@ -9451,12 +9449,6 @@ export interface GetPostgresEndpointsEndpointStatusSettings {
|
|
|
9451
9449
|
pgSettings?: {
|
|
9452
9450
|
[key: string]: string;
|
|
9453
9451
|
};
|
|
9454
|
-
/**
|
|
9455
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9456
|
-
*/
|
|
9457
|
-
pgbouncerSettings?: {
|
|
9458
|
-
[key: string]: string;
|
|
9459
|
-
};
|
|
9460
9452
|
}
|
|
9461
9453
|
export interface GetPostgresProjectSpec {
|
|
9462
9454
|
/**
|
|
@@ -9495,12 +9487,6 @@ export interface GetPostgresProjectSpecDefaultEndpointSettings {
|
|
|
9495
9487
|
pgSettings?: {
|
|
9496
9488
|
[key: string]: string;
|
|
9497
9489
|
};
|
|
9498
|
-
/**
|
|
9499
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9500
|
-
*/
|
|
9501
|
-
pgbouncerSettings?: {
|
|
9502
|
-
[key: string]: string;
|
|
9503
|
-
};
|
|
9504
9490
|
/**
|
|
9505
9491
|
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
9506
9492
|
*/
|
|
@@ -9535,6 +9521,10 @@ export interface GetPostgresProjectStatus {
|
|
|
9535
9521
|
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
9536
9522
|
*/
|
|
9537
9523
|
historyRetentionDuration: string;
|
|
9524
|
+
/**
|
|
9525
|
+
* (string) - The email of the project owner
|
|
9526
|
+
*/
|
|
9527
|
+
owner: string;
|
|
9538
9528
|
/**
|
|
9539
9529
|
* (integer) - The effective major Postgres version number
|
|
9540
9530
|
*/
|
|
@@ -9563,12 +9553,6 @@ export interface GetPostgresProjectStatusDefaultEndpointSettings {
|
|
|
9563
9553
|
pgSettings?: {
|
|
9564
9554
|
[key: string]: string;
|
|
9565
9555
|
};
|
|
9566
|
-
/**
|
|
9567
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9568
|
-
*/
|
|
9569
|
-
pgbouncerSettings?: {
|
|
9570
|
-
[key: string]: string;
|
|
9571
|
-
};
|
|
9572
9556
|
/**
|
|
9573
9557
|
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
9574
9558
|
*/
|
|
@@ -9646,12 +9630,6 @@ export interface GetPostgresProjectsProjectSpecDefaultEndpointSettings {
|
|
|
9646
9630
|
pgSettings?: {
|
|
9647
9631
|
[key: string]: string;
|
|
9648
9632
|
};
|
|
9649
|
-
/**
|
|
9650
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9651
|
-
*/
|
|
9652
|
-
pgbouncerSettings?: {
|
|
9653
|
-
[key: string]: string;
|
|
9654
|
-
};
|
|
9655
9633
|
/**
|
|
9656
9634
|
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
9657
9635
|
*/
|
|
@@ -9686,6 +9664,10 @@ export interface GetPostgresProjectsProjectStatus {
|
|
|
9686
9664
|
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
9687
9665
|
*/
|
|
9688
9666
|
historyRetentionDuration: string;
|
|
9667
|
+
/**
|
|
9668
|
+
* (string) - The email of the project owner
|
|
9669
|
+
*/
|
|
9670
|
+
owner: string;
|
|
9689
9671
|
/**
|
|
9690
9672
|
* (integer) - The effective major Postgres version number
|
|
9691
9673
|
*/
|
|
@@ -9714,12 +9696,6 @@ export interface GetPostgresProjectsProjectStatusDefaultEndpointSettings {
|
|
|
9714
9696
|
pgSettings?: {
|
|
9715
9697
|
[key: string]: string;
|
|
9716
9698
|
};
|
|
9717
|
-
/**
|
|
9718
|
-
* (object) - A raw representation of PgBouncer settings
|
|
9719
|
-
*/
|
|
9720
|
-
pgbouncerSettings?: {
|
|
9721
|
-
[key: string]: string;
|
|
9722
|
-
};
|
|
9723
9699
|
/**
|
|
9724
9700
|
* (string) - Duration of inactivity after which the compute endpoint is automatically suspended
|
|
9725
9701
|
*/
|
|
@@ -9747,6 +9723,54 @@ export interface GetQualityMonitorV2AnomalyDetectionConfig {
|
|
|
9747
9723
|
*/
|
|
9748
9724
|
latestRunStatus: string;
|
|
9749
9725
|
}
|
|
9726
|
+
export interface GetQualityMonitorV2ValidityCheckConfiguration {
|
|
9727
|
+
/**
|
|
9728
|
+
* (string) - Can be set by system. Does not need to be user facing
|
|
9729
|
+
*/
|
|
9730
|
+
name?: string;
|
|
9731
|
+
/**
|
|
9732
|
+
* (PercentNullValidityCheck)
|
|
9733
|
+
*/
|
|
9734
|
+
percentNullValidityCheck?: outputs.GetQualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck;
|
|
9735
|
+
/**
|
|
9736
|
+
* (RangeValidityCheck)
|
|
9737
|
+
*/
|
|
9738
|
+
rangeValidityCheck?: outputs.GetQualityMonitorV2ValidityCheckConfigurationRangeValidityCheck;
|
|
9739
|
+
/**
|
|
9740
|
+
* (UniquenessValidityCheck)
|
|
9741
|
+
*/
|
|
9742
|
+
uniquenessValidityCheck?: outputs.GetQualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck;
|
|
9743
|
+
}
|
|
9744
|
+
export interface GetQualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck {
|
|
9745
|
+
/**
|
|
9746
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9747
|
+
*/
|
|
9748
|
+
columnNames?: string[];
|
|
9749
|
+
/**
|
|
9750
|
+
* (number) - Upper bound for the range
|
|
9751
|
+
*/
|
|
9752
|
+
upperBound?: number;
|
|
9753
|
+
}
|
|
9754
|
+
export interface GetQualityMonitorV2ValidityCheckConfigurationRangeValidityCheck {
|
|
9755
|
+
/**
|
|
9756
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9757
|
+
*/
|
|
9758
|
+
columnNames?: string[];
|
|
9759
|
+
/**
|
|
9760
|
+
* (number) - Lower bound for the range
|
|
9761
|
+
*/
|
|
9762
|
+
lowerBound?: number;
|
|
9763
|
+
/**
|
|
9764
|
+
* (number) - Upper bound for the range
|
|
9765
|
+
*/
|
|
9766
|
+
upperBound?: number;
|
|
9767
|
+
}
|
|
9768
|
+
export interface GetQualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck {
|
|
9769
|
+
/**
|
|
9770
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9771
|
+
*/
|
|
9772
|
+
columnNames?: string[];
|
|
9773
|
+
}
|
|
9750
9774
|
export interface GetQualityMonitorsV2QualityMonitor {
|
|
9751
9775
|
/**
|
|
9752
9776
|
* (AnomalyDetectionConfig)
|
|
@@ -9760,6 +9784,10 @@ export interface GetQualityMonitorsV2QualityMonitor {
|
|
|
9760
9784
|
* (string) - The type of the monitored object. Can be one of the following: schema
|
|
9761
9785
|
*/
|
|
9762
9786
|
objectType: string;
|
|
9787
|
+
/**
|
|
9788
|
+
* (list of ValidityCheckConfiguration) - Validity check configurations for anomaly detection
|
|
9789
|
+
*/
|
|
9790
|
+
validityCheckConfigurations: outputs.GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration[];
|
|
9763
9791
|
}
|
|
9764
9792
|
export interface GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig {
|
|
9765
9793
|
/**
|
|
@@ -9775,6 +9803,54 @@ export interface GetQualityMonitorsV2QualityMonitorAnomalyDetectionConfig {
|
|
|
9775
9803
|
*/
|
|
9776
9804
|
latestRunStatus: string;
|
|
9777
9805
|
}
|
|
9806
|
+
export interface GetQualityMonitorsV2QualityMonitorValidityCheckConfiguration {
|
|
9807
|
+
/**
|
|
9808
|
+
* (string) - Can be set by system. Does not need to be user facing
|
|
9809
|
+
*/
|
|
9810
|
+
name?: string;
|
|
9811
|
+
/**
|
|
9812
|
+
* (PercentNullValidityCheck)
|
|
9813
|
+
*/
|
|
9814
|
+
percentNullValidityCheck?: outputs.GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationPercentNullValidityCheck;
|
|
9815
|
+
/**
|
|
9816
|
+
* (RangeValidityCheck)
|
|
9817
|
+
*/
|
|
9818
|
+
rangeValidityCheck?: outputs.GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationRangeValidityCheck;
|
|
9819
|
+
/**
|
|
9820
|
+
* (UniquenessValidityCheck)
|
|
9821
|
+
*/
|
|
9822
|
+
uniquenessValidityCheck?: outputs.GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationUniquenessValidityCheck;
|
|
9823
|
+
}
|
|
9824
|
+
export interface GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationPercentNullValidityCheck {
|
|
9825
|
+
/**
|
|
9826
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9827
|
+
*/
|
|
9828
|
+
columnNames?: string[];
|
|
9829
|
+
/**
|
|
9830
|
+
* (number) - Upper bound for the range
|
|
9831
|
+
*/
|
|
9832
|
+
upperBound?: number;
|
|
9833
|
+
}
|
|
9834
|
+
export interface GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationRangeValidityCheck {
|
|
9835
|
+
/**
|
|
9836
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9837
|
+
*/
|
|
9838
|
+
columnNames?: string[];
|
|
9839
|
+
/**
|
|
9840
|
+
* (number) - Lower bound for the range
|
|
9841
|
+
*/
|
|
9842
|
+
lowerBound?: number;
|
|
9843
|
+
/**
|
|
9844
|
+
* (number) - Upper bound for the range
|
|
9845
|
+
*/
|
|
9846
|
+
upperBound?: number;
|
|
9847
|
+
}
|
|
9848
|
+
export interface GetQualityMonitorsV2QualityMonitorValidityCheckConfigurationUniquenessValidityCheck {
|
|
9849
|
+
/**
|
|
9850
|
+
* (list of string) - List of column names to check for uniqueness
|
|
9851
|
+
*/
|
|
9852
|
+
columnNames?: string[];
|
|
9853
|
+
}
|
|
9778
9854
|
export interface GetRegisteredModelModelInfo {
|
|
9779
9855
|
/**
|
|
9780
9856
|
* the list of aliases associated with this model. Each item is object consisting of following attributes:
|
|
@@ -15148,6 +15224,7 @@ export interface ModelServingProvisionedThroughputConfig {
|
|
|
15148
15224
|
trafficConfig: outputs.ModelServingProvisionedThroughputConfigTrafficConfig;
|
|
15149
15225
|
}
|
|
15150
15226
|
export interface ModelServingProvisionedThroughputConfigServedEntity {
|
|
15227
|
+
burstScalingEnabled?: boolean;
|
|
15151
15228
|
/**
|
|
15152
15229
|
* The full path of the UC model to be served, given in the form of `catalog_name.schema_name.model_name`.
|
|
15153
15230
|
*/
|
|
@@ -15389,11 +15466,11 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
15389
15466
|
*/
|
|
15390
15467
|
networkProjectId: string;
|
|
15391
15468
|
/**
|
|
15392
|
-
* @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.
|
|
15469
|
+
* @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
|
|
15393
15470
|
*/
|
|
15394
15471
|
podIpRangeName?: string;
|
|
15395
15472
|
/**
|
|
15396
|
-
* @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.
|
|
15473
|
+
* @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
|
|
15397
15474
|
*/
|
|
15398
15475
|
serviceIpRangeName?: string;
|
|
15399
15476
|
/**
|
|
@@ -15454,11 +15531,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
15454
15531
|
}
|
|
15455
15532
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
15456
15533
|
/**
|
|
15457
|
-
* @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.
|
|
15534
|
+
* @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
|
|
15458
15535
|
*/
|
|
15459
15536
|
gkeClusterPodIpRange?: string;
|
|
15460
15537
|
/**
|
|
15461
|
-
* @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.
|
|
15538
|
+
* @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
|
|
15462
15539
|
*/
|
|
15463
15540
|
gkeClusterServiceIpRange?: string;
|
|
15464
15541
|
subnetCidr: string;
|
|
@@ -16263,10 +16340,6 @@ export interface PostgresEndpointSpec {
|
|
|
16263
16340
|
* (string) - The endpoint type. A branch can only have one READ_WRITE endpoint. Possible values are: `READ_ONLY`, `READ_WRITE`
|
|
16264
16341
|
*/
|
|
16265
16342
|
endpointType: string;
|
|
16266
|
-
/**
|
|
16267
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
16268
|
-
*/
|
|
16269
|
-
poolerMode?: string;
|
|
16270
16343
|
/**
|
|
16271
16344
|
* (EndpointSettings)
|
|
16272
16345
|
*/
|
|
@@ -16283,12 +16356,6 @@ export interface PostgresEndpointSpecSettings {
|
|
|
16283
16356
|
pgSettings?: {
|
|
16284
16357
|
[key: string]: string;
|
|
16285
16358
|
};
|
|
16286
|
-
/**
|
|
16287
|
-
* A raw representation of PgBouncer settings
|
|
16288
|
-
*/
|
|
16289
|
-
pgbouncerSettings?: {
|
|
16290
|
-
[key: string]: string;
|
|
16291
|
-
};
|
|
16292
16359
|
}
|
|
16293
16360
|
export interface PostgresEndpointStatus {
|
|
16294
16361
|
/**
|
|
@@ -16326,10 +16393,6 @@ export interface PostgresEndpointStatus {
|
|
|
16326
16393
|
* (string) - Possible values are: `ACTIVE`, `IDLE`, `INIT`
|
|
16327
16394
|
*/
|
|
16328
16395
|
pendingState: string;
|
|
16329
|
-
/**
|
|
16330
|
-
* (string) - Possible values are: `TRANSACTION`
|
|
16331
|
-
*/
|
|
16332
|
-
poolerMode: string;
|
|
16333
16396
|
/**
|
|
16334
16397
|
* (EndpointSettings)
|
|
16335
16398
|
*/
|
|
@@ -16354,12 +16417,6 @@ export interface PostgresEndpointStatusSettings {
|
|
|
16354
16417
|
pgSettings?: {
|
|
16355
16418
|
[key: string]: string;
|
|
16356
16419
|
};
|
|
16357
|
-
/**
|
|
16358
|
-
* A raw representation of PgBouncer settings
|
|
16359
|
-
*/
|
|
16360
|
-
pgbouncerSettings?: {
|
|
16361
|
-
[key: string]: string;
|
|
16362
|
-
};
|
|
16363
16420
|
}
|
|
16364
16421
|
export interface PostgresProjectSpec {
|
|
16365
16422
|
/**
|
|
@@ -16398,12 +16455,6 @@ export interface PostgresProjectSpecDefaultEndpointSettings {
|
|
|
16398
16455
|
pgSettings?: {
|
|
16399
16456
|
[key: string]: string;
|
|
16400
16457
|
};
|
|
16401
|
-
/**
|
|
16402
|
-
* A raw representation of PgBouncer settings
|
|
16403
|
-
*/
|
|
16404
|
-
pgbouncerSettings?: {
|
|
16405
|
-
[key: string]: string;
|
|
16406
|
-
};
|
|
16407
16458
|
/**
|
|
16408
16459
|
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
16409
16460
|
*/
|
|
@@ -16438,6 +16489,10 @@ export interface PostgresProjectStatus {
|
|
|
16438
16489
|
* (string) - The effective number of seconds to retain the shared history for point in time recovery
|
|
16439
16490
|
*/
|
|
16440
16491
|
historyRetentionDuration: string;
|
|
16492
|
+
/**
|
|
16493
|
+
* (string) - The email of the project owner
|
|
16494
|
+
*/
|
|
16495
|
+
owner: string;
|
|
16441
16496
|
/**
|
|
16442
16497
|
* (integer) - The effective major Postgres version number
|
|
16443
16498
|
*/
|
|
@@ -16466,12 +16521,6 @@ export interface PostgresProjectStatusDefaultEndpointSettings {
|
|
|
16466
16521
|
pgSettings?: {
|
|
16467
16522
|
[key: string]: string;
|
|
16468
16523
|
};
|
|
16469
|
-
/**
|
|
16470
|
-
* A raw representation of PgBouncer settings
|
|
16471
|
-
*/
|
|
16472
|
-
pgbouncerSettings?: {
|
|
16473
|
-
[key: string]: string;
|
|
16474
|
-
};
|
|
16475
16524
|
/**
|
|
16476
16525
|
* Duration of inactivity after which the compute endpoint is automatically suspended
|
|
16477
16526
|
*/
|
|
@@ -16602,6 +16651,30 @@ export interface QualityMonitorV2AnomalyDetectionConfig {
|
|
|
16602
16651
|
*/
|
|
16603
16652
|
latestRunStatus: string;
|
|
16604
16653
|
}
|
|
16654
|
+
export interface QualityMonitorV2ValidityCheckConfiguration {
|
|
16655
|
+
/**
|
|
16656
|
+
* Can be set by system. Does not need to be user facing
|
|
16657
|
+
*/
|
|
16658
|
+
name?: string;
|
|
16659
|
+
percentNullValidityCheck?: outputs.QualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck;
|
|
16660
|
+
rangeValidityCheck?: outputs.QualityMonitorV2ValidityCheckConfigurationRangeValidityCheck;
|
|
16661
|
+
uniquenessValidityCheck?: outputs.QualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck;
|
|
16662
|
+
}
|
|
16663
|
+
export interface QualityMonitorV2ValidityCheckConfigurationPercentNullValidityCheck {
|
|
16664
|
+
columnNames?: string[];
|
|
16665
|
+
upperBound?: number;
|
|
16666
|
+
}
|
|
16667
|
+
export interface QualityMonitorV2ValidityCheckConfigurationRangeValidityCheck {
|
|
16668
|
+
columnNames?: string[];
|
|
16669
|
+
/**
|
|
16670
|
+
* Lower bound for the range
|
|
16671
|
+
*/
|
|
16672
|
+
lowerBound?: number;
|
|
16673
|
+
upperBound?: number;
|
|
16674
|
+
}
|
|
16675
|
+
export interface QualityMonitorV2ValidityCheckConfigurationUniquenessValidityCheck {
|
|
16676
|
+
columnNames?: string[];
|
|
16677
|
+
}
|
|
16605
16678
|
export interface QueryParameter {
|
|
16606
16679
|
/**
|
|
16607
16680
|
* Date-range query parameter value. Consists of following attributes (Can only specify one of `dynamicDateRangeValue` or `dateRangeValue`):
|