@pulumi/aiven 4.5.0-alpha.1646672898 → 4.5.2
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/account.d.ts +12 -0
- package/account.js +2 -0
- package/account.js.map +1 -1
- package/cassandra.d.ts +2 -2
- package/cassandra.js +2 -2
- package/elasticSearch.d.ts +5 -5
- package/elasticSearch.js +5 -5
- package/flink.d.ts +1 -1
- package/flink.js +1 -1
- package/getAccount.d.ts +4 -0
- package/getAccount.js.map +1 -1
- package/getCassanda.d.ts +102 -0
- package/getCassanda.js +15 -0
- package/getCassanda.js.map +1 -1
- package/grafana.d.ts +2 -2
- package/grafana.js +2 -2
- package/influxDb.d.ts +1 -1
- package/influxDb.js +1 -1
- package/kafka.d.ts +7 -7
- package/kafka.js +7 -7
- package/kafkaConnect.d.ts +1 -1
- package/kafkaConnect.js +1 -1
- package/kafkaMirrorMaker.d.ts +3 -3
- package/kafkaMirrorMaker.js +3 -3
- package/kafkaTopic.d.ts +0 -25
- package/kafkaTopic.js +0 -25
- package/kafkaTopic.js.map +1 -1
- package/m3aggregator.d.ts +1 -1
- package/m3aggregator.js +1 -1
- package/m3db.d.ts +1 -1
- package/m3db.js +1 -1
- package/mySql.d.ts +3 -3
- package/mySql.js +3 -3
- package/openSearch.d.ts +5 -5
- package/openSearch.js +5 -5
- package/openSearchAclConfig.d.ts +5 -5
- package/openSearchAclConfig.js +5 -5
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/project.d.ts +4 -0
- package/project.js.map +1 -1
- package/projectVpc.d.ts +0 -16
- package/projectVpc.js +0 -16
- package/projectVpc.js.map +1 -1
- package/redis.d.ts +1 -1
- package/redis.js +1 -1
- package/types/input.d.ts +34 -4
- package/types/output.d.ts +66 -6
package/types/output.d.ts
CHANGED
|
@@ -244,13 +244,13 @@ export interface ElasticSearchElasticsearchUserConfigElasticsearch {
|
|
|
244
244
|
indicesQueryBoolMaxClauseCount?: string;
|
|
245
245
|
overrideMainResponseVersion?: string;
|
|
246
246
|
reindexRemoteWhitelists?: string[];
|
|
247
|
+
scriptMaxCompilationsRate?: string;
|
|
247
248
|
searchMaxBuckets?: string;
|
|
248
249
|
threadPoolAnalyzeQueueSize?: string;
|
|
249
250
|
threadPoolAnalyzeSize?: string;
|
|
250
251
|
threadPoolForceMergeSize?: string;
|
|
251
252
|
threadPoolGetQueueSize?: string;
|
|
252
253
|
threadPoolGetSize?: string;
|
|
253
|
-
threadPoolIndexQueueSize?: string;
|
|
254
254
|
threadPoolIndexSize?: string;
|
|
255
255
|
threadPoolSearchQueueSize?: string;
|
|
256
256
|
threadPoolSearchSize?: string;
|
|
@@ -288,6 +288,7 @@ export interface ElasticSearchElasticsearchUserConfigPrivatelinkAccess {
|
|
|
288
288
|
*/
|
|
289
289
|
elasticsearch?: string;
|
|
290
290
|
kibana?: string;
|
|
291
|
+
prometheus?: string;
|
|
291
292
|
}
|
|
292
293
|
export interface ElasticSearchElasticsearchUserConfigPublicAccess {
|
|
293
294
|
/**
|
|
@@ -373,6 +374,7 @@ export interface FlinkFlinkUserConfigPrivatelinkAccess {
|
|
|
373
374
|
* Flink server provided values
|
|
374
375
|
*/
|
|
375
376
|
flink?: string;
|
|
377
|
+
prometheus?: string;
|
|
376
378
|
}
|
|
377
379
|
export interface FlinkServiceIntegration {
|
|
378
380
|
/**
|
|
@@ -387,6 +389,9 @@ export interface FlinkServiceIntegration {
|
|
|
387
389
|
export interface GetCassandaCassandra {
|
|
388
390
|
}
|
|
389
391
|
export interface GetCassandaCassandraUserConfig {
|
|
392
|
+
/**
|
|
393
|
+
* Cassandra server provided values
|
|
394
|
+
*/
|
|
390
395
|
cassandra?: outputs.GetCassandaCassandraUserConfigCassandra;
|
|
391
396
|
cassandraVersion?: string;
|
|
392
397
|
ipFilters?: string[];
|
|
@@ -395,6 +400,9 @@ export interface GetCassandaCassandraUserConfig {
|
|
|
395
400
|
projectToForkFrom?: string;
|
|
396
401
|
publicAccess?: outputs.GetCassandaCassandraUserConfigPublicAccess;
|
|
397
402
|
serviceToForkFrom?: string;
|
|
403
|
+
/**
|
|
404
|
+
* Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
405
|
+
*/
|
|
398
406
|
staticIps?: string;
|
|
399
407
|
}
|
|
400
408
|
export interface GetCassandaCassandraUserConfigCassandra {
|
|
@@ -541,13 +549,13 @@ export interface GetElasticSearchElasticsearchUserConfigElasticsearch {
|
|
|
541
549
|
indicesQueryBoolMaxClauseCount?: string;
|
|
542
550
|
overrideMainResponseVersion?: string;
|
|
543
551
|
reindexRemoteWhitelists?: string[];
|
|
552
|
+
scriptMaxCompilationsRate?: string;
|
|
544
553
|
searchMaxBuckets?: string;
|
|
545
554
|
threadPoolAnalyzeQueueSize?: string;
|
|
546
555
|
threadPoolAnalyzeSize?: string;
|
|
547
556
|
threadPoolForceMergeSize?: string;
|
|
548
557
|
threadPoolGetQueueSize?: string;
|
|
549
558
|
threadPoolGetSize?: string;
|
|
550
|
-
threadPoolIndexQueueSize?: string;
|
|
551
559
|
threadPoolIndexSize?: string;
|
|
552
560
|
threadPoolSearchQueueSize?: string;
|
|
553
561
|
threadPoolSearchSize?: string;
|
|
@@ -585,6 +593,7 @@ export interface GetElasticSearchElasticsearchUserConfigPrivatelinkAccess {
|
|
|
585
593
|
*/
|
|
586
594
|
elasticsearch?: string;
|
|
587
595
|
kibana?: string;
|
|
596
|
+
prometheus?: string;
|
|
588
597
|
}
|
|
589
598
|
export interface GetElasticSearchElasticsearchUserConfigPublicAccess {
|
|
590
599
|
/**
|
|
@@ -628,6 +637,7 @@ export interface GetFlinkFlinkUserConfigPrivatelinkAccess {
|
|
|
628
637
|
* Flink server provided values
|
|
629
638
|
*/
|
|
630
639
|
flink?: string;
|
|
640
|
+
prometheus?: string;
|
|
631
641
|
}
|
|
632
642
|
export interface GetFlinkServiceIntegration {
|
|
633
643
|
integrationType: string;
|
|
@@ -890,10 +900,12 @@ export interface GetKafkaConnectKafkaConnectUserConfigPrivateAccess {
|
|
|
890
900
|
prometheus?: string;
|
|
891
901
|
}
|
|
892
902
|
export interface GetKafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
|
|
903
|
+
jolokia?: string;
|
|
893
904
|
/**
|
|
894
905
|
* Kafka Connect server provided values
|
|
895
906
|
*/
|
|
896
907
|
kafkaConnect?: string;
|
|
908
|
+
prometheus?: string;
|
|
897
909
|
}
|
|
898
910
|
export interface GetKafkaConnectKafkaConnectUserConfigPublicAccess {
|
|
899
911
|
/**
|
|
@@ -1013,12 +1025,14 @@ export interface GetKafkaKafkaUserConfigPrivateAccess {
|
|
|
1013
1025
|
prometheus?: string;
|
|
1014
1026
|
}
|
|
1015
1027
|
export interface GetKafkaKafkaUserConfigPrivatelinkAccess {
|
|
1028
|
+
jolokia?: string;
|
|
1016
1029
|
/**
|
|
1017
1030
|
* Kafka server provided values
|
|
1018
1031
|
*/
|
|
1019
1032
|
kafka?: string;
|
|
1020
1033
|
kafkaConnect?: string;
|
|
1021
1034
|
kafkaRest?: string;
|
|
1035
|
+
prometheus?: string;
|
|
1022
1036
|
schemaRegistry?: string;
|
|
1023
1037
|
}
|
|
1024
1038
|
export interface GetKafkaKafkaUserConfigPublicAccess {
|
|
@@ -1299,6 +1313,7 @@ export interface GetMySqlMysqlUserConfigPrivatelinkAccess {
|
|
|
1299
1313
|
*/
|
|
1300
1314
|
mysql?: string;
|
|
1301
1315
|
mysqlx?: string;
|
|
1316
|
+
prometheus?: string;
|
|
1302
1317
|
}
|
|
1303
1318
|
export interface GetMySqlMysqlUserConfigPublicAccess {
|
|
1304
1319
|
/**
|
|
@@ -1372,6 +1387,7 @@ export interface GetOpenSearchOpensearchUserConfigOpensearch {
|
|
|
1372
1387
|
indicesQueryBoolMaxClauseCount?: string;
|
|
1373
1388
|
overrideMainResponseVersion?: string;
|
|
1374
1389
|
reindexRemoteWhitelists?: string[];
|
|
1390
|
+
scriptMaxCompilationsRate?: string;
|
|
1375
1391
|
searchMaxBuckets?: string;
|
|
1376
1392
|
threadPoolAnalyzeQueueSize?: string;
|
|
1377
1393
|
threadPoolAnalyzeSize?: string;
|
|
@@ -1405,6 +1421,7 @@ export interface GetOpenSearchOpensearchUserConfigPrivatelinkAccess {
|
|
|
1405
1421
|
*/
|
|
1406
1422
|
opensearch?: string;
|
|
1407
1423
|
opensearchDashboards?: string;
|
|
1424
|
+
prometheus?: string;
|
|
1408
1425
|
}
|
|
1409
1426
|
export interface GetOpenSearchOpensearchUserConfigPublicAccess {
|
|
1410
1427
|
/**
|
|
@@ -1442,6 +1459,7 @@ export interface GetPgPgUserConfig {
|
|
|
1442
1459
|
adminUsername?: string;
|
|
1443
1460
|
backupHour?: string;
|
|
1444
1461
|
backupMinute?: string;
|
|
1462
|
+
enableIpv6?: string;
|
|
1445
1463
|
ipFilters?: string[];
|
|
1446
1464
|
migration?: outputs.GetPgPgUserConfigMigration;
|
|
1447
1465
|
/**
|
|
@@ -1555,6 +1573,7 @@ export interface GetPgPgUserConfigPrivatelinkAccess {
|
|
|
1555
1573
|
*/
|
|
1556
1574
|
pg?: string;
|
|
1557
1575
|
pgbouncer?: string;
|
|
1576
|
+
prometheus?: string;
|
|
1558
1577
|
}
|
|
1559
1578
|
export interface GetPgPgUserConfigPublicAccess {
|
|
1560
1579
|
/**
|
|
@@ -1625,6 +1644,7 @@ export interface GetRedisRedisUserConfigPrivateAccess {
|
|
|
1625
1644
|
redis?: string;
|
|
1626
1645
|
}
|
|
1627
1646
|
export interface GetRedisRedisUserConfigPrivatelinkAccess {
|
|
1647
|
+
prometheus?: string;
|
|
1628
1648
|
/**
|
|
1629
1649
|
* Redis server provided values
|
|
1630
1650
|
*/
|
|
@@ -1728,13 +1748,13 @@ export interface GetServiceElasticsearchUserConfigElasticsearch {
|
|
|
1728
1748
|
indicesQueryBoolMaxClauseCount?: string;
|
|
1729
1749
|
overrideMainResponseVersion?: string;
|
|
1730
1750
|
reindexRemoteWhitelists?: string[];
|
|
1751
|
+
scriptMaxCompilationsRate?: string;
|
|
1731
1752
|
searchMaxBuckets?: string;
|
|
1732
1753
|
threadPoolAnalyzeQueueSize?: string;
|
|
1733
1754
|
threadPoolAnalyzeSize?: string;
|
|
1734
1755
|
threadPoolForceMergeSize?: string;
|
|
1735
1756
|
threadPoolGetQueueSize?: string;
|
|
1736
1757
|
threadPoolGetSize?: string;
|
|
1737
|
-
threadPoolIndexQueueSize?: string;
|
|
1738
1758
|
threadPoolIndexSize?: string;
|
|
1739
1759
|
threadPoolSearchQueueSize?: string;
|
|
1740
1760
|
threadPoolSearchSize?: string;
|
|
@@ -1772,6 +1792,7 @@ export interface GetServiceElasticsearchUserConfigPrivatelinkAccess {
|
|
|
1772
1792
|
*/
|
|
1773
1793
|
elasticsearch?: string;
|
|
1774
1794
|
kibana?: string;
|
|
1795
|
+
prometheus?: string;
|
|
1775
1796
|
}
|
|
1776
1797
|
export interface GetServiceElasticsearchUserConfigPublicAccess {
|
|
1777
1798
|
/**
|
|
@@ -1802,6 +1823,7 @@ export interface GetServiceFlinkUserConfigPrivatelinkAccess {
|
|
|
1802
1823
|
* Flink specific server provided values
|
|
1803
1824
|
*/
|
|
1804
1825
|
flink?: string;
|
|
1826
|
+
prometheus?: string;
|
|
1805
1827
|
}
|
|
1806
1828
|
export interface GetServiceGrafana {
|
|
1807
1829
|
}
|
|
@@ -2192,10 +2214,12 @@ export interface GetServiceKafkaConnectUserConfigPrivateAccess {
|
|
|
2192
2214
|
prometheus?: string;
|
|
2193
2215
|
}
|
|
2194
2216
|
export interface GetServiceKafkaConnectUserConfigPrivatelinkAccess {
|
|
2217
|
+
jolokia?: string;
|
|
2195
2218
|
/**
|
|
2196
2219
|
* Kafka Connect specific server provided values
|
|
2197
2220
|
*/
|
|
2198
2221
|
kafkaConnect?: string;
|
|
2222
|
+
prometheus?: string;
|
|
2199
2223
|
}
|
|
2200
2224
|
export interface GetServiceKafkaConnectUserConfigPublicAccess {
|
|
2201
2225
|
/**
|
|
@@ -2325,6 +2349,7 @@ export interface GetServiceKafkaUserConfigPrivateAccess {
|
|
|
2325
2349
|
prometheus?: string;
|
|
2326
2350
|
}
|
|
2327
2351
|
export interface GetServiceKafkaUserConfigPrivatelinkAccess {
|
|
2352
|
+
jolokia?: string;
|
|
2328
2353
|
/**
|
|
2329
2354
|
* Kafka specific server provided values
|
|
2330
2355
|
*/
|
|
@@ -2334,6 +2359,7 @@ export interface GetServiceKafkaUserConfigPrivatelinkAccess {
|
|
|
2334
2359
|
*/
|
|
2335
2360
|
kafkaConnect?: string;
|
|
2336
2361
|
kafkaRest?: string;
|
|
2362
|
+
prometheus?: string;
|
|
2337
2363
|
schemaRegistry?: string;
|
|
2338
2364
|
}
|
|
2339
2365
|
export interface GetServiceKafkaUserConfigPublicAccess {
|
|
@@ -2429,6 +2455,7 @@ export interface GetServiceMysqlUserConfigPrivatelinkAccess {
|
|
|
2429
2455
|
*/
|
|
2430
2456
|
mysql?: string;
|
|
2431
2457
|
mysqlx?: string;
|
|
2458
|
+
prometheus?: string;
|
|
2432
2459
|
}
|
|
2433
2460
|
export interface GetServiceMysqlUserConfigPublicAccess {
|
|
2434
2461
|
/**
|
|
@@ -2489,6 +2516,7 @@ export interface GetServiceOpensearchUserConfigOpensearch {
|
|
|
2489
2516
|
indicesQueryBoolMaxClauseCount?: string;
|
|
2490
2517
|
overrideMainResponseVersion?: string;
|
|
2491
2518
|
reindexRemoteWhitelists?: string[];
|
|
2519
|
+
scriptMaxCompilationsRate?: string;
|
|
2492
2520
|
searchMaxBuckets?: string;
|
|
2493
2521
|
threadPoolAnalyzeQueueSize?: string;
|
|
2494
2522
|
threadPoolAnalyzeSize?: string;
|
|
@@ -2522,6 +2550,7 @@ export interface GetServiceOpensearchUserConfigPrivatelinkAccess {
|
|
|
2522
2550
|
*/
|
|
2523
2551
|
opensearch?: string;
|
|
2524
2552
|
opensearchDashboards?: string;
|
|
2553
|
+
prometheus?: string;
|
|
2525
2554
|
}
|
|
2526
2555
|
export interface GetServiceOpensearchUserConfigPublicAccess {
|
|
2527
2556
|
/**
|
|
@@ -2546,6 +2575,7 @@ export interface GetServicePgUserConfig {
|
|
|
2546
2575
|
adminUsername?: string;
|
|
2547
2576
|
backupHour?: string;
|
|
2548
2577
|
backupMinute?: string;
|
|
2578
|
+
enableIpv6?: string;
|
|
2549
2579
|
ipFilters?: string[];
|
|
2550
2580
|
migration?: outputs.GetServicePgUserConfigMigration;
|
|
2551
2581
|
/**
|
|
@@ -2659,6 +2689,7 @@ export interface GetServicePgUserConfigPrivatelinkAccess {
|
|
|
2659
2689
|
*/
|
|
2660
2690
|
pg?: string;
|
|
2661
2691
|
pgbouncer?: string;
|
|
2692
|
+
prometheus?: string;
|
|
2662
2693
|
}
|
|
2663
2694
|
export interface GetServicePgUserConfigPublicAccess {
|
|
2664
2695
|
/**
|
|
@@ -2716,6 +2747,7 @@ export interface GetServiceRedisUserConfigPrivateAccess {
|
|
|
2716
2747
|
redis?: string;
|
|
2717
2748
|
}
|
|
2718
2749
|
export interface GetServiceRedisUserConfigPrivatelinkAccess {
|
|
2750
|
+
prometheus?: string;
|
|
2719
2751
|
/**
|
|
2720
2752
|
* Redis specific server provided values
|
|
2721
2753
|
*/
|
|
@@ -3139,10 +3171,12 @@ export interface KafkaConnectKafkaConnectUserConfigPrivateAccess {
|
|
|
3139
3171
|
prometheus?: string;
|
|
3140
3172
|
}
|
|
3141
3173
|
export interface KafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
|
|
3174
|
+
jolokia?: string;
|
|
3142
3175
|
/**
|
|
3143
3176
|
* Kafka Connect server provided values
|
|
3144
3177
|
*/
|
|
3145
3178
|
kafkaConnect?: string;
|
|
3179
|
+
prometheus?: string;
|
|
3146
3180
|
}
|
|
3147
3181
|
export interface KafkaConnectKafkaConnectUserConfigPublicAccess {
|
|
3148
3182
|
/**
|
|
@@ -3322,12 +3356,14 @@ export interface KafkaKafkaUserConfigPrivateAccess {
|
|
|
3322
3356
|
prometheus?: string;
|
|
3323
3357
|
}
|
|
3324
3358
|
export interface KafkaKafkaUserConfigPrivatelinkAccess {
|
|
3359
|
+
jolokia?: string;
|
|
3325
3360
|
/**
|
|
3326
3361
|
* Kafka server provided values
|
|
3327
3362
|
*/
|
|
3328
3363
|
kafka?: string;
|
|
3329
3364
|
kafkaConnect?: string;
|
|
3330
3365
|
kafkaRest?: string;
|
|
3366
|
+
prometheus?: string;
|
|
3331
3367
|
schemaRegistry?: string;
|
|
3332
3368
|
}
|
|
3333
3369
|
export interface KafkaKafkaUserConfigPublicAccess {
|
|
@@ -3797,6 +3833,7 @@ export interface MySqlMysqlUserConfigPrivatelinkAccess {
|
|
|
3797
3833
|
*/
|
|
3798
3834
|
mysql?: string;
|
|
3799
3835
|
mysqlx?: string;
|
|
3836
|
+
prometheus?: string;
|
|
3800
3837
|
}
|
|
3801
3838
|
export interface MySqlMysqlUserConfigPublicAccess {
|
|
3802
3839
|
/**
|
|
@@ -3921,6 +3958,7 @@ export interface OpenSearchOpensearchUserConfigOpensearch {
|
|
|
3921
3958
|
indicesQueryBoolMaxClauseCount?: string;
|
|
3922
3959
|
overrideMainResponseVersion?: string;
|
|
3923
3960
|
reindexRemoteWhitelists?: string[];
|
|
3961
|
+
scriptMaxCompilationsRate?: string;
|
|
3924
3962
|
searchMaxBuckets?: string;
|
|
3925
3963
|
threadPoolAnalyzeQueueSize?: string;
|
|
3926
3964
|
threadPoolAnalyzeSize?: string;
|
|
@@ -3954,6 +3992,7 @@ export interface OpenSearchOpensearchUserConfigPrivatelinkAccess {
|
|
|
3954
3992
|
*/
|
|
3955
3993
|
opensearch?: string;
|
|
3956
3994
|
opensearchDashboards?: string;
|
|
3995
|
+
prometheus?: string;
|
|
3957
3996
|
}
|
|
3958
3997
|
export interface OpenSearchOpensearchUserConfigPublicAccess {
|
|
3959
3998
|
/**
|
|
@@ -4033,6 +4072,10 @@ export interface PgPgUserConfig {
|
|
|
4033
4072
|
* The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
4034
4073
|
*/
|
|
4035
4074
|
backupMinute?: string;
|
|
4075
|
+
/**
|
|
4076
|
+
* Enable IPv6
|
|
4077
|
+
*/
|
|
4078
|
+
enableIpv6?: string;
|
|
4036
4079
|
/**
|
|
4037
4080
|
* IP filter
|
|
4038
4081
|
*/
|
|
@@ -4200,6 +4243,7 @@ export interface PgPgUserConfigPrivatelinkAccess {
|
|
|
4200
4243
|
*/
|
|
4201
4244
|
pg?: string;
|
|
4202
4245
|
pgbouncer?: string;
|
|
4246
|
+
prometheus?: string;
|
|
4203
4247
|
}
|
|
4204
4248
|
export interface PgPgUserConfigPublicAccess {
|
|
4205
4249
|
/**
|
|
@@ -4303,7 +4347,7 @@ export interface RedisRedisUserConfig {
|
|
|
4303
4347
|
*/
|
|
4304
4348
|
redisSsl?: string;
|
|
4305
4349
|
/**
|
|
4306
|
-
* Redis idle connection timeout
|
|
4350
|
+
* Redis idle connection timeout in seconds
|
|
4307
4351
|
*/
|
|
4308
4352
|
redisTimeout?: string;
|
|
4309
4353
|
/**
|
|
@@ -4333,6 +4377,7 @@ export interface RedisRedisUserConfigPrivateAccess {
|
|
|
4333
4377
|
redis?: string;
|
|
4334
4378
|
}
|
|
4335
4379
|
export interface RedisRedisUserConfigPrivatelinkAccess {
|
|
4380
|
+
prometheus?: string;
|
|
4336
4381
|
/**
|
|
4337
4382
|
* Redis server provided values
|
|
4338
4383
|
*/
|
|
@@ -4520,13 +4565,13 @@ export interface ServiceElasticsearchUserConfigElasticsearch {
|
|
|
4520
4565
|
indicesQueryBoolMaxClauseCount?: string;
|
|
4521
4566
|
overrideMainResponseVersion?: string;
|
|
4522
4567
|
reindexRemoteWhitelists?: string[];
|
|
4568
|
+
scriptMaxCompilationsRate?: string;
|
|
4523
4569
|
searchMaxBuckets?: string;
|
|
4524
4570
|
threadPoolAnalyzeQueueSize?: string;
|
|
4525
4571
|
threadPoolAnalyzeSize?: string;
|
|
4526
4572
|
threadPoolForceMergeSize?: string;
|
|
4527
4573
|
threadPoolGetQueueSize?: string;
|
|
4528
4574
|
threadPoolGetSize?: string;
|
|
4529
|
-
threadPoolIndexQueueSize?: string;
|
|
4530
4575
|
threadPoolIndexSize?: string;
|
|
4531
4576
|
threadPoolSearchQueueSize?: string;
|
|
4532
4577
|
threadPoolSearchSize?: string;
|
|
@@ -4564,6 +4609,7 @@ export interface ServiceElasticsearchUserConfigPrivatelinkAccess {
|
|
|
4564
4609
|
*/
|
|
4565
4610
|
elasticsearch?: string;
|
|
4566
4611
|
kibana?: string;
|
|
4612
|
+
prometheus?: string;
|
|
4567
4613
|
}
|
|
4568
4614
|
export interface ServiceElasticsearchUserConfigPublicAccess {
|
|
4569
4615
|
/**
|
|
@@ -4630,6 +4676,7 @@ export interface ServiceFlinkUserConfigPrivatelinkAccess {
|
|
|
4630
4676
|
* Flink specific server provided values
|
|
4631
4677
|
*/
|
|
4632
4678
|
flink?: string;
|
|
4679
|
+
prometheus?: string;
|
|
4633
4680
|
}
|
|
4634
4681
|
export interface ServiceGrafana {
|
|
4635
4682
|
}
|
|
@@ -5389,10 +5436,12 @@ export interface ServiceKafkaConnectUserConfigPrivateAccess {
|
|
|
5389
5436
|
prometheus?: string;
|
|
5390
5437
|
}
|
|
5391
5438
|
export interface ServiceKafkaConnectUserConfigPrivatelinkAccess {
|
|
5439
|
+
jolokia?: string;
|
|
5392
5440
|
/**
|
|
5393
5441
|
* Kafka Connect specific server provided values
|
|
5394
5442
|
*/
|
|
5395
5443
|
kafkaConnect?: string;
|
|
5444
|
+
prometheus?: string;
|
|
5396
5445
|
}
|
|
5397
5446
|
export interface ServiceKafkaConnectUserConfigPublicAccess {
|
|
5398
5447
|
/**
|
|
@@ -5561,6 +5610,7 @@ export interface ServiceKafkaUserConfigPrivateAccess {
|
|
|
5561
5610
|
prometheus?: string;
|
|
5562
5611
|
}
|
|
5563
5612
|
export interface ServiceKafkaUserConfigPrivatelinkAccess {
|
|
5613
|
+
jolokia?: string;
|
|
5564
5614
|
/**
|
|
5565
5615
|
* Kafka specific server provided values
|
|
5566
5616
|
*/
|
|
@@ -5570,6 +5620,7 @@ export interface ServiceKafkaUserConfigPrivatelinkAccess {
|
|
|
5570
5620
|
*/
|
|
5571
5621
|
kafkaConnect?: string;
|
|
5572
5622
|
kafkaRest?: string;
|
|
5623
|
+
prometheus?: string;
|
|
5573
5624
|
schemaRegistry?: string;
|
|
5574
5625
|
}
|
|
5575
5626
|
export interface ServiceKafkaUserConfigPublicAccess {
|
|
@@ -5707,6 +5758,7 @@ export interface ServiceMysqlUserConfigPrivatelinkAccess {
|
|
|
5707
5758
|
*/
|
|
5708
5759
|
mysql?: string;
|
|
5709
5760
|
mysqlx?: string;
|
|
5761
|
+
prometheus?: string;
|
|
5710
5762
|
}
|
|
5711
5763
|
export interface ServiceMysqlUserConfigPublicAccess {
|
|
5712
5764
|
/**
|
|
@@ -5812,6 +5864,7 @@ export interface ServiceOpensearchUserConfigOpensearch {
|
|
|
5812
5864
|
indicesQueryBoolMaxClauseCount?: string;
|
|
5813
5865
|
overrideMainResponseVersion?: string;
|
|
5814
5866
|
reindexRemoteWhitelists?: string[];
|
|
5867
|
+
scriptMaxCompilationsRate?: string;
|
|
5815
5868
|
searchMaxBuckets?: string;
|
|
5816
5869
|
threadPoolAnalyzeQueueSize?: string;
|
|
5817
5870
|
threadPoolAnalyzeSize?: string;
|
|
@@ -5845,6 +5898,7 @@ export interface ServiceOpensearchUserConfigPrivatelinkAccess {
|
|
|
5845
5898
|
*/
|
|
5846
5899
|
opensearch?: string;
|
|
5847
5900
|
opensearchDashboards?: string;
|
|
5901
|
+
prometheus?: string;
|
|
5848
5902
|
}
|
|
5849
5903
|
export interface ServiceOpensearchUserConfigPublicAccess {
|
|
5850
5904
|
/**
|
|
@@ -5881,6 +5935,10 @@ export interface ServicePgUserConfig {
|
|
|
5881
5935
|
* The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
5882
5936
|
*/
|
|
5883
5937
|
backupMinute?: string;
|
|
5938
|
+
/**
|
|
5939
|
+
* Enable IPv6
|
|
5940
|
+
*/
|
|
5941
|
+
enableIpv6?: string;
|
|
5884
5942
|
/**
|
|
5885
5943
|
* IP filter
|
|
5886
5944
|
*/
|
|
@@ -6048,6 +6106,7 @@ export interface ServicePgUserConfigPrivatelinkAccess {
|
|
|
6048
6106
|
*/
|
|
6049
6107
|
pg?: string;
|
|
6050
6108
|
pgbouncer?: string;
|
|
6109
|
+
prometheus?: string;
|
|
6051
6110
|
}
|
|
6052
6111
|
export interface ServicePgUserConfigPublicAccess {
|
|
6053
6112
|
/**
|
|
@@ -6132,7 +6191,7 @@ export interface ServiceRedisUserConfig {
|
|
|
6132
6191
|
*/
|
|
6133
6192
|
redisSsl?: string;
|
|
6134
6193
|
/**
|
|
6135
|
-
* Redis idle connection timeout
|
|
6194
|
+
* Redis idle connection timeout in seconds
|
|
6136
6195
|
*/
|
|
6137
6196
|
redisTimeout?: string;
|
|
6138
6197
|
/**
|
|
@@ -6162,6 +6221,7 @@ export interface ServiceRedisUserConfigPrivateAccess {
|
|
|
6162
6221
|
redis?: string;
|
|
6163
6222
|
}
|
|
6164
6223
|
export interface ServiceRedisUserConfigPrivatelinkAccess {
|
|
6224
|
+
prometheus?: string;
|
|
6165
6225
|
/**
|
|
6166
6226
|
* Redis specific server provided values
|
|
6167
6227
|
*/
|