@pulumi/aiven 5.6.0 → 6.0.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/README.md +2 -2
- package/accountTeamMember.d.ts +6 -6
- package/accountTeamProject.d.ts +3 -3
- package/azurePrivatelink.d.ts +3 -3
- package/cassandra.d.ts +2 -2
- package/cassandra.js +2 -2
- package/connectionPool.d.ts +3 -3
- package/flinkApplicationVersion.d.ts +40 -4
- package/flinkApplicationVersion.js +4 -6
- package/flinkApplicationVersion.js.map +1 -1
- package/getAccountTeamMember.d.ts +6 -6
- package/getAccountTeamProject.d.ts +1 -1
- package/getAzurePrivatelink.d.ts +1 -1
- package/getConnectionPool.d.ts +1 -1
- package/getFlinkApplicationVersion.d.ts +8 -0
- package/getFlinkApplicationVersion.js.map +1 -1
- package/getMirrorMakerReplicationFlow.d.ts +6 -6
- package/getOpenSearchAclRule.d.ts +9 -9
- package/getServiceIntegration.d.ts +3 -7
- package/getServiceIntegration.js.map +1 -1
- package/getTransitGatewayVpcAttachment.d.ts +6 -6
- package/grafana.d.ts +2 -2
- package/grafana.js +2 -2
- package/index.d.ts +0 -24
- package/index.js +4 -38
- package/index.js.map +1 -1
- 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/kafkaUser.d.ts +14 -0
- package/kafkaUser.js +14 -0
- package/kafkaUser.js.map +1 -1
- package/mirrorMakerReplicationFlow.d.ts +6 -6
- package/mySql.d.ts +2 -2
- package/mySql.js +2 -2
- package/openSearch.d.ts +4 -4
- package/openSearch.js +4 -4
- package/openSearchAclConfig.d.ts +1 -1
- package/openSearchAclConfig.js +1 -1
- package/openSearchAclRule.d.ts +11 -11
- package/openSearchAclRule.js +2 -2
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/redis.d.ts +1 -1
- package/redis.js +1 -1
- package/serviceIntegration.d.ts +3 -15
- package/serviceIntegration.js +0 -2
- package/serviceIntegration.js.map +1 -1
- package/staticIp.d.ts +2 -2
- package/transitGatewayVpcAttachment.d.ts +6 -6
- package/types/input.d.ts +646 -626
- package/types/output.d.ts +1153 -1061
- package/database.d.ts +0 -133
- package/database.js +0 -90
- package/database.js.map +0 -1
- package/flinkJob.d.ts +0 -136
- package/flinkJob.js +0 -100
- package/flinkJob.js.map +0 -1
- package/flinkJobTable.d.ts +0 -268
- package/flinkJobTable.js +0 -126
- package/flinkJobTable.js.map +0 -1
- package/getDatabase.d.ts +0 -103
- package/getDatabase.js +0 -57
- package/getDatabase.js.map +0 -1
- package/getServiceUser.d.ts +0 -130
- package/getServiceUser.js +0 -53
- package/getServiceUser.js.map +0 -1
- package/getVpcPeeringConnection.d.ts +0 -120
- package/getVpcPeeringConnection.js +0 -53
- package/getVpcPeeringConnection.js.map +0 -1
- package/serviceUser.d.ts +0 -204
- package/serviceUser.js +0 -108
- package/serviceUser.js.map +0 -1
- package/vpcPeeringConnection.d.ts +0 -155
- package/vpcPeeringConnection.js +0 -83
- package/vpcPeeringConnection.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -25,31 +25,33 @@ export interface CassandraCassandra {
|
|
|
25
25
|
}
|
|
26
26
|
export interface CassandraCassandraUserConfig {
|
|
27
27
|
/**
|
|
28
|
-
* Additional Cloud Regions for Backup Replication
|
|
28
|
+
* Additional Cloud Regions for Backup Replication.
|
|
29
29
|
*/
|
|
30
30
|
additionalBackupRegions?: string;
|
|
31
31
|
/**
|
|
32
|
-
* cassandra configuration values
|
|
32
|
+
* cassandra configuration values.
|
|
33
33
|
*/
|
|
34
34
|
cassandra?: outputs.CassandraCassandraUserConfigCassandra;
|
|
35
35
|
/**
|
|
36
|
-
* Cassandra major version
|
|
36
|
+
* Cassandra major version.
|
|
37
37
|
*/
|
|
38
38
|
cassandraVersion?: string;
|
|
39
39
|
/**
|
|
40
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
40
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
41
41
|
*/
|
|
42
42
|
ipFilterObjects?: outputs.CassandraCassandraUserConfigIpFilterObject[];
|
|
43
43
|
/**
|
|
44
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
44
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
45
|
+
*
|
|
46
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
45
47
|
*/
|
|
46
48
|
ipFilters?: string[];
|
|
47
49
|
/**
|
|
48
50
|
* Sets the service into migration mode enabling the sstableloader utility to be used to upload Cassandra data files. Available only on service create.
|
|
49
51
|
*/
|
|
50
|
-
migrateSstableloader?:
|
|
52
|
+
migrateSstableloader?: boolean;
|
|
51
53
|
/**
|
|
52
|
-
* Allow access to selected service ports from private networks
|
|
54
|
+
* Allow access to selected service ports from private networks.
|
|
53
55
|
*/
|
|
54
56
|
privateAccess?: outputs.CassandraCassandraUserConfigPrivateAccess;
|
|
55
57
|
/**
|
|
@@ -57,7 +59,7 @@ export interface CassandraCassandraUserConfig {
|
|
|
57
59
|
*/
|
|
58
60
|
projectToForkFrom?: string;
|
|
59
61
|
/**
|
|
60
|
-
* Allow access to selected service ports from the public Internet
|
|
62
|
+
* Allow access to selected service ports from the public Internet.
|
|
61
63
|
*/
|
|
62
64
|
publicAccess?: outputs.CassandraCassandraUserConfigPublicAccess;
|
|
63
65
|
/**
|
|
@@ -69,24 +71,24 @@ export interface CassandraCassandraUserConfig {
|
|
|
69
71
|
*/
|
|
70
72
|
serviceToJoinWith?: string;
|
|
71
73
|
/**
|
|
72
|
-
* Use static public IP addresses
|
|
74
|
+
* Use static public IP addresses.
|
|
73
75
|
*/
|
|
74
|
-
staticIps?:
|
|
76
|
+
staticIps?: boolean;
|
|
75
77
|
}
|
|
76
78
|
export interface CassandraCassandraUserConfigCassandra {
|
|
77
|
-
batchSizeFailThresholdInKb?:
|
|
78
|
-
batchSizeWarnThresholdInKb?:
|
|
79
|
+
batchSizeFailThresholdInKb?: number;
|
|
80
|
+
batchSizeWarnThresholdInKb?: number;
|
|
79
81
|
datacenter?: string;
|
|
80
82
|
}
|
|
81
83
|
export interface CassandraCassandraUserConfigIpFilterObject {
|
|
82
84
|
description?: string;
|
|
83
|
-
network
|
|
85
|
+
network: string;
|
|
84
86
|
}
|
|
85
87
|
export interface CassandraCassandraUserConfigPrivateAccess {
|
|
86
|
-
prometheus?:
|
|
88
|
+
prometheus?: boolean;
|
|
87
89
|
}
|
|
88
90
|
export interface CassandraCassandraUserConfigPublicAccess {
|
|
89
|
-
prometheus?:
|
|
91
|
+
prometheus?: boolean;
|
|
90
92
|
}
|
|
91
93
|
export interface CassandraComponent {
|
|
92
94
|
component: string;
|
|
@@ -121,15 +123,17 @@ export interface ClickhouseClickhouse {
|
|
|
121
123
|
}
|
|
122
124
|
export interface ClickhouseClickhouseUserConfig {
|
|
123
125
|
/**
|
|
124
|
-
* Additional Cloud Regions for Backup Replication
|
|
126
|
+
* Additional Cloud Regions for Backup Replication.
|
|
125
127
|
*/
|
|
126
128
|
additionalBackupRegions?: string;
|
|
127
129
|
/**
|
|
128
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
130
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
129
131
|
*/
|
|
130
132
|
ipFilterObjects?: outputs.ClickhouseClickhouseUserConfigIpFilterObject[];
|
|
131
133
|
/**
|
|
132
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
134
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
135
|
+
*
|
|
136
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
133
137
|
*/
|
|
134
138
|
ipFilters?: string[];
|
|
135
139
|
/**
|
|
@@ -143,7 +147,7 @@ export interface ClickhouseClickhouseUserConfig {
|
|
|
143
147
|
}
|
|
144
148
|
export interface ClickhouseClickhouseUserConfigIpFilterObject {
|
|
145
149
|
description?: string;
|
|
146
|
-
network
|
|
150
|
+
network: string;
|
|
147
151
|
}
|
|
148
152
|
export interface ClickhouseComponent {
|
|
149
153
|
component: string;
|
|
@@ -172,7 +176,7 @@ export interface ClickhouseGrantPrivilegeGrant {
|
|
|
172
176
|
*/
|
|
173
177
|
table?: string;
|
|
174
178
|
/**
|
|
175
|
-
* If true then the grantee gets the ability to grant the privileges he received too This property cannot be changed, doing so forces recreation of the resource.
|
|
179
|
+
* If true then the grantee gets the ability to grant the privileges he received too. This property cannot be changed, doing so forces recreation of the resource.
|
|
176
180
|
*/
|
|
177
181
|
withGrant?: boolean;
|
|
178
182
|
}
|
|
@@ -239,94 +243,38 @@ export interface FlinkFlink {
|
|
|
239
243
|
}
|
|
240
244
|
export interface FlinkFlinkUserConfig {
|
|
241
245
|
/**
|
|
242
|
-
*
|
|
243
|
-
*/
|
|
244
|
-
additionalBackupRegions?: string;
|
|
245
|
-
/**
|
|
246
|
-
* Checkpointing is Flink’s primary fault-tolerance mechanism, wherein a snapshot of your job’s state persisted periodically to some durable location. In the case of failure, Flink will restart from the most recent checkpoint and resume processing. A jobs checkpoint interval configures how often Flink will take these snapshots.
|
|
247
|
-
*/
|
|
248
|
-
executionCheckpointingIntervalMs?: string;
|
|
249
|
-
/**
|
|
250
|
-
* The time after which a checkpoint-in-progress is aborted, if it did not complete by then.
|
|
251
|
-
*/
|
|
252
|
-
executionCheckpointingTimeoutMs?: string;
|
|
253
|
-
/**
|
|
254
|
-
* Flink major version
|
|
246
|
+
* Flink major version.
|
|
255
247
|
*/
|
|
256
248
|
flinkVersion?: string;
|
|
257
249
|
/**
|
|
258
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
250
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
259
251
|
*/
|
|
260
252
|
ipFilterObjects?: outputs.FlinkFlinkUserConfigIpFilterObject[];
|
|
261
253
|
/**
|
|
262
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
254
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
255
|
+
*
|
|
256
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
263
257
|
*/
|
|
264
258
|
ipFilters?: string[];
|
|
265
259
|
/**
|
|
266
|
-
* Task slots per node. For a 3 node plan, total number of task slots is 3x this value
|
|
260
|
+
* Task slots per node. For a 3 node plan, total number of task slots is 3x this value.
|
|
267
261
|
*/
|
|
268
|
-
numberOfTaskSlots?:
|
|
262
|
+
numberOfTaskSlots?: number;
|
|
269
263
|
/**
|
|
270
|
-
*
|
|
271
|
-
*/
|
|
272
|
-
parallelismDefault?: string;
|
|
273
|
-
/**
|
|
274
|
-
* Allow access to selected service components through Privatelink
|
|
264
|
+
* Allow access to selected service components through Privatelink.
|
|
275
265
|
*/
|
|
276
266
|
privatelinkAccess?: outputs.FlinkFlinkUserConfigPrivatelinkAccess;
|
|
277
|
-
/**
|
|
278
|
-
* failure-rate (default): Restarts the job after failure, but when failure rate (failures per time interval) is exceeded, the job eventually fails. Restart strategy waits a fixed amount of time between attempts.fixed-delay: Attempts to restart the job a given number of times before it fails. Restart strategy waits a fixed amount of time between attempts. exponential-delay: Attempts to restart the job infinitely, with increasing delay up to the maximum delay. The job never fails. none: The job fails directly and no restart is attempted.
|
|
279
|
-
*/
|
|
280
|
-
restartStrategy?: string;
|
|
281
|
-
/**
|
|
282
|
-
* Delay between two consecutive restart attempts if restart-strategy has been set to fixed-delay or failure-rate. Delaying the retries can be helpful when the program interacts with external systems where for example connections or pending transactions should reach a timeout before re-execution is attempted.
|
|
283
|
-
*/
|
|
284
|
-
restartStrategyDelaySec?: string;
|
|
285
|
-
/**
|
|
286
|
-
* Time interval for measuring failure rate if restart-strategy has been set to failure-rate. Specified in minutes.
|
|
287
|
-
*/
|
|
288
|
-
restartStrategyFailureRateIntervalMin?: string;
|
|
289
|
-
/**
|
|
290
|
-
* The number of times that Flink retries the execution before the job is declared as failed if restart-strategy has been set to fixed-delay or failure-rate.
|
|
291
|
-
*/
|
|
292
|
-
restartStrategyMaxFailures?: string;
|
|
293
267
|
}
|
|
294
268
|
export interface FlinkFlinkUserConfigIpFilterObject {
|
|
295
269
|
description?: string;
|
|
296
|
-
network
|
|
270
|
+
network: string;
|
|
297
271
|
}
|
|
298
272
|
export interface FlinkFlinkUserConfigPrivatelinkAccess {
|
|
299
273
|
/**
|
|
300
274
|
* Flink server provided values
|
|
301
275
|
*/
|
|
302
|
-
flink?:
|
|
303
|
-
prometheus?:
|
|
304
|
-
}
|
|
305
|
-
export interface FlinkJobTableUpsertKafka {
|
|
306
|
-
/**
|
|
307
|
-
* Defines the columns from the SQL schema of the data table that are considered keys in the Kafka messages. This property cannot be changed, doing so forces recreation of the resource.
|
|
308
|
-
*/
|
|
309
|
-
keyFields?: string[];
|
|
310
|
-
/**
|
|
311
|
-
* Sets the format that is used to convert the key part of Kafka messages. The possible values are `avro`, `avro-confluent`, `debezium-avro-confluent`, `debezium-json` and `json`. This property cannot be changed, doing so forces recreation of the resource.
|
|
312
|
-
*/
|
|
313
|
-
keyFormat?: string;
|
|
314
|
-
/**
|
|
315
|
-
* Controls the startup method for the Kafka consumer that Aiven for Apache Flink is using. The possible values are `earliest-offset`, `latest-offset`, `group-offsets` and `timestamp`. This property cannot be changed, doing so forces recreation of the resource.
|
|
316
|
-
*/
|
|
317
|
-
scanStartupMode?: string;
|
|
318
|
-
/**
|
|
319
|
-
* Topic name This property cannot be changed, doing so forces recreation of the resource.
|
|
320
|
-
*/
|
|
321
|
-
topic?: string;
|
|
322
|
-
/**
|
|
323
|
-
* Controls how key columns are handled in the message value. Select ALL to include the physical columns of the table schema in the message value. Select EXCEPT_KEY to exclude the physical columns of the table schema from the message value. This is the default for upsert Kafka connectors. The possible values are `[ALL EXCEPT_KEY]`. This property cannot be changed, doing so forces recreation of the resource.
|
|
324
|
-
*/
|
|
325
|
-
valueFieldsInclude?: string;
|
|
326
|
-
/**
|
|
327
|
-
* Sets the format that is used to convert the value part of Kafka messages. The possible values are `avro`, `avro-confluent`, `debezium-avro-confluent`, `debezium-json` and `json`. This property cannot be changed, doing so forces recreation of the resource.
|
|
328
|
-
*/
|
|
329
|
-
valueFormat?: string;
|
|
276
|
+
flink?: boolean;
|
|
277
|
+
prometheus?: boolean;
|
|
330
278
|
}
|
|
331
279
|
export interface FlinkServiceIntegration {
|
|
332
280
|
/**
|
|
@@ -365,8 +313,11 @@ export interface GetCassandaCassandraUserConfig {
|
|
|
365
313
|
cassandra?: outputs.GetCassandaCassandraUserConfigCassandra;
|
|
366
314
|
cassandraVersion?: string;
|
|
367
315
|
ipFilterObjects?: outputs.GetCassandaCassandraUserConfigIpFilterObject[];
|
|
316
|
+
/**
|
|
317
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
318
|
+
*/
|
|
368
319
|
ipFilters?: string[];
|
|
369
|
-
migrateSstableloader?:
|
|
320
|
+
migrateSstableloader?: boolean;
|
|
370
321
|
privateAccess?: outputs.GetCassandaCassandraUserConfigPrivateAccess;
|
|
371
322
|
projectToForkFrom?: string;
|
|
372
323
|
publicAccess?: outputs.GetCassandaCassandraUserConfigPublicAccess;
|
|
@@ -375,22 +326,22 @@ export interface GetCassandaCassandraUserConfig {
|
|
|
375
326
|
/**
|
|
376
327
|
* 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
|
|
377
328
|
*/
|
|
378
|
-
staticIps?:
|
|
329
|
+
staticIps?: boolean;
|
|
379
330
|
}
|
|
380
331
|
export interface GetCassandaCassandraUserConfigCassandra {
|
|
381
|
-
batchSizeFailThresholdInKb?:
|
|
382
|
-
batchSizeWarnThresholdInKb?:
|
|
332
|
+
batchSizeFailThresholdInKb?: number;
|
|
333
|
+
batchSizeWarnThresholdInKb?: number;
|
|
383
334
|
datacenter?: string;
|
|
384
335
|
}
|
|
385
336
|
export interface GetCassandaCassandraUserConfigIpFilterObject {
|
|
386
337
|
description?: string;
|
|
387
|
-
network
|
|
338
|
+
network: string;
|
|
388
339
|
}
|
|
389
340
|
export interface GetCassandaCassandraUserConfigPrivateAccess {
|
|
390
|
-
prometheus?:
|
|
341
|
+
prometheus?: boolean;
|
|
391
342
|
}
|
|
392
343
|
export interface GetCassandaCassandraUserConfigPublicAccess {
|
|
393
|
-
prometheus?:
|
|
344
|
+
prometheus?: boolean;
|
|
394
345
|
}
|
|
395
346
|
export interface GetCassandaComponent {
|
|
396
347
|
component: string;
|
|
@@ -419,8 +370,11 @@ export interface GetCassandraCassandraUserConfig {
|
|
|
419
370
|
cassandra?: outputs.GetCassandraCassandraUserConfigCassandra;
|
|
420
371
|
cassandraVersion?: string;
|
|
421
372
|
ipFilterObjects?: outputs.GetCassandraCassandraUserConfigIpFilterObject[];
|
|
373
|
+
/**
|
|
374
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
375
|
+
*/
|
|
422
376
|
ipFilters?: string[];
|
|
423
|
-
migrateSstableloader?:
|
|
377
|
+
migrateSstableloader?: boolean;
|
|
424
378
|
privateAccess?: outputs.GetCassandraCassandraUserConfigPrivateAccess;
|
|
425
379
|
projectToForkFrom?: string;
|
|
426
380
|
publicAccess?: outputs.GetCassandraCassandraUserConfigPublicAccess;
|
|
@@ -429,22 +383,22 @@ export interface GetCassandraCassandraUserConfig {
|
|
|
429
383
|
/**
|
|
430
384
|
* 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
|
|
431
385
|
*/
|
|
432
|
-
staticIps?:
|
|
386
|
+
staticIps?: boolean;
|
|
433
387
|
}
|
|
434
388
|
export interface GetCassandraCassandraUserConfigCassandra {
|
|
435
|
-
batchSizeFailThresholdInKb?:
|
|
436
|
-
batchSizeWarnThresholdInKb?:
|
|
389
|
+
batchSizeFailThresholdInKb?: number;
|
|
390
|
+
batchSizeWarnThresholdInKb?: number;
|
|
437
391
|
datacenter?: string;
|
|
438
392
|
}
|
|
439
393
|
export interface GetCassandraCassandraUserConfigIpFilterObject {
|
|
440
394
|
description?: string;
|
|
441
|
-
network
|
|
395
|
+
network: string;
|
|
442
396
|
}
|
|
443
397
|
export interface GetCassandraCassandraUserConfigPrivateAccess {
|
|
444
|
-
prometheus?:
|
|
398
|
+
prometheus?: boolean;
|
|
445
399
|
}
|
|
446
400
|
export interface GetCassandraCassandraUserConfigPublicAccess {
|
|
447
|
-
prometheus?:
|
|
401
|
+
prometheus?: boolean;
|
|
448
402
|
}
|
|
449
403
|
export interface GetCassandraComponent {
|
|
450
404
|
component: string;
|
|
@@ -468,13 +422,16 @@ export interface GetClickhouseClickhouse {
|
|
|
468
422
|
export interface GetClickhouseClickhouseUserConfig {
|
|
469
423
|
additionalBackupRegions?: string;
|
|
470
424
|
ipFilterObjects?: outputs.GetClickhouseClickhouseUserConfigIpFilterObject[];
|
|
425
|
+
/**
|
|
426
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
427
|
+
*/
|
|
471
428
|
ipFilters?: string[];
|
|
472
429
|
projectToForkFrom?: string;
|
|
473
430
|
serviceToForkFrom?: string;
|
|
474
431
|
}
|
|
475
432
|
export interface GetClickhouseClickhouseUserConfigIpFilterObject {
|
|
476
433
|
description?: string;
|
|
477
|
-
network
|
|
434
|
+
network: string;
|
|
478
435
|
}
|
|
479
436
|
export interface GetClickhouseComponent {
|
|
480
437
|
component: string;
|
|
@@ -514,30 +471,25 @@ export interface GetFlinkFlink {
|
|
|
514
471
|
hostPorts: string[];
|
|
515
472
|
}
|
|
516
473
|
export interface GetFlinkFlinkUserConfig {
|
|
517
|
-
additionalBackupRegions?: string;
|
|
518
|
-
executionCheckpointingIntervalMs?: string;
|
|
519
|
-
executionCheckpointingTimeoutMs?: string;
|
|
520
474
|
flinkVersion?: string;
|
|
521
475
|
ipFilterObjects?: outputs.GetFlinkFlinkUserConfigIpFilterObject[];
|
|
476
|
+
/**
|
|
477
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
478
|
+
*/
|
|
522
479
|
ipFilters?: string[];
|
|
523
|
-
numberOfTaskSlots?:
|
|
524
|
-
parallelismDefault?: string;
|
|
480
|
+
numberOfTaskSlots?: number;
|
|
525
481
|
privatelinkAccess?: outputs.GetFlinkFlinkUserConfigPrivatelinkAccess;
|
|
526
|
-
restartStrategy?: string;
|
|
527
|
-
restartStrategyDelaySec?: string;
|
|
528
|
-
restartStrategyFailureRateIntervalMin?: string;
|
|
529
|
-
restartStrategyMaxFailures?: string;
|
|
530
482
|
}
|
|
531
483
|
export interface GetFlinkFlinkUserConfigIpFilterObject {
|
|
532
484
|
description?: string;
|
|
533
|
-
network
|
|
485
|
+
network: string;
|
|
534
486
|
}
|
|
535
487
|
export interface GetFlinkFlinkUserConfigPrivatelinkAccess {
|
|
536
488
|
/**
|
|
537
489
|
* Flink server provided values
|
|
538
490
|
*/
|
|
539
|
-
flink?:
|
|
540
|
-
prometheus?:
|
|
491
|
+
flink?: boolean;
|
|
492
|
+
prometheus?: boolean;
|
|
541
493
|
}
|
|
542
494
|
export interface GetFlinkServiceIntegration {
|
|
543
495
|
integrationType: string;
|
|
@@ -560,32 +512,35 @@ export interface GetGrafanaGrafana {
|
|
|
560
512
|
}
|
|
561
513
|
export interface GetGrafanaGrafanaUserConfig {
|
|
562
514
|
additionalBackupRegions?: string;
|
|
563
|
-
alertingEnabled?:
|
|
515
|
+
alertingEnabled?: boolean;
|
|
564
516
|
alertingErrorOrTimeout?: string;
|
|
565
|
-
alertingMaxAnnotationsToKeep?:
|
|
517
|
+
alertingMaxAnnotationsToKeep?: number;
|
|
566
518
|
alertingNodataOrNullvalues?: string;
|
|
567
|
-
allowEmbedding?:
|
|
519
|
+
allowEmbedding?: boolean;
|
|
568
520
|
authAzuread?: outputs.GetGrafanaGrafanaUserConfigAuthAzuread;
|
|
569
|
-
authBasicEnabled?:
|
|
521
|
+
authBasicEnabled?: boolean;
|
|
570
522
|
authGenericOauth?: outputs.GetGrafanaGrafanaUserConfigAuthGenericOauth;
|
|
571
523
|
authGithub?: outputs.GetGrafanaGrafanaUserConfigAuthGithub;
|
|
572
524
|
authGitlab?: outputs.GetGrafanaGrafanaUserConfigAuthGitlab;
|
|
573
525
|
authGoogle?: outputs.GetGrafanaGrafanaUserConfigAuthGoogle;
|
|
574
526
|
cookieSamesite?: string;
|
|
575
527
|
customDomain?: string;
|
|
576
|
-
dashboardPreviewsEnabled?:
|
|
528
|
+
dashboardPreviewsEnabled?: boolean;
|
|
577
529
|
dashboardsMinRefreshInterval?: string;
|
|
578
|
-
dashboardsVersionsToKeep?:
|
|
579
|
-
dataproxySendUserHeader?:
|
|
580
|
-
dataproxyTimeout?:
|
|
530
|
+
dashboardsVersionsToKeep?: number;
|
|
531
|
+
dataproxySendUserHeader?: boolean;
|
|
532
|
+
dataproxyTimeout?: number;
|
|
581
533
|
dateFormats?: outputs.GetGrafanaGrafanaUserConfigDateFormats;
|
|
582
|
-
disableGravatar?:
|
|
583
|
-
editorsCanAdmin?:
|
|
534
|
+
disableGravatar?: boolean;
|
|
535
|
+
editorsCanAdmin?: boolean;
|
|
584
536
|
externalImageStorage?: outputs.GetGrafanaGrafanaUserConfigExternalImageStorage;
|
|
585
537
|
googleAnalyticsUaId?: string;
|
|
586
538
|
ipFilterObjects?: outputs.GetGrafanaGrafanaUserConfigIpFilterObject[];
|
|
539
|
+
/**
|
|
540
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
541
|
+
*/
|
|
587
542
|
ipFilters?: string[];
|
|
588
|
-
metricsEnabled?:
|
|
543
|
+
metricsEnabled?: boolean;
|
|
589
544
|
privateAccess?: outputs.GetGrafanaGrafanaUserConfigPrivateAccess;
|
|
590
545
|
privatelinkAccess?: outputs.GetGrafanaGrafanaUserConfigPrivatelinkAccess;
|
|
591
546
|
projectToForkFrom?: string;
|
|
@@ -596,53 +551,53 @@ export interface GetGrafanaGrafanaUserConfig {
|
|
|
596
551
|
/**
|
|
597
552
|
* 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
|
|
598
553
|
*/
|
|
599
|
-
staticIps?:
|
|
600
|
-
userAutoAssignOrg?:
|
|
554
|
+
staticIps?: boolean;
|
|
555
|
+
userAutoAssignOrg?: boolean;
|
|
601
556
|
userAutoAssignOrgRole?: string;
|
|
602
|
-
viewersCanEdit?:
|
|
557
|
+
viewersCanEdit?: boolean;
|
|
603
558
|
}
|
|
604
559
|
export interface GetGrafanaGrafanaUserConfigAuthAzuread {
|
|
605
|
-
allowSignUp?:
|
|
560
|
+
allowSignUp?: boolean;
|
|
606
561
|
allowedDomains?: string[];
|
|
607
562
|
allowedGroups?: string[];
|
|
608
|
-
authUrl
|
|
609
|
-
clientId
|
|
610
|
-
clientSecret
|
|
611
|
-
tokenUrl
|
|
563
|
+
authUrl: string;
|
|
564
|
+
clientId: string;
|
|
565
|
+
clientSecret: string;
|
|
566
|
+
tokenUrl: string;
|
|
612
567
|
}
|
|
613
568
|
export interface GetGrafanaGrafanaUserConfigAuthGenericOauth {
|
|
614
|
-
allowSignUp?:
|
|
569
|
+
allowSignUp?: boolean;
|
|
615
570
|
allowedDomains?: string[];
|
|
616
571
|
allowedOrganizations?: string[];
|
|
617
|
-
apiUrl
|
|
618
|
-
authUrl
|
|
619
|
-
clientId
|
|
620
|
-
clientSecret
|
|
572
|
+
apiUrl: string;
|
|
573
|
+
authUrl: string;
|
|
574
|
+
clientId: string;
|
|
575
|
+
clientSecret: string;
|
|
621
576
|
name?: string;
|
|
622
577
|
scopes?: string[];
|
|
623
|
-
tokenUrl
|
|
578
|
+
tokenUrl: string;
|
|
624
579
|
}
|
|
625
580
|
export interface GetGrafanaGrafanaUserConfigAuthGithub {
|
|
626
|
-
allowSignUp?:
|
|
581
|
+
allowSignUp?: boolean;
|
|
627
582
|
allowedOrganizations?: string[];
|
|
628
|
-
clientId
|
|
629
|
-
clientSecret
|
|
630
|
-
teamIds?:
|
|
583
|
+
clientId: string;
|
|
584
|
+
clientSecret: string;
|
|
585
|
+
teamIds?: number[];
|
|
631
586
|
}
|
|
632
587
|
export interface GetGrafanaGrafanaUserConfigAuthGitlab {
|
|
633
|
-
allowSignUp?:
|
|
588
|
+
allowSignUp?: boolean;
|
|
634
589
|
allowedGroups?: string[];
|
|
635
590
|
apiUrl?: string;
|
|
636
591
|
authUrl?: string;
|
|
637
|
-
clientId
|
|
638
|
-
clientSecret
|
|
592
|
+
clientId: string;
|
|
593
|
+
clientSecret: string;
|
|
639
594
|
tokenUrl?: string;
|
|
640
595
|
}
|
|
641
596
|
export interface GetGrafanaGrafanaUserConfigAuthGoogle {
|
|
642
|
-
allowSignUp?:
|
|
597
|
+
allowSignUp?: boolean;
|
|
643
598
|
allowedDomains?: string[];
|
|
644
|
-
clientId
|
|
645
|
-
clientSecret
|
|
599
|
+
clientId: string;
|
|
600
|
+
clientSecret: string;
|
|
646
601
|
}
|
|
647
602
|
export interface GetGrafanaGrafanaUserConfigDateFormats {
|
|
648
603
|
defaultTimezone?: string;
|
|
@@ -655,40 +610,40 @@ export interface GetGrafanaGrafanaUserConfigDateFormats {
|
|
|
655
610
|
intervalYear?: string;
|
|
656
611
|
}
|
|
657
612
|
export interface GetGrafanaGrafanaUserConfigExternalImageStorage {
|
|
658
|
-
accessKey
|
|
659
|
-
bucketUrl
|
|
660
|
-
provider
|
|
661
|
-
secretKey
|
|
613
|
+
accessKey: string;
|
|
614
|
+
bucketUrl: string;
|
|
615
|
+
provider: string;
|
|
616
|
+
secretKey: string;
|
|
662
617
|
}
|
|
663
618
|
export interface GetGrafanaGrafanaUserConfigIpFilterObject {
|
|
664
619
|
description?: string;
|
|
665
|
-
network
|
|
620
|
+
network: string;
|
|
666
621
|
}
|
|
667
622
|
export interface GetGrafanaGrafanaUserConfigPrivateAccess {
|
|
668
623
|
/**
|
|
669
624
|
* Grafana server provided values
|
|
670
625
|
*/
|
|
671
|
-
grafana?:
|
|
626
|
+
grafana?: boolean;
|
|
672
627
|
}
|
|
673
628
|
export interface GetGrafanaGrafanaUserConfigPrivatelinkAccess {
|
|
674
629
|
/**
|
|
675
630
|
* Grafana server provided values
|
|
676
631
|
*/
|
|
677
|
-
grafana?:
|
|
632
|
+
grafana?: boolean;
|
|
678
633
|
}
|
|
679
634
|
export interface GetGrafanaGrafanaUserConfigPublicAccess {
|
|
680
635
|
/**
|
|
681
636
|
* Grafana server provided values
|
|
682
637
|
*/
|
|
683
|
-
grafana?:
|
|
638
|
+
grafana?: boolean;
|
|
684
639
|
}
|
|
685
640
|
export interface GetGrafanaGrafanaUserConfigSmtpServer {
|
|
686
|
-
fromAddress
|
|
641
|
+
fromAddress: string;
|
|
687
642
|
fromName?: string;
|
|
688
|
-
host
|
|
643
|
+
host: string;
|
|
689
644
|
password?: string;
|
|
690
|
-
port
|
|
691
|
-
skipVerify?:
|
|
645
|
+
port: number;
|
|
646
|
+
skipVerify?: boolean;
|
|
692
647
|
starttlsPolicy?: string;
|
|
693
648
|
username?: string;
|
|
694
649
|
}
|
|
@@ -720,6 +675,9 @@ export interface GetInfluxDbInfluxdbUserConfig {
|
|
|
720
675
|
*/
|
|
721
676
|
influxdb?: outputs.GetInfluxDbInfluxdbUserConfigInfluxdb;
|
|
722
677
|
ipFilterObjects?: outputs.GetInfluxDbInfluxdbUserConfigIpFilterObject[];
|
|
678
|
+
/**
|
|
679
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
680
|
+
*/
|
|
723
681
|
ipFilters?: string[];
|
|
724
682
|
privateAccess?: outputs.GetInfluxDbInfluxdbUserConfigPrivateAccess;
|
|
725
683
|
privatelinkAccess?: outputs.GetInfluxDbInfluxdbUserConfigPrivatelinkAccess;
|
|
@@ -730,37 +688,37 @@ export interface GetInfluxDbInfluxdbUserConfig {
|
|
|
730
688
|
/**
|
|
731
689
|
* 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
|
|
732
690
|
*/
|
|
733
|
-
staticIps?:
|
|
691
|
+
staticIps?: boolean;
|
|
734
692
|
}
|
|
735
693
|
export interface GetInfluxDbInfluxdbUserConfigInfluxdb {
|
|
736
|
-
logQueriesAfter?:
|
|
737
|
-
maxConnectionLimit?:
|
|
738
|
-
maxRowLimit?:
|
|
739
|
-
maxSelectBuckets?:
|
|
740
|
-
maxSelectPoint?:
|
|
741
|
-
queryTimeout?:
|
|
694
|
+
logQueriesAfter?: number;
|
|
695
|
+
maxConnectionLimit?: number;
|
|
696
|
+
maxRowLimit?: number;
|
|
697
|
+
maxSelectBuckets?: number;
|
|
698
|
+
maxSelectPoint?: number;
|
|
699
|
+
queryTimeout?: number;
|
|
742
700
|
}
|
|
743
701
|
export interface GetInfluxDbInfluxdbUserConfigIpFilterObject {
|
|
744
702
|
description?: string;
|
|
745
|
-
network
|
|
703
|
+
network: string;
|
|
746
704
|
}
|
|
747
705
|
export interface GetInfluxDbInfluxdbUserConfigPrivateAccess {
|
|
748
706
|
/**
|
|
749
707
|
* InfluxDB server provided values
|
|
750
708
|
*/
|
|
751
|
-
influxdb?:
|
|
709
|
+
influxdb?: boolean;
|
|
752
710
|
}
|
|
753
711
|
export interface GetInfluxDbInfluxdbUserConfigPrivatelinkAccess {
|
|
754
712
|
/**
|
|
755
713
|
* InfluxDB server provided values
|
|
756
714
|
*/
|
|
757
|
-
influxdb?:
|
|
715
|
+
influxdb?: boolean;
|
|
758
716
|
}
|
|
759
717
|
export interface GetInfluxDbInfluxdbUserConfigPublicAccess {
|
|
760
718
|
/**
|
|
761
719
|
* InfluxDB server provided values
|
|
762
720
|
*/
|
|
763
|
-
influxdb?:
|
|
721
|
+
influxdb?: boolean;
|
|
764
722
|
}
|
|
765
723
|
export interface GetInfluxDbServiceIntegration {
|
|
766
724
|
integrationType: string;
|
|
@@ -793,6 +751,9 @@ export interface GetKafkaConnectKafkaConnect {
|
|
|
793
751
|
export interface GetKafkaConnectKafkaConnectUserConfig {
|
|
794
752
|
additionalBackupRegions?: string;
|
|
795
753
|
ipFilterObjects?: outputs.GetKafkaConnectKafkaConnectUserConfigIpFilterObject[];
|
|
754
|
+
/**
|
|
755
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
756
|
+
*/
|
|
796
757
|
ipFilters?: string[];
|
|
797
758
|
/**
|
|
798
759
|
* Kafka Connect server provided values
|
|
@@ -804,47 +765,50 @@ export interface GetKafkaConnectKafkaConnectUserConfig {
|
|
|
804
765
|
/**
|
|
805
766
|
* 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
|
|
806
767
|
*/
|
|
807
|
-
staticIps?:
|
|
768
|
+
staticIps?: boolean;
|
|
808
769
|
}
|
|
809
770
|
export interface GetKafkaConnectKafkaConnectUserConfigIpFilterObject {
|
|
810
771
|
description?: string;
|
|
811
|
-
network
|
|
772
|
+
network: string;
|
|
812
773
|
}
|
|
813
774
|
export interface GetKafkaConnectKafkaConnectUserConfigKafkaConnect {
|
|
814
775
|
connectorClientConfigOverridePolicy?: string;
|
|
815
776
|
consumerAutoOffsetReset?: string;
|
|
816
|
-
consumerFetchMaxBytes?:
|
|
777
|
+
consumerFetchMaxBytes?: number;
|
|
817
778
|
consumerIsolationLevel?: string;
|
|
818
|
-
consumerMaxPartitionFetchBytes?:
|
|
819
|
-
consumerMaxPollIntervalMs?:
|
|
820
|
-
consumerMaxPollRecords?:
|
|
821
|
-
offsetFlushIntervalMs?:
|
|
822
|
-
offsetFlushTimeoutMs?:
|
|
779
|
+
consumerMaxPartitionFetchBytes?: number;
|
|
780
|
+
consumerMaxPollIntervalMs?: number;
|
|
781
|
+
consumerMaxPollRecords?: number;
|
|
782
|
+
offsetFlushIntervalMs?: number;
|
|
783
|
+
offsetFlushTimeoutMs?: number;
|
|
784
|
+
producerBatchSize?: number;
|
|
785
|
+
producerBufferMemory?: number;
|
|
823
786
|
producerCompressionType?: string;
|
|
824
|
-
|
|
825
|
-
|
|
787
|
+
producerLingerMs?: number;
|
|
788
|
+
producerMaxRequestSize?: number;
|
|
789
|
+
sessionTimeoutMs?: number;
|
|
826
790
|
}
|
|
827
791
|
export interface GetKafkaConnectKafkaConnectUserConfigPrivateAccess {
|
|
828
792
|
/**
|
|
829
793
|
* Kafka Connect server provided values
|
|
830
794
|
*/
|
|
831
|
-
kafkaConnect?:
|
|
832
|
-
prometheus?:
|
|
795
|
+
kafkaConnect?: boolean;
|
|
796
|
+
prometheus?: boolean;
|
|
833
797
|
}
|
|
834
798
|
export interface GetKafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
|
|
835
|
-
jolokia?:
|
|
799
|
+
jolokia?: boolean;
|
|
836
800
|
/**
|
|
837
801
|
* Kafka Connect server provided values
|
|
838
802
|
*/
|
|
839
|
-
kafkaConnect?:
|
|
840
|
-
prometheus?:
|
|
803
|
+
kafkaConnect?: boolean;
|
|
804
|
+
prometheus?: boolean;
|
|
841
805
|
}
|
|
842
806
|
export interface GetKafkaConnectKafkaConnectUserConfigPublicAccess {
|
|
843
807
|
/**
|
|
844
808
|
* Kafka Connect server provided values
|
|
845
809
|
*/
|
|
846
|
-
kafkaConnect?:
|
|
847
|
-
prometheus?:
|
|
810
|
+
kafkaConnect?: boolean;
|
|
811
|
+
prometheus?: boolean;
|
|
848
812
|
}
|
|
849
813
|
export interface GetKafkaConnectServiceIntegration {
|
|
850
814
|
integrationType: string;
|
|
@@ -872,124 +836,139 @@ export interface GetKafkaKafkaUserConfig {
|
|
|
872
836
|
additionalBackupRegions?: string;
|
|
873
837
|
customDomain?: string;
|
|
874
838
|
ipFilterObjects?: outputs.GetKafkaKafkaUserConfigIpFilterObject[];
|
|
839
|
+
/**
|
|
840
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
841
|
+
*/
|
|
875
842
|
ipFilters?: string[];
|
|
876
843
|
/**
|
|
877
844
|
* Kafka server provided values
|
|
878
845
|
*/
|
|
879
846
|
kafka?: outputs.GetKafkaKafkaUserConfigKafka;
|
|
880
847
|
kafkaAuthenticationMethods?: outputs.GetKafkaKafkaUserConfigKafkaAuthenticationMethods;
|
|
881
|
-
kafkaConnect?:
|
|
848
|
+
kafkaConnect?: boolean;
|
|
882
849
|
kafkaConnectConfig?: outputs.GetKafkaKafkaUserConfigKafkaConnectConfig;
|
|
883
|
-
kafkaRest?:
|
|
850
|
+
kafkaRest?: boolean;
|
|
851
|
+
kafkaRestAuthorization?: boolean;
|
|
884
852
|
kafkaRestConfig?: outputs.GetKafkaKafkaUserConfigKafkaRestConfig;
|
|
885
853
|
kafkaVersion?: string;
|
|
886
854
|
privateAccess?: outputs.GetKafkaKafkaUserConfigPrivateAccess;
|
|
887
855
|
privatelinkAccess?: outputs.GetKafkaKafkaUserConfigPrivatelinkAccess;
|
|
888
856
|
publicAccess?: outputs.GetKafkaKafkaUserConfigPublicAccess;
|
|
889
|
-
schemaRegistry?:
|
|
857
|
+
schemaRegistry?: boolean;
|
|
890
858
|
schemaRegistryConfig?: outputs.GetKafkaKafkaUserConfigSchemaRegistryConfig;
|
|
891
859
|
/**
|
|
892
860
|
* 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
|
|
893
861
|
*/
|
|
894
|
-
staticIps?:
|
|
862
|
+
staticIps?: boolean;
|
|
895
863
|
}
|
|
896
864
|
export interface GetKafkaKafkaUserConfigIpFilterObject {
|
|
897
865
|
description?: string;
|
|
898
|
-
network
|
|
866
|
+
network: string;
|
|
899
867
|
}
|
|
900
868
|
export interface GetKafkaKafkaUserConfigKafka {
|
|
901
|
-
autoCreateTopicsEnable?:
|
|
869
|
+
autoCreateTopicsEnable?: boolean;
|
|
902
870
|
compressionType?: string;
|
|
903
|
-
connectionsMaxIdleMs?:
|
|
904
|
-
defaultReplicationFactor?:
|
|
905
|
-
groupInitialRebalanceDelayMs?:
|
|
906
|
-
groupMaxSessionTimeoutMs?:
|
|
907
|
-
groupMinSessionTimeoutMs?:
|
|
908
|
-
logCleanerDeleteRetentionMs?:
|
|
909
|
-
logCleanerMaxCompactionLagMs?:
|
|
910
|
-
logCleanerMinCleanableRatio?:
|
|
911
|
-
logCleanerMinCompactionLagMs?:
|
|
871
|
+
connectionsMaxIdleMs?: number;
|
|
872
|
+
defaultReplicationFactor?: number;
|
|
873
|
+
groupInitialRebalanceDelayMs?: number;
|
|
874
|
+
groupMaxSessionTimeoutMs?: number;
|
|
875
|
+
groupMinSessionTimeoutMs?: number;
|
|
876
|
+
logCleanerDeleteRetentionMs?: number;
|
|
877
|
+
logCleanerMaxCompactionLagMs?: number;
|
|
878
|
+
logCleanerMinCleanableRatio?: number;
|
|
879
|
+
logCleanerMinCompactionLagMs?: number;
|
|
912
880
|
logCleanupPolicy?: string;
|
|
913
|
-
logFlushIntervalMessages?:
|
|
914
|
-
logFlushIntervalMs?:
|
|
915
|
-
logIndexIntervalBytes?:
|
|
916
|
-
logIndexSizeMaxBytes?:
|
|
917
|
-
logMessageDownconversionEnable?:
|
|
918
|
-
logMessageTimestampDifferenceMaxMs?:
|
|
881
|
+
logFlushIntervalMessages?: number;
|
|
882
|
+
logFlushIntervalMs?: number;
|
|
883
|
+
logIndexIntervalBytes?: number;
|
|
884
|
+
logIndexSizeMaxBytes?: number;
|
|
885
|
+
logMessageDownconversionEnable?: boolean;
|
|
886
|
+
logMessageTimestampDifferenceMaxMs?: number;
|
|
919
887
|
logMessageTimestampType?: string;
|
|
920
|
-
logPreallocate?:
|
|
921
|
-
logRetentionBytes?:
|
|
922
|
-
logRetentionHours?:
|
|
923
|
-
logRetentionMs?:
|
|
924
|
-
logRollJitterMs?:
|
|
925
|
-
logRollMs?:
|
|
926
|
-
logSegmentBytes?:
|
|
927
|
-
logSegmentDeleteDelayMs?:
|
|
928
|
-
maxConnectionsPerIp?:
|
|
929
|
-
maxIncrementalFetchSessionCacheSlots?:
|
|
930
|
-
messageMaxBytes?:
|
|
931
|
-
minInsyncReplicas?:
|
|
932
|
-
numPartitions?:
|
|
933
|
-
offsetsRetentionMinutes?:
|
|
934
|
-
producerPurgatoryPurgeIntervalRequests?:
|
|
935
|
-
replicaFetchMaxBytes?:
|
|
936
|
-
replicaFetchResponseMaxBytes?:
|
|
937
|
-
socketRequestMaxBytes?:
|
|
938
|
-
transactionRemoveExpiredTransactionCleanupIntervalMs?:
|
|
939
|
-
transactionStateLogSegmentBytes?:
|
|
888
|
+
logPreallocate?: boolean;
|
|
889
|
+
logRetentionBytes?: number;
|
|
890
|
+
logRetentionHours?: number;
|
|
891
|
+
logRetentionMs?: number;
|
|
892
|
+
logRollJitterMs?: number;
|
|
893
|
+
logRollMs?: number;
|
|
894
|
+
logSegmentBytes?: number;
|
|
895
|
+
logSegmentDeleteDelayMs?: number;
|
|
896
|
+
maxConnectionsPerIp?: number;
|
|
897
|
+
maxIncrementalFetchSessionCacheSlots?: number;
|
|
898
|
+
messageMaxBytes?: number;
|
|
899
|
+
minInsyncReplicas?: number;
|
|
900
|
+
numPartitions?: number;
|
|
901
|
+
offsetsRetentionMinutes?: number;
|
|
902
|
+
producerPurgatoryPurgeIntervalRequests?: number;
|
|
903
|
+
replicaFetchMaxBytes?: number;
|
|
904
|
+
replicaFetchResponseMaxBytes?: number;
|
|
905
|
+
socketRequestMaxBytes?: number;
|
|
906
|
+
transactionRemoveExpiredTransactionCleanupIntervalMs?: number;
|
|
907
|
+
transactionStateLogSegmentBytes?: number;
|
|
940
908
|
}
|
|
941
909
|
export interface GetKafkaKafkaUserConfigKafkaAuthenticationMethods {
|
|
942
|
-
certificate?:
|
|
943
|
-
sasl?:
|
|
910
|
+
certificate?: boolean;
|
|
911
|
+
sasl?: boolean;
|
|
944
912
|
}
|
|
945
913
|
export interface GetKafkaKafkaUserConfigKafkaConnectConfig {
|
|
946
914
|
connectorClientConfigOverridePolicy?: string;
|
|
947
915
|
consumerAutoOffsetReset?: string;
|
|
948
|
-
consumerFetchMaxBytes?:
|
|
916
|
+
consumerFetchMaxBytes?: number;
|
|
949
917
|
consumerIsolationLevel?: string;
|
|
950
|
-
consumerMaxPartitionFetchBytes?:
|
|
951
|
-
consumerMaxPollIntervalMs?:
|
|
952
|
-
consumerMaxPollRecords?:
|
|
953
|
-
offsetFlushIntervalMs?:
|
|
954
|
-
offsetFlushTimeoutMs?:
|
|
918
|
+
consumerMaxPartitionFetchBytes?: number;
|
|
919
|
+
consumerMaxPollIntervalMs?: number;
|
|
920
|
+
consumerMaxPollRecords?: number;
|
|
921
|
+
offsetFlushIntervalMs?: number;
|
|
922
|
+
offsetFlushTimeoutMs?: number;
|
|
923
|
+
producerBatchSize?: number;
|
|
924
|
+
producerBufferMemory?: number;
|
|
955
925
|
producerCompressionType?: string;
|
|
956
|
-
|
|
957
|
-
|
|
926
|
+
producerLingerMs?: number;
|
|
927
|
+
producerMaxRequestSize?: number;
|
|
928
|
+
sessionTimeoutMs?: number;
|
|
958
929
|
}
|
|
959
930
|
export interface GetKafkaKafkaUserConfigKafkaRestConfig {
|
|
960
|
-
consumerEnableAutoCommit?:
|
|
961
|
-
consumerRequestMaxBytes?:
|
|
962
|
-
consumerRequestTimeoutMs?:
|
|
931
|
+
consumerEnableAutoCommit?: boolean;
|
|
932
|
+
consumerRequestMaxBytes?: number;
|
|
933
|
+
consumerRequestTimeoutMs?: number;
|
|
963
934
|
producerAcks?: string;
|
|
964
|
-
|
|
965
|
-
|
|
935
|
+
producerCompressionType?: string;
|
|
936
|
+
producerLingerMs?: number;
|
|
937
|
+
simpleconsumerPoolSizeMax?: number;
|
|
966
938
|
}
|
|
967
939
|
export interface GetKafkaKafkaUserConfigPrivateAccess {
|
|
968
|
-
|
|
940
|
+
/**
|
|
941
|
+
* Kafka server provided values
|
|
942
|
+
*/
|
|
943
|
+
kafka?: boolean;
|
|
944
|
+
kafkaConnect?: boolean;
|
|
945
|
+
kafkaRest?: boolean;
|
|
946
|
+
prometheus?: boolean;
|
|
947
|
+
schemaRegistry?: boolean;
|
|
969
948
|
}
|
|
970
949
|
export interface GetKafkaKafkaUserConfigPrivatelinkAccess {
|
|
971
|
-
jolokia?:
|
|
950
|
+
jolokia?: boolean;
|
|
972
951
|
/**
|
|
973
952
|
* Kafka server provided values
|
|
974
953
|
*/
|
|
975
|
-
kafka?:
|
|
976
|
-
kafkaConnect?:
|
|
977
|
-
kafkaRest?:
|
|
978
|
-
prometheus?:
|
|
979
|
-
schemaRegistry?:
|
|
954
|
+
kafka?: boolean;
|
|
955
|
+
kafkaConnect?: boolean;
|
|
956
|
+
kafkaRest?: boolean;
|
|
957
|
+
prometheus?: boolean;
|
|
958
|
+
schemaRegistry?: boolean;
|
|
980
959
|
}
|
|
981
960
|
export interface GetKafkaKafkaUserConfigPublicAccess {
|
|
982
961
|
/**
|
|
983
962
|
* Kafka server provided values
|
|
984
963
|
*/
|
|
985
|
-
kafka?:
|
|
986
|
-
kafkaConnect?:
|
|
987
|
-
kafkaRest?:
|
|
988
|
-
prometheus?:
|
|
989
|
-
schemaRegistry?:
|
|
964
|
+
kafka?: boolean;
|
|
965
|
+
kafkaConnect?: boolean;
|
|
966
|
+
kafkaRest?: boolean;
|
|
967
|
+
prometheus?: boolean;
|
|
968
|
+
schemaRegistry?: boolean;
|
|
990
969
|
}
|
|
991
970
|
export interface GetKafkaKafkaUserConfigSchemaRegistryConfig {
|
|
992
|
-
leaderEligibility?:
|
|
971
|
+
leaderEligibility?: boolean;
|
|
993
972
|
topicName?: string;
|
|
994
973
|
}
|
|
995
974
|
export interface GetKafkaMirrorMakerComponent {
|
|
@@ -1006,6 +985,9 @@ export interface GetKafkaMirrorMakerKafkaMirrormaker {
|
|
|
1006
985
|
export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
1007
986
|
additionalBackupRegions?: string;
|
|
1008
987
|
ipFilterObjects?: outputs.GetKafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject[];
|
|
988
|
+
/**
|
|
989
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
990
|
+
*/
|
|
1009
991
|
ipFilters?: string[];
|
|
1010
992
|
/**
|
|
1011
993
|
* Kafka MirrorMaker 2 server provided values
|
|
@@ -1014,23 +996,23 @@ export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
|
1014
996
|
/**
|
|
1015
997
|
* 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
|
|
1016
998
|
*/
|
|
1017
|
-
staticIps?:
|
|
999
|
+
staticIps?: boolean;
|
|
1018
1000
|
}
|
|
1019
1001
|
export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject {
|
|
1020
1002
|
description?: string;
|
|
1021
|
-
network
|
|
1003
|
+
network: string;
|
|
1022
1004
|
}
|
|
1023
1005
|
export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
1024
|
-
emitCheckpointsEnabled?:
|
|
1025
|
-
emitCheckpointsIntervalSeconds?:
|
|
1026
|
-
refreshGroupsEnabled?:
|
|
1027
|
-
refreshGroupsIntervalSeconds?:
|
|
1028
|
-
refreshTopicsEnabled?:
|
|
1029
|
-
refreshTopicsIntervalSeconds?:
|
|
1030
|
-
syncGroupOffsetsEnabled?:
|
|
1031
|
-
syncGroupOffsetsIntervalSeconds?:
|
|
1032
|
-
syncTopicConfigsEnabled?:
|
|
1033
|
-
tasksMaxPerCpu?:
|
|
1006
|
+
emitCheckpointsEnabled?: boolean;
|
|
1007
|
+
emitCheckpointsIntervalSeconds?: number;
|
|
1008
|
+
refreshGroupsEnabled?: boolean;
|
|
1009
|
+
refreshGroupsIntervalSeconds?: number;
|
|
1010
|
+
refreshTopicsEnabled?: boolean;
|
|
1011
|
+
refreshTopicsIntervalSeconds?: number;
|
|
1012
|
+
syncGroupOffsetsEnabled?: boolean;
|
|
1013
|
+
syncGroupOffsetsIntervalSeconds?: number;
|
|
1014
|
+
syncTopicConfigsEnabled?: boolean;
|
|
1015
|
+
tasksMaxPerCpu?: number;
|
|
1034
1016
|
}
|
|
1035
1017
|
export interface GetKafkaMirrorMakerServiceIntegration {
|
|
1036
1018
|
integrationType: string;
|
|
@@ -1058,21 +1040,21 @@ export interface GetKafkaTopicConfig {
|
|
|
1058
1040
|
indexIntervalBytes?: string;
|
|
1059
1041
|
maxCompactionLagMs?: string;
|
|
1060
1042
|
maxMessageBytes?: string;
|
|
1061
|
-
messageDownconversionEnable?:
|
|
1043
|
+
messageDownconversionEnable?: boolean;
|
|
1062
1044
|
messageFormatVersion?: string;
|
|
1063
1045
|
messageTimestampDifferenceMaxMs?: string;
|
|
1064
1046
|
messageTimestampType?: string;
|
|
1065
|
-
minCleanableDirtyRatio?:
|
|
1047
|
+
minCleanableDirtyRatio?: number;
|
|
1066
1048
|
minCompactionLagMs?: string;
|
|
1067
1049
|
minInsyncReplicas?: string;
|
|
1068
|
-
preallocate?:
|
|
1050
|
+
preallocate?: boolean;
|
|
1069
1051
|
retentionBytes?: string;
|
|
1070
1052
|
retentionMs?: string;
|
|
1071
1053
|
segmentBytes?: string;
|
|
1072
1054
|
segmentIndexBytes?: string;
|
|
1073
1055
|
segmentJitterMs?: string;
|
|
1074
1056
|
segmentMs?: string;
|
|
1075
|
-
uncleanLeaderElectionEnable?:
|
|
1057
|
+
uncleanLeaderElectionEnable?: boolean;
|
|
1076
1058
|
}
|
|
1077
1059
|
export interface GetKafkaTopicTag {
|
|
1078
1060
|
key: string;
|
|
@@ -1092,17 +1074,23 @@ export interface GetM3AggregatorM3aggregator {
|
|
|
1092
1074
|
export interface GetM3AggregatorM3aggregatorUserConfig {
|
|
1093
1075
|
customDomain?: string;
|
|
1094
1076
|
ipFilterObjects?: outputs.GetM3AggregatorM3aggregatorUserConfigIpFilterObject[];
|
|
1077
|
+
/**
|
|
1078
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1079
|
+
*/
|
|
1095
1080
|
ipFilters?: string[];
|
|
1081
|
+
/**
|
|
1082
|
+
* @deprecated Usage of this field is discouraged.
|
|
1083
|
+
*/
|
|
1096
1084
|
m3Version?: string;
|
|
1097
1085
|
m3aggregatorVersion?: string;
|
|
1098
1086
|
/**
|
|
1099
1087
|
* 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
|
|
1100
1088
|
*/
|
|
1101
|
-
staticIps?:
|
|
1089
|
+
staticIps?: boolean;
|
|
1102
1090
|
}
|
|
1103
1091
|
export interface GetM3AggregatorM3aggregatorUserConfigIpFilterObject {
|
|
1104
1092
|
description?: string;
|
|
1105
|
-
network
|
|
1093
|
+
network: string;
|
|
1106
1094
|
}
|
|
1107
1095
|
export interface GetM3AggregatorServiceIntegration {
|
|
1108
1096
|
integrationType: string;
|
|
@@ -1127,11 +1115,20 @@ export interface GetM3DbM3dbUserConfig {
|
|
|
1127
1115
|
additionalBackupRegions?: string;
|
|
1128
1116
|
customDomain?: string;
|
|
1129
1117
|
ipFilterObjects?: outputs.GetM3DbM3dbUserConfigIpFilterObject[];
|
|
1118
|
+
/**
|
|
1119
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1120
|
+
*/
|
|
1130
1121
|
ipFilters?: string[];
|
|
1131
1122
|
limits?: outputs.GetM3DbM3dbUserConfigLimits;
|
|
1123
|
+
/**
|
|
1124
|
+
* @deprecated Usage of this field is discouraged.
|
|
1125
|
+
*/
|
|
1132
1126
|
m3Version?: string;
|
|
1133
|
-
m3coordinatorEnableGraphiteCarbonIngest?:
|
|
1127
|
+
m3coordinatorEnableGraphiteCarbonIngest?: boolean;
|
|
1134
1128
|
m3dbVersion?: string;
|
|
1129
|
+
/**
|
|
1130
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1131
|
+
*/
|
|
1135
1132
|
namespaces?: outputs.GetM3DbM3dbUserConfigNamespace[];
|
|
1136
1133
|
privateAccess?: outputs.GetM3DbM3dbUserConfigPrivateAccess;
|
|
1137
1134
|
projectToForkFrom?: string;
|
|
@@ -1141,30 +1138,30 @@ export interface GetM3DbM3dbUserConfig {
|
|
|
1141
1138
|
/**
|
|
1142
1139
|
* 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
|
|
1143
1140
|
*/
|
|
1144
|
-
staticIps?:
|
|
1141
|
+
staticIps?: boolean;
|
|
1145
1142
|
}
|
|
1146
1143
|
export interface GetM3DbM3dbUserConfigIpFilterObject {
|
|
1147
1144
|
description?: string;
|
|
1148
|
-
network
|
|
1145
|
+
network: string;
|
|
1149
1146
|
}
|
|
1150
1147
|
export interface GetM3DbM3dbUserConfigLimits {
|
|
1151
|
-
maxRecentlyQueriedSeriesBlocks?:
|
|
1152
|
-
maxRecentlyQueriedSeriesDiskBytesRead?:
|
|
1148
|
+
maxRecentlyQueriedSeriesBlocks?: number;
|
|
1149
|
+
maxRecentlyQueriedSeriesDiskBytesRead?: number;
|
|
1153
1150
|
maxRecentlyQueriedSeriesLookback?: string;
|
|
1154
|
-
queryDocs?:
|
|
1155
|
-
queryRequireExhaustive?:
|
|
1156
|
-
querySeries?:
|
|
1151
|
+
queryDocs?: number;
|
|
1152
|
+
queryRequireExhaustive?: boolean;
|
|
1153
|
+
querySeries?: number;
|
|
1157
1154
|
}
|
|
1158
1155
|
export interface GetM3DbM3dbUserConfigNamespace {
|
|
1159
|
-
name
|
|
1156
|
+
name: string;
|
|
1160
1157
|
options?: outputs.GetM3DbM3dbUserConfigNamespaceOptions;
|
|
1161
1158
|
resolution?: string;
|
|
1162
|
-
type
|
|
1159
|
+
type: string;
|
|
1163
1160
|
}
|
|
1164
1161
|
export interface GetM3DbM3dbUserConfigNamespaceOptions {
|
|
1165
1162
|
retentionOptions?: outputs.GetM3DbM3dbUserConfigNamespaceOptionsRetentionOptions;
|
|
1166
|
-
snapshotEnabled?:
|
|
1167
|
-
writesToCommitlog?:
|
|
1163
|
+
snapshotEnabled?: boolean;
|
|
1164
|
+
writesToCommitlog?: boolean;
|
|
1168
1165
|
}
|
|
1169
1166
|
export interface GetM3DbM3dbUserConfigNamespaceOptionsRetentionOptions {
|
|
1170
1167
|
blockDataExpiryDuration?: string;
|
|
@@ -1174,19 +1171,22 @@ export interface GetM3DbM3dbUserConfigNamespaceOptionsRetentionOptions {
|
|
|
1174
1171
|
retentionPeriodDuration?: string;
|
|
1175
1172
|
}
|
|
1176
1173
|
export interface GetM3DbM3dbUserConfigPrivateAccess {
|
|
1177
|
-
m3coordinator?:
|
|
1174
|
+
m3coordinator?: boolean;
|
|
1178
1175
|
}
|
|
1179
1176
|
export interface GetM3DbM3dbUserConfigPublicAccess {
|
|
1180
|
-
m3coordinator?:
|
|
1177
|
+
m3coordinator?: boolean;
|
|
1181
1178
|
}
|
|
1182
1179
|
export interface GetM3DbM3dbUserConfigRules {
|
|
1183
1180
|
mappings?: outputs.GetM3DbM3dbUserConfigRulesMapping[];
|
|
1184
1181
|
}
|
|
1185
1182
|
export interface GetM3DbM3dbUserConfigRulesMapping {
|
|
1186
1183
|
aggregations?: string[];
|
|
1187
|
-
drop?:
|
|
1188
|
-
filter
|
|
1184
|
+
drop?: boolean;
|
|
1185
|
+
filter: string;
|
|
1189
1186
|
name?: string;
|
|
1187
|
+
/**
|
|
1188
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1189
|
+
*/
|
|
1190
1190
|
namespaces?: string[];
|
|
1191
1191
|
namespacesObjects?: outputs.GetM3DbM3dbUserConfigRulesMappingNamespacesObject[];
|
|
1192
1192
|
tags?: outputs.GetM3DbM3dbUserConfigRulesMappingTag[];
|
|
@@ -1196,8 +1196,8 @@ export interface GetM3DbM3dbUserConfigRulesMappingNamespacesObject {
|
|
|
1196
1196
|
retention?: string;
|
|
1197
1197
|
}
|
|
1198
1198
|
export interface GetM3DbM3dbUserConfigRulesMappingTag {
|
|
1199
|
-
name
|
|
1200
|
-
value
|
|
1199
|
+
name: string;
|
|
1200
|
+
value: string;
|
|
1201
1201
|
}
|
|
1202
1202
|
export interface GetM3DbServiceIntegration {
|
|
1203
1203
|
integrationType: string;
|
|
@@ -1222,10 +1222,13 @@ export interface GetMySqlMysqlUserConfig {
|
|
|
1222
1222
|
additionalBackupRegions?: string;
|
|
1223
1223
|
adminPassword?: string;
|
|
1224
1224
|
adminUsername?: string;
|
|
1225
|
-
backupHour?:
|
|
1226
|
-
backupMinute?:
|
|
1227
|
-
binlogRetentionPeriod?:
|
|
1225
|
+
backupHour?: number;
|
|
1226
|
+
backupMinute?: number;
|
|
1227
|
+
binlogRetentionPeriod?: number;
|
|
1228
1228
|
ipFilterObjects?: outputs.GetMySqlMysqlUserConfigIpFilterObject[];
|
|
1229
|
+
/**
|
|
1230
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1231
|
+
*/
|
|
1229
1232
|
ipFilters?: string[];
|
|
1230
1233
|
migration?: outputs.GetMySqlMysqlUserConfigMigration;
|
|
1231
1234
|
/**
|
|
@@ -1242,77 +1245,77 @@ export interface GetMySqlMysqlUserConfig {
|
|
|
1242
1245
|
/**
|
|
1243
1246
|
* 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
|
|
1244
1247
|
*/
|
|
1245
|
-
staticIps?:
|
|
1248
|
+
staticIps?: boolean;
|
|
1246
1249
|
}
|
|
1247
1250
|
export interface GetMySqlMysqlUserConfigIpFilterObject {
|
|
1248
1251
|
description?: string;
|
|
1249
|
-
network
|
|
1252
|
+
network: string;
|
|
1250
1253
|
}
|
|
1251
1254
|
export interface GetMySqlMysqlUserConfigMigration {
|
|
1252
1255
|
dbname?: string;
|
|
1253
|
-
host
|
|
1256
|
+
host: string;
|
|
1254
1257
|
ignoreDbs?: string;
|
|
1255
1258
|
method?: string;
|
|
1256
1259
|
password?: string;
|
|
1257
|
-
port
|
|
1258
|
-
ssl?:
|
|
1260
|
+
port: number;
|
|
1261
|
+
ssl?: boolean;
|
|
1259
1262
|
username?: string;
|
|
1260
1263
|
}
|
|
1261
1264
|
export interface GetMySqlMysqlUserConfigMysql {
|
|
1262
|
-
connectTimeout?:
|
|
1265
|
+
connectTimeout?: number;
|
|
1263
1266
|
defaultTimeZone?: string;
|
|
1264
|
-
groupConcatMaxLen?:
|
|
1265
|
-
informationSchemaStatsExpiry?:
|
|
1266
|
-
innodbChangeBufferMaxSize?:
|
|
1267
|
-
innodbFlushNeighbors?:
|
|
1268
|
-
innodbFtMinTokenSize?:
|
|
1267
|
+
groupConcatMaxLen?: number;
|
|
1268
|
+
informationSchemaStatsExpiry?: number;
|
|
1269
|
+
innodbChangeBufferMaxSize?: number;
|
|
1270
|
+
innodbFlushNeighbors?: number;
|
|
1271
|
+
innodbFtMinTokenSize?: number;
|
|
1269
1272
|
innodbFtServerStopwordTable?: string;
|
|
1270
|
-
innodbLockWaitTimeout?:
|
|
1271
|
-
innodbLogBufferSize?:
|
|
1272
|
-
innodbOnlineAlterLogMaxSize?:
|
|
1273
|
-
innodbPrintAllDeadlocks?:
|
|
1274
|
-
innodbReadIoThreads?:
|
|
1275
|
-
innodbRollbackOnTimeout?:
|
|
1276
|
-
innodbThreadConcurrency?:
|
|
1277
|
-
innodbWriteIoThreads?:
|
|
1278
|
-
interactiveTimeout?:
|
|
1273
|
+
innodbLockWaitTimeout?: number;
|
|
1274
|
+
innodbLogBufferSize?: number;
|
|
1275
|
+
innodbOnlineAlterLogMaxSize?: number;
|
|
1276
|
+
innodbPrintAllDeadlocks?: boolean;
|
|
1277
|
+
innodbReadIoThreads?: number;
|
|
1278
|
+
innodbRollbackOnTimeout?: boolean;
|
|
1279
|
+
innodbThreadConcurrency?: number;
|
|
1280
|
+
innodbWriteIoThreads?: number;
|
|
1281
|
+
interactiveTimeout?: number;
|
|
1279
1282
|
internalTmpMemStorageEngine?: string;
|
|
1280
|
-
longQueryTime?:
|
|
1281
|
-
maxAllowedPacket?:
|
|
1282
|
-
maxHeapTableSize?:
|
|
1283
|
-
netBufferLength?:
|
|
1284
|
-
netReadTimeout?:
|
|
1285
|
-
netWriteTimeout?:
|
|
1286
|
-
slowQueryLog?:
|
|
1287
|
-
sortBufferSize?:
|
|
1283
|
+
longQueryTime?: number;
|
|
1284
|
+
maxAllowedPacket?: number;
|
|
1285
|
+
maxHeapTableSize?: number;
|
|
1286
|
+
netBufferLength?: number;
|
|
1287
|
+
netReadTimeout?: number;
|
|
1288
|
+
netWriteTimeout?: number;
|
|
1289
|
+
slowQueryLog?: boolean;
|
|
1290
|
+
sortBufferSize?: number;
|
|
1288
1291
|
sqlMode?: string;
|
|
1289
|
-
sqlRequirePrimaryKey?:
|
|
1290
|
-
tmpTableSize?:
|
|
1291
|
-
waitTimeout?:
|
|
1292
|
+
sqlRequirePrimaryKey?: boolean;
|
|
1293
|
+
tmpTableSize?: number;
|
|
1294
|
+
waitTimeout?: number;
|
|
1292
1295
|
}
|
|
1293
1296
|
export interface GetMySqlMysqlUserConfigPrivateAccess {
|
|
1294
1297
|
/**
|
|
1295
1298
|
* MySQL specific server provided values
|
|
1296
1299
|
*/
|
|
1297
|
-
mysql?:
|
|
1298
|
-
mysqlx?:
|
|
1299
|
-
prometheus?:
|
|
1300
|
+
mysql?: boolean;
|
|
1301
|
+
mysqlx?: boolean;
|
|
1302
|
+
prometheus?: boolean;
|
|
1300
1303
|
}
|
|
1301
1304
|
export interface GetMySqlMysqlUserConfigPrivatelinkAccess {
|
|
1302
1305
|
/**
|
|
1303
1306
|
* MySQL specific server provided values
|
|
1304
1307
|
*/
|
|
1305
|
-
mysql?:
|
|
1306
|
-
mysqlx?:
|
|
1307
|
-
prometheus?:
|
|
1308
|
+
mysql?: boolean;
|
|
1309
|
+
mysqlx?: boolean;
|
|
1310
|
+
prometheus?: boolean;
|
|
1308
1311
|
}
|
|
1309
1312
|
export interface GetMySqlMysqlUserConfigPublicAccess {
|
|
1310
1313
|
/**
|
|
1311
1314
|
* MySQL specific server provided values
|
|
1312
1315
|
*/
|
|
1313
|
-
mysql?:
|
|
1314
|
-
mysqlx?:
|
|
1315
|
-
prometheus?:
|
|
1316
|
+
mysql?: boolean;
|
|
1317
|
+
mysqlx?: boolean;
|
|
1318
|
+
prometheus?: boolean;
|
|
1316
1319
|
}
|
|
1317
1320
|
export interface GetMySqlServiceIntegration {
|
|
1318
1321
|
integrationType: string;
|
|
@@ -1338,18 +1341,21 @@ export interface GetOpenSearchOpensearchUserConfig {
|
|
|
1338
1341
|
additionalBackupRegions?: string;
|
|
1339
1342
|
customDomain?: string;
|
|
1340
1343
|
/**
|
|
1341
|
-
* @deprecated
|
|
1344
|
+
* @deprecated Usage of this field is discouraged.
|
|
1342
1345
|
*/
|
|
1343
|
-
disableReplicationFactorAdjustment?:
|
|
1346
|
+
disableReplicationFactorAdjustment?: boolean;
|
|
1344
1347
|
indexPatterns?: outputs.GetOpenSearchOpensearchUserConfigIndexPattern[];
|
|
1345
1348
|
indexTemplate?: outputs.GetOpenSearchOpensearchUserConfigIndexTemplate;
|
|
1346
1349
|
ipFilterObjects?: outputs.GetOpenSearchOpensearchUserConfigIpFilterObject[];
|
|
1350
|
+
/**
|
|
1351
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1352
|
+
*/
|
|
1347
1353
|
ipFilters?: string[];
|
|
1348
|
-
keepIndexRefreshInterval?:
|
|
1354
|
+
keepIndexRefreshInterval?: boolean;
|
|
1349
1355
|
/**
|
|
1350
|
-
* @deprecated
|
|
1356
|
+
* @deprecated Usage of this field is discouraged.
|
|
1351
1357
|
*/
|
|
1352
|
-
maxIndexCount?:
|
|
1358
|
+
maxIndexCount?: number;
|
|
1353
1359
|
/**
|
|
1354
1360
|
* Opensearch server provided values
|
|
1355
1361
|
*/
|
|
@@ -1365,83 +1371,83 @@ export interface GetOpenSearchOpensearchUserConfig {
|
|
|
1365
1371
|
/**
|
|
1366
1372
|
* 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
|
|
1367
1373
|
*/
|
|
1368
|
-
staticIps?:
|
|
1374
|
+
staticIps?: boolean;
|
|
1369
1375
|
}
|
|
1370
1376
|
export interface GetOpenSearchOpensearchUserConfigIndexPattern {
|
|
1371
|
-
maxIndexCount
|
|
1372
|
-
pattern
|
|
1377
|
+
maxIndexCount: number;
|
|
1378
|
+
pattern: string;
|
|
1373
1379
|
sortingAlgorithm?: string;
|
|
1374
1380
|
}
|
|
1375
1381
|
export interface GetOpenSearchOpensearchUserConfigIndexTemplate {
|
|
1376
|
-
mappingNestedObjectsLimit?:
|
|
1377
|
-
numberOfReplicas?:
|
|
1378
|
-
numberOfShards?:
|
|
1382
|
+
mappingNestedObjectsLimit?: number;
|
|
1383
|
+
numberOfReplicas?: number;
|
|
1384
|
+
numberOfShards?: number;
|
|
1379
1385
|
}
|
|
1380
1386
|
export interface GetOpenSearchOpensearchUserConfigIpFilterObject {
|
|
1381
1387
|
description?: string;
|
|
1382
|
-
network
|
|
1388
|
+
network: string;
|
|
1383
1389
|
}
|
|
1384
1390
|
export interface GetOpenSearchOpensearchUserConfigOpensearch {
|
|
1385
|
-
actionAutoCreateIndexEnabled?:
|
|
1386
|
-
actionDestructiveRequiresName?:
|
|
1387
|
-
clusterMaxShardsPerNode?:
|
|
1388
|
-
clusterRoutingAllocationNodeConcurrentRecoveries?:
|
|
1391
|
+
actionAutoCreateIndexEnabled?: boolean;
|
|
1392
|
+
actionDestructiveRequiresName?: boolean;
|
|
1393
|
+
clusterMaxShardsPerNode?: number;
|
|
1394
|
+
clusterRoutingAllocationNodeConcurrentRecoveries?: number;
|
|
1389
1395
|
emailSenderName?: string;
|
|
1390
1396
|
emailSenderPassword?: string;
|
|
1391
1397
|
emailSenderUsername?: string;
|
|
1392
|
-
httpMaxContentLength?:
|
|
1393
|
-
httpMaxHeaderSize?:
|
|
1394
|
-
httpMaxInitialLineLength?:
|
|
1395
|
-
indicesFielddataCacheSize?:
|
|
1396
|
-
indicesMemoryIndexBufferSize?:
|
|
1397
|
-
indicesQueriesCacheSize?:
|
|
1398
|
-
indicesQueryBoolMaxClauseCount?:
|
|
1399
|
-
indicesRecoveryMaxBytesPerSec?:
|
|
1400
|
-
indicesRecoveryMaxConcurrentFileChunks?:
|
|
1401
|
-
overrideMainResponseVersion?:
|
|
1398
|
+
httpMaxContentLength?: number;
|
|
1399
|
+
httpMaxHeaderSize?: number;
|
|
1400
|
+
httpMaxInitialLineLength?: number;
|
|
1401
|
+
indicesFielddataCacheSize?: number;
|
|
1402
|
+
indicesMemoryIndexBufferSize?: number;
|
|
1403
|
+
indicesQueriesCacheSize?: number;
|
|
1404
|
+
indicesQueryBoolMaxClauseCount?: number;
|
|
1405
|
+
indicesRecoveryMaxBytesPerSec?: number;
|
|
1406
|
+
indicesRecoveryMaxConcurrentFileChunks?: number;
|
|
1407
|
+
overrideMainResponseVersion?: boolean;
|
|
1402
1408
|
reindexRemoteWhitelists?: string[];
|
|
1403
1409
|
scriptMaxCompilationsRate?: string;
|
|
1404
|
-
searchMaxBuckets?:
|
|
1405
|
-
threadPoolAnalyzeQueueSize?:
|
|
1406
|
-
threadPoolAnalyzeSize?:
|
|
1407
|
-
threadPoolForceMergeSize?:
|
|
1408
|
-
threadPoolGetQueueSize?:
|
|
1409
|
-
threadPoolGetSize?:
|
|
1410
|
-
threadPoolSearchQueueSize?:
|
|
1411
|
-
threadPoolSearchSize?:
|
|
1412
|
-
threadPoolSearchThrottledQueueSize?:
|
|
1413
|
-
threadPoolSearchThrottledSize?:
|
|
1414
|
-
threadPoolWriteQueueSize?:
|
|
1415
|
-
threadPoolWriteSize?:
|
|
1410
|
+
searchMaxBuckets?: number;
|
|
1411
|
+
threadPoolAnalyzeQueueSize?: number;
|
|
1412
|
+
threadPoolAnalyzeSize?: number;
|
|
1413
|
+
threadPoolForceMergeSize?: number;
|
|
1414
|
+
threadPoolGetQueueSize?: number;
|
|
1415
|
+
threadPoolGetSize?: number;
|
|
1416
|
+
threadPoolSearchQueueSize?: number;
|
|
1417
|
+
threadPoolSearchSize?: number;
|
|
1418
|
+
threadPoolSearchThrottledQueueSize?: number;
|
|
1419
|
+
threadPoolSearchThrottledSize?: number;
|
|
1420
|
+
threadPoolWriteQueueSize?: number;
|
|
1421
|
+
threadPoolWriteSize?: number;
|
|
1416
1422
|
}
|
|
1417
1423
|
export interface GetOpenSearchOpensearchUserConfigOpensearchDashboards {
|
|
1418
|
-
enabled?:
|
|
1419
|
-
maxOldSpaceSize?:
|
|
1420
|
-
opensearchRequestTimeout?:
|
|
1424
|
+
enabled?: boolean;
|
|
1425
|
+
maxOldSpaceSize?: number;
|
|
1426
|
+
opensearchRequestTimeout?: number;
|
|
1421
1427
|
}
|
|
1422
1428
|
export interface GetOpenSearchOpensearchUserConfigPrivateAccess {
|
|
1423
1429
|
/**
|
|
1424
1430
|
* Opensearch server provided values
|
|
1425
1431
|
*/
|
|
1426
|
-
opensearch?:
|
|
1427
|
-
opensearchDashboards?:
|
|
1428
|
-
prometheus?:
|
|
1432
|
+
opensearch?: boolean;
|
|
1433
|
+
opensearchDashboards?: boolean;
|
|
1434
|
+
prometheus?: boolean;
|
|
1429
1435
|
}
|
|
1430
1436
|
export interface GetOpenSearchOpensearchUserConfigPrivatelinkAccess {
|
|
1431
1437
|
/**
|
|
1432
1438
|
* Opensearch server provided values
|
|
1433
1439
|
*/
|
|
1434
|
-
opensearch?:
|
|
1435
|
-
opensearchDashboards?:
|
|
1436
|
-
prometheus?:
|
|
1440
|
+
opensearch?: boolean;
|
|
1441
|
+
opensearchDashboards?: boolean;
|
|
1442
|
+
prometheus?: boolean;
|
|
1437
1443
|
}
|
|
1438
1444
|
export interface GetOpenSearchOpensearchUserConfigPublicAccess {
|
|
1439
1445
|
/**
|
|
1440
1446
|
* Opensearch server provided values
|
|
1441
1447
|
*/
|
|
1442
|
-
opensearch?:
|
|
1443
|
-
opensearchDashboards?:
|
|
1444
|
-
prometheus?:
|
|
1448
|
+
opensearch?: boolean;
|
|
1449
|
+
opensearchDashboards?: boolean;
|
|
1450
|
+
prometheus?: boolean;
|
|
1445
1451
|
}
|
|
1446
1452
|
export interface GetOpenSearchServiceIntegration {
|
|
1447
1453
|
integrationType: string;
|
|
@@ -1475,10 +1481,13 @@ export interface GetPgPgUserConfig {
|
|
|
1475
1481
|
additionalBackupRegions?: string;
|
|
1476
1482
|
adminPassword?: string;
|
|
1477
1483
|
adminUsername?: string;
|
|
1478
|
-
backupHour?:
|
|
1479
|
-
backupMinute?:
|
|
1480
|
-
enableIpv6?:
|
|
1484
|
+
backupHour?: number;
|
|
1485
|
+
backupMinute?: number;
|
|
1486
|
+
enableIpv6?: boolean;
|
|
1481
1487
|
ipFilterObjects?: outputs.GetPgPgUserConfigIpFilterObject[];
|
|
1488
|
+
/**
|
|
1489
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1490
|
+
*/
|
|
1482
1491
|
ipFilters?: string[];
|
|
1483
1492
|
migration?: outputs.GetPgPgUserConfigMigration;
|
|
1484
1493
|
/**
|
|
@@ -1486,11 +1495,14 @@ export interface GetPgPgUserConfig {
|
|
|
1486
1495
|
*/
|
|
1487
1496
|
pg?: outputs.GetPgPgUserConfigPg;
|
|
1488
1497
|
/**
|
|
1489
|
-
* @deprecated
|
|
1498
|
+
* @deprecated Usage of this field is discouraged.
|
|
1499
|
+
*/
|
|
1500
|
+
pgReadReplica?: boolean;
|
|
1501
|
+
/**
|
|
1502
|
+
* @deprecated Usage of this field is discouraged.
|
|
1490
1503
|
*/
|
|
1491
|
-
pgReadReplica?: string;
|
|
1492
1504
|
pgServiceToForkFrom?: string;
|
|
1493
|
-
pgStatMonitorEnable?:
|
|
1505
|
+
pgStatMonitorEnable?: boolean;
|
|
1494
1506
|
pgVersion?: string;
|
|
1495
1507
|
pgbouncer?: outputs.GetPgPgUserConfigPgbouncer;
|
|
1496
1508
|
pglookout?: outputs.GetPgPgUserConfigPglookout;
|
|
@@ -1500,119 +1512,121 @@ export interface GetPgPgUserConfig {
|
|
|
1500
1512
|
publicAccess?: outputs.GetPgPgUserConfigPublicAccess;
|
|
1501
1513
|
recoveryTargetTime?: string;
|
|
1502
1514
|
serviceToForkFrom?: string;
|
|
1503
|
-
sharedBuffersPercentage?:
|
|
1515
|
+
sharedBuffersPercentage?: number;
|
|
1504
1516
|
/**
|
|
1505
1517
|
* 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
|
|
1506
1518
|
*/
|
|
1507
|
-
staticIps?:
|
|
1519
|
+
staticIps?: boolean;
|
|
1508
1520
|
synchronousReplication?: string;
|
|
1509
1521
|
timescaledb?: outputs.GetPgPgUserConfigTimescaledb;
|
|
1510
1522
|
variant?: string;
|
|
1511
|
-
workMem?:
|
|
1523
|
+
workMem?: number;
|
|
1512
1524
|
}
|
|
1513
1525
|
export interface GetPgPgUserConfigIpFilterObject {
|
|
1514
1526
|
description?: string;
|
|
1515
|
-
network
|
|
1527
|
+
network: string;
|
|
1516
1528
|
}
|
|
1517
1529
|
export interface GetPgPgUserConfigMigration {
|
|
1518
1530
|
dbname?: string;
|
|
1519
|
-
host
|
|
1531
|
+
host: string;
|
|
1520
1532
|
ignoreDbs?: string;
|
|
1521
1533
|
method?: string;
|
|
1522
1534
|
password?: string;
|
|
1523
|
-
port
|
|
1524
|
-
ssl?:
|
|
1535
|
+
port: number;
|
|
1536
|
+
ssl?: boolean;
|
|
1525
1537
|
username?: string;
|
|
1526
1538
|
}
|
|
1527
1539
|
export interface GetPgPgUserConfigPg {
|
|
1528
|
-
autovacuumAnalyzeScaleFactor?:
|
|
1529
|
-
autovacuumAnalyzeThreshold?:
|
|
1530
|
-
autovacuumFreezeMaxAge?:
|
|
1531
|
-
autovacuumMaxWorkers?:
|
|
1532
|
-
autovacuumNaptime?:
|
|
1533
|
-
autovacuumVacuumCostDelay?:
|
|
1534
|
-
autovacuumVacuumCostLimit?:
|
|
1535
|
-
autovacuumVacuumScaleFactor?:
|
|
1536
|
-
autovacuumVacuumThreshold?:
|
|
1537
|
-
bgwriterDelay?:
|
|
1538
|
-
bgwriterFlushAfter?:
|
|
1539
|
-
bgwriterLruMaxpages?:
|
|
1540
|
-
bgwriterLruMultiplier?:
|
|
1541
|
-
deadlockTimeout?:
|
|
1540
|
+
autovacuumAnalyzeScaleFactor?: number;
|
|
1541
|
+
autovacuumAnalyzeThreshold?: number;
|
|
1542
|
+
autovacuumFreezeMaxAge?: number;
|
|
1543
|
+
autovacuumMaxWorkers?: number;
|
|
1544
|
+
autovacuumNaptime?: number;
|
|
1545
|
+
autovacuumVacuumCostDelay?: number;
|
|
1546
|
+
autovacuumVacuumCostLimit?: number;
|
|
1547
|
+
autovacuumVacuumScaleFactor?: number;
|
|
1548
|
+
autovacuumVacuumThreshold?: number;
|
|
1549
|
+
bgwriterDelay?: number;
|
|
1550
|
+
bgwriterFlushAfter?: number;
|
|
1551
|
+
bgwriterLruMaxpages?: number;
|
|
1552
|
+
bgwriterLruMultiplier?: number;
|
|
1553
|
+
deadlockTimeout?: number;
|
|
1542
1554
|
defaultToastCompression?: string;
|
|
1543
|
-
idleInTransactionSessionTimeout?:
|
|
1544
|
-
jit?:
|
|
1545
|
-
logAutovacuumMinDuration?:
|
|
1555
|
+
idleInTransactionSessionTimeout?: number;
|
|
1556
|
+
jit?: boolean;
|
|
1557
|
+
logAutovacuumMinDuration?: number;
|
|
1546
1558
|
logErrorVerbosity?: string;
|
|
1547
1559
|
logLinePrefix?: string;
|
|
1548
|
-
logMinDurationStatement?:
|
|
1549
|
-
logTempFiles?:
|
|
1550
|
-
maxFilesPerProcess?:
|
|
1551
|
-
maxLocksPerTransaction?:
|
|
1552
|
-
maxLogicalReplicationWorkers?:
|
|
1553
|
-
maxParallelWorkers?:
|
|
1554
|
-
maxParallelWorkersPerGather?:
|
|
1555
|
-
maxPredLocksPerTransaction?:
|
|
1556
|
-
maxPreparedTransactions?:
|
|
1557
|
-
maxReplicationSlots?:
|
|
1558
|
-
maxSlotWalKeepSize?:
|
|
1559
|
-
maxStackDepth?:
|
|
1560
|
-
maxStandbyArchiveDelay?:
|
|
1561
|
-
maxStandbyStreamingDelay?:
|
|
1562
|
-
maxWalSenders?:
|
|
1563
|
-
maxWorkerProcesses?:
|
|
1564
|
-
pgPartmanBgwDotInterval?:
|
|
1560
|
+
logMinDurationStatement?: number;
|
|
1561
|
+
logTempFiles?: number;
|
|
1562
|
+
maxFilesPerProcess?: number;
|
|
1563
|
+
maxLocksPerTransaction?: number;
|
|
1564
|
+
maxLogicalReplicationWorkers?: number;
|
|
1565
|
+
maxParallelWorkers?: number;
|
|
1566
|
+
maxParallelWorkersPerGather?: number;
|
|
1567
|
+
maxPredLocksPerTransaction?: number;
|
|
1568
|
+
maxPreparedTransactions?: number;
|
|
1569
|
+
maxReplicationSlots?: number;
|
|
1570
|
+
maxSlotWalKeepSize?: number;
|
|
1571
|
+
maxStackDepth?: number;
|
|
1572
|
+
maxStandbyArchiveDelay?: number;
|
|
1573
|
+
maxStandbyStreamingDelay?: number;
|
|
1574
|
+
maxWalSenders?: number;
|
|
1575
|
+
maxWorkerProcesses?: number;
|
|
1576
|
+
pgPartmanBgwDotInterval?: number;
|
|
1565
1577
|
pgPartmanBgwDotRole?: string;
|
|
1578
|
+
pgStatMonitorDotPgsmEnableQueryPlan?: boolean;
|
|
1579
|
+
pgStatMonitorDotPgsmMaxBuckets?: number;
|
|
1566
1580
|
pgStatStatementsDotTrack?: string;
|
|
1567
|
-
tempFileLimit?:
|
|
1581
|
+
tempFileLimit?: number;
|
|
1568
1582
|
timezone?: string;
|
|
1569
|
-
trackActivityQuerySize?:
|
|
1583
|
+
trackActivityQuerySize?: number;
|
|
1570
1584
|
trackCommitTimestamp?: string;
|
|
1571
1585
|
trackFunctions?: string;
|
|
1572
1586
|
trackIoTiming?: string;
|
|
1573
|
-
walSenderTimeout?:
|
|
1574
|
-
walWriterDelay?:
|
|
1587
|
+
walSenderTimeout?: number;
|
|
1588
|
+
walWriterDelay?: number;
|
|
1575
1589
|
}
|
|
1576
1590
|
export interface GetPgPgUserConfigPgbouncer {
|
|
1577
|
-
autodbIdleTimeout?:
|
|
1578
|
-
autodbMaxDbConnections?:
|
|
1591
|
+
autodbIdleTimeout?: number;
|
|
1592
|
+
autodbMaxDbConnections?: number;
|
|
1579
1593
|
autodbPoolMode?: string;
|
|
1580
|
-
autodbPoolSize?:
|
|
1594
|
+
autodbPoolSize?: number;
|
|
1581
1595
|
ignoreStartupParameters?: string[];
|
|
1582
|
-
minPoolSize?:
|
|
1583
|
-
serverIdleTimeout?:
|
|
1584
|
-
serverLifetime?:
|
|
1585
|
-
serverResetQueryAlways?:
|
|
1596
|
+
minPoolSize?: number;
|
|
1597
|
+
serverIdleTimeout?: number;
|
|
1598
|
+
serverLifetime?: number;
|
|
1599
|
+
serverResetQueryAlways?: boolean;
|
|
1586
1600
|
}
|
|
1587
1601
|
export interface GetPgPgUserConfigPglookout {
|
|
1588
|
-
maxFailoverReplicationTimeLag?:
|
|
1602
|
+
maxFailoverReplicationTimeLag?: number;
|
|
1589
1603
|
}
|
|
1590
1604
|
export interface GetPgPgUserConfigPrivateAccess {
|
|
1591
1605
|
/**
|
|
1592
1606
|
* PostgreSQL specific server provided values
|
|
1593
1607
|
*/
|
|
1594
|
-
pg?:
|
|
1595
|
-
pgbouncer?:
|
|
1596
|
-
prometheus?:
|
|
1608
|
+
pg?: boolean;
|
|
1609
|
+
pgbouncer?: boolean;
|
|
1610
|
+
prometheus?: boolean;
|
|
1597
1611
|
}
|
|
1598
1612
|
export interface GetPgPgUserConfigPrivatelinkAccess {
|
|
1599
1613
|
/**
|
|
1600
1614
|
* PostgreSQL specific server provided values
|
|
1601
1615
|
*/
|
|
1602
|
-
pg?:
|
|
1603
|
-
pgbouncer?:
|
|
1604
|
-
prometheus?:
|
|
1616
|
+
pg?: boolean;
|
|
1617
|
+
pgbouncer?: boolean;
|
|
1618
|
+
prometheus?: boolean;
|
|
1605
1619
|
}
|
|
1606
1620
|
export interface GetPgPgUserConfigPublicAccess {
|
|
1607
1621
|
/**
|
|
1608
1622
|
* PostgreSQL specific server provided values
|
|
1609
1623
|
*/
|
|
1610
|
-
pg?:
|
|
1611
|
-
pgbouncer?:
|
|
1612
|
-
prometheus?:
|
|
1624
|
+
pg?: boolean;
|
|
1625
|
+
pgbouncer?: boolean;
|
|
1626
|
+
prometheus?: boolean;
|
|
1613
1627
|
}
|
|
1614
1628
|
export interface GetPgPgUserConfigTimescaledb {
|
|
1615
|
-
maxBackgroundWorkers?:
|
|
1629
|
+
maxBackgroundWorkers?: number;
|
|
1616
1630
|
}
|
|
1617
1631
|
export interface GetPgServiceIntegration {
|
|
1618
1632
|
integrationType: string;
|
|
@@ -1640,6 +1654,9 @@ export interface GetRedisRedi {
|
|
|
1640
1654
|
export interface GetRedisRedisUserConfig {
|
|
1641
1655
|
additionalBackupRegions?: string;
|
|
1642
1656
|
ipFilterObjects?: outputs.GetRedisRedisUserConfigIpFilterObject[];
|
|
1657
|
+
/**
|
|
1658
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1659
|
+
*/
|
|
1643
1660
|
ipFilters?: string[];
|
|
1644
1661
|
migration?: outputs.GetRedisRedisUserConfigMigration;
|
|
1645
1662
|
privateAccess?: outputs.GetRedisRedisUserConfigPrivateAccess;
|
|
@@ -1648,56 +1665,56 @@ export interface GetRedisRedisUserConfig {
|
|
|
1648
1665
|
publicAccess?: outputs.GetRedisRedisUserConfigPublicAccess;
|
|
1649
1666
|
recoveryBasebackupName?: string;
|
|
1650
1667
|
redisAclChannelsDefault?: string;
|
|
1651
|
-
redisIoThreads?:
|
|
1652
|
-
redisLfuDecayTime?:
|
|
1653
|
-
redisLfuLogFactor?:
|
|
1668
|
+
redisIoThreads?: number;
|
|
1669
|
+
redisLfuDecayTime?: number;
|
|
1670
|
+
redisLfuLogFactor?: number;
|
|
1654
1671
|
redisMaxmemoryPolicy?: string;
|
|
1655
1672
|
redisNotifyKeyspaceEvents?: string;
|
|
1656
|
-
redisNumberOfDatabases?:
|
|
1673
|
+
redisNumberOfDatabases?: number;
|
|
1657
1674
|
redisPersistence?: string;
|
|
1658
|
-
redisPubsubClientOutputBufferLimit?:
|
|
1659
|
-
redisSsl?:
|
|
1660
|
-
redisTimeout?:
|
|
1675
|
+
redisPubsubClientOutputBufferLimit?: number;
|
|
1676
|
+
redisSsl?: boolean;
|
|
1677
|
+
redisTimeout?: number;
|
|
1661
1678
|
serviceToForkFrom?: string;
|
|
1662
1679
|
/**
|
|
1663
1680
|
* 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
|
|
1664
1681
|
*/
|
|
1665
|
-
staticIps?:
|
|
1682
|
+
staticIps?: boolean;
|
|
1666
1683
|
}
|
|
1667
1684
|
export interface GetRedisRedisUserConfigIpFilterObject {
|
|
1668
1685
|
description?: string;
|
|
1669
|
-
network
|
|
1686
|
+
network: string;
|
|
1670
1687
|
}
|
|
1671
1688
|
export interface GetRedisRedisUserConfigMigration {
|
|
1672
1689
|
dbname?: string;
|
|
1673
|
-
host
|
|
1690
|
+
host: string;
|
|
1674
1691
|
ignoreDbs?: string;
|
|
1675
1692
|
method?: string;
|
|
1676
1693
|
password?: string;
|
|
1677
|
-
port
|
|
1678
|
-
ssl?:
|
|
1694
|
+
port: number;
|
|
1695
|
+
ssl?: boolean;
|
|
1679
1696
|
username?: string;
|
|
1680
1697
|
}
|
|
1681
1698
|
export interface GetRedisRedisUserConfigPrivateAccess {
|
|
1682
|
-
prometheus?:
|
|
1699
|
+
prometheus?: boolean;
|
|
1683
1700
|
/**
|
|
1684
1701
|
* Redis server provided values
|
|
1685
1702
|
*/
|
|
1686
|
-
redis?:
|
|
1703
|
+
redis?: boolean;
|
|
1687
1704
|
}
|
|
1688
1705
|
export interface GetRedisRedisUserConfigPrivatelinkAccess {
|
|
1689
|
-
prometheus?:
|
|
1706
|
+
prometheus?: boolean;
|
|
1690
1707
|
/**
|
|
1691
1708
|
* Redis server provided values
|
|
1692
1709
|
*/
|
|
1693
|
-
redis?:
|
|
1710
|
+
redis?: boolean;
|
|
1694
1711
|
}
|
|
1695
1712
|
export interface GetRedisRedisUserConfigPublicAccess {
|
|
1696
|
-
prometheus?:
|
|
1713
|
+
prometheus?: boolean;
|
|
1697
1714
|
/**
|
|
1698
1715
|
* Redis server provided values
|
|
1699
1716
|
*/
|
|
1700
|
-
redis?:
|
|
1717
|
+
redis?: boolean;
|
|
1701
1718
|
}
|
|
1702
1719
|
export interface GetRedisServiceIntegration {
|
|
1703
1720
|
integrationType: string;
|
|
@@ -1712,17 +1729,17 @@ export interface GetServiceIntegrationClickhouseKafkaUserConfig {
|
|
|
1712
1729
|
}
|
|
1713
1730
|
export interface GetServiceIntegrationClickhouseKafkaUserConfigTable {
|
|
1714
1731
|
columns?: outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableColumn[];
|
|
1715
|
-
dataFormat
|
|
1716
|
-
groupName
|
|
1717
|
-
name
|
|
1732
|
+
dataFormat: string;
|
|
1733
|
+
groupName: string;
|
|
1734
|
+
name: string;
|
|
1718
1735
|
topics?: outputs.GetServiceIntegrationClickhouseKafkaUserConfigTableTopic[];
|
|
1719
1736
|
}
|
|
1720
1737
|
export interface GetServiceIntegrationClickhouseKafkaUserConfigTableColumn {
|
|
1721
|
-
name
|
|
1722
|
-
type
|
|
1738
|
+
name: string;
|
|
1739
|
+
type: string;
|
|
1723
1740
|
}
|
|
1724
1741
|
export interface GetServiceIntegrationClickhouseKafkaUserConfigTableTopic {
|
|
1725
|
-
name
|
|
1742
|
+
name: string;
|
|
1726
1743
|
}
|
|
1727
1744
|
export interface GetServiceIntegrationClickhousePostgresqlUserConfig {
|
|
1728
1745
|
databases?: outputs.GetServiceIntegrationClickhousePostgresqlUserConfigDatabase[];
|
|
@@ -1732,31 +1749,37 @@ export interface GetServiceIntegrationClickhousePostgresqlUserConfigDatabase {
|
|
|
1732
1749
|
schema?: string;
|
|
1733
1750
|
}
|
|
1734
1751
|
export interface GetServiceIntegrationDatadogUserConfig {
|
|
1735
|
-
datadogDbmEnabled?:
|
|
1752
|
+
datadogDbmEnabled?: boolean;
|
|
1736
1753
|
datadogTags?: outputs.GetServiceIntegrationDatadogUserConfigDatadogTag[];
|
|
1737
1754
|
excludeConsumerGroups?: string[];
|
|
1738
1755
|
excludeTopics?: string[];
|
|
1739
1756
|
includeConsumerGroups?: string[];
|
|
1740
1757
|
includeTopics?: string[];
|
|
1741
1758
|
kafkaCustomMetrics?: string[];
|
|
1742
|
-
maxJmxMetrics?:
|
|
1759
|
+
maxJmxMetrics?: number;
|
|
1760
|
+
opensearch?: outputs.GetServiceIntegrationDatadogUserConfigOpensearch;
|
|
1743
1761
|
}
|
|
1744
1762
|
export interface GetServiceIntegrationDatadogUserConfigDatadogTag {
|
|
1745
1763
|
comment?: string;
|
|
1746
|
-
tag
|
|
1764
|
+
tag: string;
|
|
1765
|
+
}
|
|
1766
|
+
export interface GetServiceIntegrationDatadogUserConfigOpensearch {
|
|
1767
|
+
indexStatsEnabled?: boolean;
|
|
1768
|
+
pendingTaskStatsEnabled?: boolean;
|
|
1769
|
+
pshardStatsEnabled?: boolean;
|
|
1747
1770
|
}
|
|
1748
1771
|
export interface GetServiceIntegrationEndpointDatadogUserConfig {
|
|
1749
1772
|
datadogApiKey?: string;
|
|
1750
1773
|
datadogTags?: outputs.GetServiceIntegrationEndpointDatadogUserConfigDatadogTag[];
|
|
1751
|
-
disableConsumerStats?:
|
|
1752
|
-
kafkaConsumerCheckInstances?:
|
|
1753
|
-
kafkaConsumerStatsTimeout?:
|
|
1754
|
-
maxPartitionContexts?:
|
|
1774
|
+
disableConsumerStats?: boolean;
|
|
1775
|
+
kafkaConsumerCheckInstances?: number;
|
|
1776
|
+
kafkaConsumerStatsTimeout?: number;
|
|
1777
|
+
maxPartitionContexts?: number;
|
|
1755
1778
|
site?: string;
|
|
1756
1779
|
}
|
|
1757
1780
|
export interface GetServiceIntegrationEndpointDatadogUserConfigDatadogTag {
|
|
1758
1781
|
comment?: string;
|
|
1759
|
-
tag
|
|
1782
|
+
tag: string;
|
|
1760
1783
|
}
|
|
1761
1784
|
export interface GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig {
|
|
1762
1785
|
accessKey?: string;
|
|
@@ -1772,9 +1795,9 @@ export interface GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserCo
|
|
|
1772
1795
|
}
|
|
1773
1796
|
export interface GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfig {
|
|
1774
1797
|
ca?: string;
|
|
1775
|
-
indexDaysMax?:
|
|
1798
|
+
indexDaysMax?: number;
|
|
1776
1799
|
indexPrefix?: string;
|
|
1777
|
-
timeout?:
|
|
1800
|
+
timeout?: number;
|
|
1778
1801
|
url?: string;
|
|
1779
1802
|
}
|
|
1780
1803
|
export interface GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig {
|
|
@@ -1795,9 +1818,9 @@ export interface GetServiceIntegrationEndpointExternalKafkaUserConfig {
|
|
|
1795
1818
|
}
|
|
1796
1819
|
export interface GetServiceIntegrationEndpointExternalOpensearchLogsUserConfig {
|
|
1797
1820
|
ca?: string;
|
|
1798
|
-
indexDaysMax?:
|
|
1821
|
+
indexDaysMax?: number;
|
|
1799
1822
|
indexPrefix?: string;
|
|
1800
|
-
timeout?:
|
|
1823
|
+
timeout?: number;
|
|
1801
1824
|
url?: string;
|
|
1802
1825
|
}
|
|
1803
1826
|
export interface GetServiceIntegrationEndpointExternalSchemaRegistryUserConfig {
|
|
@@ -1820,10 +1843,10 @@ export interface GetServiceIntegrationEndpointRsyslogUserConfig {
|
|
|
1820
1843
|
format?: string;
|
|
1821
1844
|
key?: string;
|
|
1822
1845
|
logline?: string;
|
|
1823
|
-
port?:
|
|
1846
|
+
port?: number;
|
|
1824
1847
|
sd?: string;
|
|
1825
1848
|
server?: string;
|
|
1826
|
-
tls?:
|
|
1849
|
+
tls?: boolean;
|
|
1827
1850
|
}
|
|
1828
1851
|
export interface GetServiceIntegrationEndpointSignalfxUserConfig {
|
|
1829
1852
|
enabledMetrics?: string[];
|
|
@@ -1835,12 +1858,12 @@ export interface GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfig {
|
|
|
1835
1858
|
extraMetrics?: outputs.GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric[];
|
|
1836
1859
|
}
|
|
1837
1860
|
export interface GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric {
|
|
1838
|
-
field
|
|
1839
|
-
metric
|
|
1861
|
+
field: string;
|
|
1862
|
+
metric: string;
|
|
1840
1863
|
}
|
|
1841
1864
|
export interface GetServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric {
|
|
1842
|
-
field
|
|
1843
|
-
metric
|
|
1865
|
+
field: string;
|
|
1866
|
+
metric: string;
|
|
1844
1867
|
}
|
|
1845
1868
|
export interface GetServiceIntegrationKafkaConnectUserConfig {
|
|
1846
1869
|
kafkaConnect?: outputs.GetServiceIntegrationKafkaConnectUserConfigKafkaConnect;
|
|
@@ -1859,19 +1882,19 @@ export interface GetServiceIntegrationKafkaMirrormakerUserConfig {
|
|
|
1859
1882
|
kafkaMirrormaker?: outputs.GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker;
|
|
1860
1883
|
}
|
|
1861
1884
|
export interface GetServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
1862
|
-
consumerFetchMinBytes?:
|
|
1863
|
-
producerBatchSize?:
|
|
1864
|
-
producerBufferMemory?:
|
|
1865
|
-
producerLingerMs?:
|
|
1866
|
-
producerMaxRequestSize?:
|
|
1885
|
+
consumerFetchMinBytes?: number;
|
|
1886
|
+
producerBatchSize?: number;
|
|
1887
|
+
producerBufferMemory?: number;
|
|
1888
|
+
producerLingerMs?: number;
|
|
1889
|
+
producerMaxRequestSize?: number;
|
|
1867
1890
|
}
|
|
1868
1891
|
export interface GetServiceIntegrationLogsUserConfig {
|
|
1869
|
-
elasticsearchIndexDaysMax?:
|
|
1892
|
+
elasticsearchIndexDaysMax?: number;
|
|
1870
1893
|
elasticsearchIndexPrefix?: string;
|
|
1871
1894
|
}
|
|
1872
1895
|
export interface GetServiceIntegrationMetricsUserConfig {
|
|
1873
1896
|
database?: string;
|
|
1874
|
-
retentionDays?:
|
|
1897
|
+
retentionDays?: number;
|
|
1875
1898
|
roUsername?: string;
|
|
1876
1899
|
sourceMysql?: outputs.GetServiceIntegrationMetricsUserConfigSourceMysql;
|
|
1877
1900
|
username?: string;
|
|
@@ -1880,23 +1903,20 @@ export interface GetServiceIntegrationMetricsUserConfigSourceMysql {
|
|
|
1880
1903
|
telegraf?: outputs.GetServiceIntegrationMetricsUserConfigSourceMysqlTelegraf;
|
|
1881
1904
|
}
|
|
1882
1905
|
export interface GetServiceIntegrationMetricsUserConfigSourceMysqlTelegraf {
|
|
1883
|
-
gatherEventWaits?:
|
|
1884
|
-
gatherFileEventsStats?:
|
|
1885
|
-
gatherIndexIoWaits?:
|
|
1886
|
-
gatherInfoSchemaAutoInc?:
|
|
1887
|
-
gatherInnodbMetrics?:
|
|
1888
|
-
gatherPerfEventsStatements?:
|
|
1889
|
-
gatherProcessList?:
|
|
1890
|
-
gatherSlaveStatus?:
|
|
1891
|
-
gatherTableIoWaits?:
|
|
1892
|
-
gatherTableLockWaits?:
|
|
1893
|
-
gatherTableSchema?:
|
|
1894
|
-
perfEventsStatementsDigestTextLimit?:
|
|
1895
|
-
perfEventsStatementsLimit?:
|
|
1896
|
-
perfEventsStatementsTimeLimit?:
|
|
1897
|
-
}
|
|
1898
|
-
export interface GetServiceIntegrationMirrormakerUserConfig {
|
|
1899
|
-
mirrormakerWhitelist?: string;
|
|
1906
|
+
gatherEventWaits?: boolean;
|
|
1907
|
+
gatherFileEventsStats?: boolean;
|
|
1908
|
+
gatherIndexIoWaits?: boolean;
|
|
1909
|
+
gatherInfoSchemaAutoInc?: boolean;
|
|
1910
|
+
gatherInnodbMetrics?: boolean;
|
|
1911
|
+
gatherPerfEventsStatements?: boolean;
|
|
1912
|
+
gatherProcessList?: boolean;
|
|
1913
|
+
gatherSlaveStatus?: boolean;
|
|
1914
|
+
gatherTableIoWaits?: boolean;
|
|
1915
|
+
gatherTableLockWaits?: boolean;
|
|
1916
|
+
gatherTableSchema?: boolean;
|
|
1917
|
+
perfEventsStatementsDigestTextLimit?: number;
|
|
1918
|
+
perfEventsStatementsLimit?: number;
|
|
1919
|
+
perfEventsStatementsTimeLimit?: number;
|
|
1900
1920
|
}
|
|
1901
1921
|
export interface GrafanaComponent {
|
|
1902
1922
|
component: string;
|
|
@@ -1911,32 +1931,35 @@ export interface GrafanaGrafana {
|
|
|
1911
1931
|
}
|
|
1912
1932
|
export interface GrafanaGrafanaUserConfig {
|
|
1913
1933
|
additionalBackupRegions?: string;
|
|
1914
|
-
alertingEnabled?:
|
|
1934
|
+
alertingEnabled?: boolean;
|
|
1915
1935
|
alertingErrorOrTimeout?: string;
|
|
1916
|
-
alertingMaxAnnotationsToKeep?:
|
|
1936
|
+
alertingMaxAnnotationsToKeep?: number;
|
|
1917
1937
|
alertingNodataOrNullvalues?: string;
|
|
1918
|
-
allowEmbedding?:
|
|
1938
|
+
allowEmbedding?: boolean;
|
|
1919
1939
|
authAzuread?: outputs.GrafanaGrafanaUserConfigAuthAzuread;
|
|
1920
|
-
authBasicEnabled?:
|
|
1940
|
+
authBasicEnabled?: boolean;
|
|
1921
1941
|
authGenericOauth?: outputs.GrafanaGrafanaUserConfigAuthGenericOauth;
|
|
1922
1942
|
authGithub?: outputs.GrafanaGrafanaUserConfigAuthGithub;
|
|
1923
1943
|
authGitlab?: outputs.GrafanaGrafanaUserConfigAuthGitlab;
|
|
1924
1944
|
authGoogle?: outputs.GrafanaGrafanaUserConfigAuthGoogle;
|
|
1925
1945
|
cookieSamesite?: string;
|
|
1926
1946
|
customDomain?: string;
|
|
1927
|
-
dashboardPreviewsEnabled?:
|
|
1947
|
+
dashboardPreviewsEnabled?: boolean;
|
|
1928
1948
|
dashboardsMinRefreshInterval?: string;
|
|
1929
|
-
dashboardsVersionsToKeep?:
|
|
1930
|
-
dataproxySendUserHeader?:
|
|
1931
|
-
dataproxyTimeout?:
|
|
1949
|
+
dashboardsVersionsToKeep?: number;
|
|
1950
|
+
dataproxySendUserHeader?: boolean;
|
|
1951
|
+
dataproxyTimeout?: number;
|
|
1932
1952
|
dateFormats?: outputs.GrafanaGrafanaUserConfigDateFormats;
|
|
1933
|
-
disableGravatar?:
|
|
1934
|
-
editorsCanAdmin?:
|
|
1953
|
+
disableGravatar?: boolean;
|
|
1954
|
+
editorsCanAdmin?: boolean;
|
|
1935
1955
|
externalImageStorage?: outputs.GrafanaGrafanaUserConfigExternalImageStorage;
|
|
1936
1956
|
googleAnalyticsUaId?: string;
|
|
1937
1957
|
ipFilterObjects?: outputs.GrafanaGrafanaUserConfigIpFilterObject[];
|
|
1958
|
+
/**
|
|
1959
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1960
|
+
*/
|
|
1938
1961
|
ipFilters?: string[];
|
|
1939
|
-
metricsEnabled?:
|
|
1962
|
+
metricsEnabled?: boolean;
|
|
1940
1963
|
privateAccess?: outputs.GrafanaGrafanaUserConfigPrivateAccess;
|
|
1941
1964
|
privatelinkAccess?: outputs.GrafanaGrafanaUserConfigPrivatelinkAccess;
|
|
1942
1965
|
projectToForkFrom?: string;
|
|
@@ -1944,53 +1967,53 @@ export interface GrafanaGrafanaUserConfig {
|
|
|
1944
1967
|
recoveryBasebackupName?: string;
|
|
1945
1968
|
serviceToForkFrom?: string;
|
|
1946
1969
|
smtpServer?: outputs.GrafanaGrafanaUserConfigSmtpServer;
|
|
1947
|
-
staticIps?:
|
|
1948
|
-
userAutoAssignOrg?:
|
|
1970
|
+
staticIps?: boolean;
|
|
1971
|
+
userAutoAssignOrg?: boolean;
|
|
1949
1972
|
userAutoAssignOrgRole?: string;
|
|
1950
|
-
viewersCanEdit?:
|
|
1973
|
+
viewersCanEdit?: boolean;
|
|
1951
1974
|
}
|
|
1952
1975
|
export interface GrafanaGrafanaUserConfigAuthAzuread {
|
|
1953
|
-
allowSignUp?:
|
|
1976
|
+
allowSignUp?: boolean;
|
|
1954
1977
|
allowedDomains?: string[];
|
|
1955
1978
|
allowedGroups?: string[];
|
|
1956
|
-
authUrl
|
|
1957
|
-
clientId
|
|
1958
|
-
clientSecret
|
|
1959
|
-
tokenUrl
|
|
1979
|
+
authUrl: string;
|
|
1980
|
+
clientId: string;
|
|
1981
|
+
clientSecret: string;
|
|
1982
|
+
tokenUrl: string;
|
|
1960
1983
|
}
|
|
1961
1984
|
export interface GrafanaGrafanaUserConfigAuthGenericOauth {
|
|
1962
|
-
allowSignUp?:
|
|
1985
|
+
allowSignUp?: boolean;
|
|
1963
1986
|
allowedDomains?: string[];
|
|
1964
1987
|
allowedOrganizations?: string[];
|
|
1965
|
-
apiUrl
|
|
1966
|
-
authUrl
|
|
1967
|
-
clientId
|
|
1968
|
-
clientSecret
|
|
1988
|
+
apiUrl: string;
|
|
1989
|
+
authUrl: string;
|
|
1990
|
+
clientId: string;
|
|
1991
|
+
clientSecret: string;
|
|
1969
1992
|
name?: string;
|
|
1970
1993
|
scopes?: string[];
|
|
1971
|
-
tokenUrl
|
|
1994
|
+
tokenUrl: string;
|
|
1972
1995
|
}
|
|
1973
1996
|
export interface GrafanaGrafanaUserConfigAuthGithub {
|
|
1974
|
-
allowSignUp?:
|
|
1997
|
+
allowSignUp?: boolean;
|
|
1975
1998
|
allowedOrganizations?: string[];
|
|
1976
|
-
clientId
|
|
1977
|
-
clientSecret
|
|
1978
|
-
teamIds?:
|
|
1999
|
+
clientId: string;
|
|
2000
|
+
clientSecret: string;
|
|
2001
|
+
teamIds?: number[];
|
|
1979
2002
|
}
|
|
1980
2003
|
export interface GrafanaGrafanaUserConfigAuthGitlab {
|
|
1981
|
-
allowSignUp?:
|
|
2004
|
+
allowSignUp?: boolean;
|
|
1982
2005
|
allowedGroups?: string[];
|
|
1983
2006
|
apiUrl?: string;
|
|
1984
2007
|
authUrl?: string;
|
|
1985
|
-
clientId
|
|
1986
|
-
clientSecret
|
|
2008
|
+
clientId: string;
|
|
2009
|
+
clientSecret: string;
|
|
1987
2010
|
tokenUrl?: string;
|
|
1988
2011
|
}
|
|
1989
2012
|
export interface GrafanaGrafanaUserConfigAuthGoogle {
|
|
1990
|
-
allowSignUp?:
|
|
2013
|
+
allowSignUp?: boolean;
|
|
1991
2014
|
allowedDomains?: string[];
|
|
1992
|
-
clientId
|
|
1993
|
-
clientSecret
|
|
2015
|
+
clientId: string;
|
|
2016
|
+
clientSecret: string;
|
|
1994
2017
|
}
|
|
1995
2018
|
export interface GrafanaGrafanaUserConfigDateFormats {
|
|
1996
2019
|
defaultTimezone?: string;
|
|
@@ -2003,31 +2026,31 @@ export interface GrafanaGrafanaUserConfigDateFormats {
|
|
|
2003
2026
|
intervalYear?: string;
|
|
2004
2027
|
}
|
|
2005
2028
|
export interface GrafanaGrafanaUserConfigExternalImageStorage {
|
|
2006
|
-
accessKey
|
|
2007
|
-
bucketUrl
|
|
2008
|
-
provider
|
|
2009
|
-
secretKey
|
|
2029
|
+
accessKey: string;
|
|
2030
|
+
bucketUrl: string;
|
|
2031
|
+
provider: string;
|
|
2032
|
+
secretKey: string;
|
|
2010
2033
|
}
|
|
2011
2034
|
export interface GrafanaGrafanaUserConfigIpFilterObject {
|
|
2012
2035
|
description?: string;
|
|
2013
|
-
network
|
|
2036
|
+
network: string;
|
|
2014
2037
|
}
|
|
2015
2038
|
export interface GrafanaGrafanaUserConfigPrivateAccess {
|
|
2016
|
-
grafana?:
|
|
2039
|
+
grafana?: boolean;
|
|
2017
2040
|
}
|
|
2018
2041
|
export interface GrafanaGrafanaUserConfigPrivatelinkAccess {
|
|
2019
|
-
grafana?:
|
|
2042
|
+
grafana?: boolean;
|
|
2020
2043
|
}
|
|
2021
2044
|
export interface GrafanaGrafanaUserConfigPublicAccess {
|
|
2022
|
-
grafana?:
|
|
2045
|
+
grafana?: boolean;
|
|
2023
2046
|
}
|
|
2024
2047
|
export interface GrafanaGrafanaUserConfigSmtpServer {
|
|
2025
|
-
fromAddress
|
|
2048
|
+
fromAddress: string;
|
|
2026
2049
|
fromName?: string;
|
|
2027
|
-
host
|
|
2050
|
+
host: string;
|
|
2028
2051
|
password?: string;
|
|
2029
|
-
port
|
|
2030
|
-
skipVerify?:
|
|
2052
|
+
port: number;
|
|
2053
|
+
skipVerify?: boolean;
|
|
2031
2054
|
starttlsPolicy?: string;
|
|
2032
2055
|
username?: string;
|
|
2033
2056
|
}
|
|
@@ -2053,31 +2076,33 @@ export interface InfluxDbInfluxdb {
|
|
|
2053
2076
|
}
|
|
2054
2077
|
export interface InfluxDbInfluxdbUserConfig {
|
|
2055
2078
|
/**
|
|
2056
|
-
* Additional Cloud Regions for Backup Replication
|
|
2079
|
+
* Additional Cloud Regions for Backup Replication.
|
|
2057
2080
|
*/
|
|
2058
2081
|
additionalBackupRegions?: string;
|
|
2059
2082
|
/**
|
|
2060
|
-
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name
|
|
2083
|
+
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
2061
2084
|
*/
|
|
2062
2085
|
customDomain?: string;
|
|
2063
2086
|
/**
|
|
2064
|
-
* influxdb.conf configuration values
|
|
2087
|
+
* influxdb.conf configuration values.
|
|
2065
2088
|
*/
|
|
2066
2089
|
influxdb?: outputs.InfluxDbInfluxdbUserConfigInfluxdb;
|
|
2067
2090
|
/**
|
|
2068
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2091
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2069
2092
|
*/
|
|
2070
2093
|
ipFilterObjects?: outputs.InfluxDbInfluxdbUserConfigIpFilterObject[];
|
|
2071
2094
|
/**
|
|
2072
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2095
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2096
|
+
*
|
|
2097
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2073
2098
|
*/
|
|
2074
2099
|
ipFilters?: string[];
|
|
2075
2100
|
/**
|
|
2076
|
-
* Allow access to selected service ports from private networks
|
|
2101
|
+
* Allow access to selected service ports from private networks.
|
|
2077
2102
|
*/
|
|
2078
2103
|
privateAccess?: outputs.InfluxDbInfluxdbUserConfigPrivateAccess;
|
|
2079
2104
|
/**
|
|
2080
|
-
* Allow access to selected service components through Privatelink
|
|
2105
|
+
* Allow access to selected service components through Privatelink.
|
|
2081
2106
|
*/
|
|
2082
2107
|
privatelinkAccess?: outputs.InfluxDbInfluxdbUserConfigPrivatelinkAccess;
|
|
2083
2108
|
/**
|
|
@@ -2085,11 +2110,11 @@ export interface InfluxDbInfluxdbUserConfig {
|
|
|
2085
2110
|
*/
|
|
2086
2111
|
projectToForkFrom?: string;
|
|
2087
2112
|
/**
|
|
2088
|
-
* Allow access to selected service ports from the public Internet
|
|
2113
|
+
* Allow access to selected service ports from the public Internet.
|
|
2089
2114
|
*/
|
|
2090
2115
|
publicAccess?: outputs.InfluxDbInfluxdbUserConfigPublicAccess;
|
|
2091
2116
|
/**
|
|
2092
|
-
* Name of the basebackup to restore in forked service
|
|
2117
|
+
* Name of the basebackup to restore in forked service.
|
|
2093
2118
|
*/
|
|
2094
2119
|
recoveryBasebackupName?: string;
|
|
2095
2120
|
/**
|
|
@@ -2097,39 +2122,39 @@ export interface InfluxDbInfluxdbUserConfig {
|
|
|
2097
2122
|
*/
|
|
2098
2123
|
serviceToForkFrom?: string;
|
|
2099
2124
|
/**
|
|
2100
|
-
* Use static public IP addresses
|
|
2125
|
+
* Use static public IP addresses.
|
|
2101
2126
|
*/
|
|
2102
|
-
staticIps?:
|
|
2127
|
+
staticIps?: boolean;
|
|
2103
2128
|
}
|
|
2104
2129
|
export interface InfluxDbInfluxdbUserConfigInfluxdb {
|
|
2105
|
-
logQueriesAfter?:
|
|
2106
|
-
maxConnectionLimit?:
|
|
2107
|
-
maxRowLimit?:
|
|
2108
|
-
maxSelectBuckets?:
|
|
2109
|
-
maxSelectPoint?:
|
|
2110
|
-
queryTimeout?:
|
|
2130
|
+
logQueriesAfter?: number;
|
|
2131
|
+
maxConnectionLimit?: number;
|
|
2132
|
+
maxRowLimit?: number;
|
|
2133
|
+
maxSelectBuckets?: number;
|
|
2134
|
+
maxSelectPoint?: number;
|
|
2135
|
+
queryTimeout?: number;
|
|
2111
2136
|
}
|
|
2112
2137
|
export interface InfluxDbInfluxdbUserConfigIpFilterObject {
|
|
2113
2138
|
description?: string;
|
|
2114
|
-
network
|
|
2139
|
+
network: string;
|
|
2115
2140
|
}
|
|
2116
2141
|
export interface InfluxDbInfluxdbUserConfigPrivateAccess {
|
|
2117
2142
|
/**
|
|
2118
2143
|
* InfluxDB server provided values
|
|
2119
2144
|
*/
|
|
2120
|
-
influxdb?:
|
|
2145
|
+
influxdb?: boolean;
|
|
2121
2146
|
}
|
|
2122
2147
|
export interface InfluxDbInfluxdbUserConfigPrivatelinkAccess {
|
|
2123
2148
|
/**
|
|
2124
2149
|
* InfluxDB server provided values
|
|
2125
2150
|
*/
|
|
2126
|
-
influxdb?:
|
|
2151
|
+
influxdb?: boolean;
|
|
2127
2152
|
}
|
|
2128
2153
|
export interface InfluxDbInfluxdbUserConfigPublicAccess {
|
|
2129
2154
|
/**
|
|
2130
2155
|
* InfluxDB server provided values
|
|
2131
2156
|
*/
|
|
2132
|
-
influxdb?:
|
|
2157
|
+
influxdb?: boolean;
|
|
2133
2158
|
}
|
|
2134
2159
|
export interface InfluxDbServiceIntegration {
|
|
2135
2160
|
/**
|
|
@@ -2174,43 +2199,49 @@ export interface KafkaConnectKafkaConnect {
|
|
|
2174
2199
|
export interface KafkaConnectKafkaConnectUserConfig {
|
|
2175
2200
|
additionalBackupRegions?: string;
|
|
2176
2201
|
ipFilterObjects?: outputs.KafkaConnectKafkaConnectUserConfigIpFilterObject[];
|
|
2202
|
+
/**
|
|
2203
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2204
|
+
*/
|
|
2177
2205
|
ipFilters?: string[];
|
|
2178
2206
|
kafkaConnect?: outputs.KafkaConnectKafkaConnectUserConfigKafkaConnect;
|
|
2179
2207
|
privateAccess?: outputs.KafkaConnectKafkaConnectUserConfigPrivateAccess;
|
|
2180
2208
|
privatelinkAccess?: outputs.KafkaConnectKafkaConnectUserConfigPrivatelinkAccess;
|
|
2181
2209
|
publicAccess?: outputs.KafkaConnectKafkaConnectUserConfigPublicAccess;
|
|
2182
|
-
staticIps?:
|
|
2210
|
+
staticIps?: boolean;
|
|
2183
2211
|
}
|
|
2184
2212
|
export interface KafkaConnectKafkaConnectUserConfigIpFilterObject {
|
|
2185
2213
|
description?: string;
|
|
2186
|
-
network
|
|
2214
|
+
network: string;
|
|
2187
2215
|
}
|
|
2188
2216
|
export interface KafkaConnectKafkaConnectUserConfigKafkaConnect {
|
|
2189
2217
|
connectorClientConfigOverridePolicy?: string;
|
|
2190
2218
|
consumerAutoOffsetReset?: string;
|
|
2191
|
-
consumerFetchMaxBytes?:
|
|
2219
|
+
consumerFetchMaxBytes?: number;
|
|
2192
2220
|
consumerIsolationLevel?: string;
|
|
2193
|
-
consumerMaxPartitionFetchBytes?:
|
|
2194
|
-
consumerMaxPollIntervalMs?:
|
|
2195
|
-
consumerMaxPollRecords?:
|
|
2196
|
-
offsetFlushIntervalMs?:
|
|
2197
|
-
offsetFlushTimeoutMs?:
|
|
2221
|
+
consumerMaxPartitionFetchBytes?: number;
|
|
2222
|
+
consumerMaxPollIntervalMs?: number;
|
|
2223
|
+
consumerMaxPollRecords?: number;
|
|
2224
|
+
offsetFlushIntervalMs?: number;
|
|
2225
|
+
offsetFlushTimeoutMs?: number;
|
|
2226
|
+
producerBatchSize?: number;
|
|
2227
|
+
producerBufferMemory?: number;
|
|
2198
2228
|
producerCompressionType?: string;
|
|
2199
|
-
|
|
2200
|
-
|
|
2229
|
+
producerLingerMs?: number;
|
|
2230
|
+
producerMaxRequestSize?: number;
|
|
2231
|
+
sessionTimeoutMs?: number;
|
|
2201
2232
|
}
|
|
2202
2233
|
export interface KafkaConnectKafkaConnectUserConfigPrivateAccess {
|
|
2203
|
-
kafkaConnect?:
|
|
2204
|
-
prometheus?:
|
|
2234
|
+
kafkaConnect?: boolean;
|
|
2235
|
+
prometheus?: boolean;
|
|
2205
2236
|
}
|
|
2206
2237
|
export interface KafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
|
|
2207
|
-
jolokia?:
|
|
2208
|
-
kafkaConnect?:
|
|
2209
|
-
prometheus?:
|
|
2238
|
+
jolokia?: boolean;
|
|
2239
|
+
kafkaConnect?: boolean;
|
|
2240
|
+
prometheus?: boolean;
|
|
2210
2241
|
}
|
|
2211
2242
|
export interface KafkaConnectKafkaConnectUserConfigPublicAccess {
|
|
2212
|
-
kafkaConnect?:
|
|
2213
|
-
prometheus?:
|
|
2243
|
+
kafkaConnect?: boolean;
|
|
2244
|
+
prometheus?: boolean;
|
|
2214
2245
|
}
|
|
2215
2246
|
export interface KafkaConnectServiceIntegration {
|
|
2216
2247
|
integrationType: string;
|
|
@@ -2251,171 +2282,188 @@ export interface KafkaKafka {
|
|
|
2251
2282
|
}
|
|
2252
2283
|
export interface KafkaKafkaUserConfig {
|
|
2253
2284
|
/**
|
|
2254
|
-
* Additional Cloud Regions for Backup Replication
|
|
2285
|
+
* Additional Cloud Regions for Backup Replication.
|
|
2255
2286
|
*/
|
|
2256
2287
|
additionalBackupRegions?: string;
|
|
2257
2288
|
/**
|
|
2258
|
-
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name
|
|
2289
|
+
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
2259
2290
|
*/
|
|
2260
2291
|
customDomain?: string;
|
|
2261
2292
|
/**
|
|
2262
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2293
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2263
2294
|
*/
|
|
2264
2295
|
ipFilterObjects?: outputs.KafkaKafkaUserConfigIpFilterObject[];
|
|
2265
2296
|
/**
|
|
2266
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2297
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2298
|
+
*
|
|
2299
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2267
2300
|
*/
|
|
2268
2301
|
ipFilters?: string[];
|
|
2269
2302
|
/**
|
|
2270
|
-
* Kafka broker configuration values
|
|
2303
|
+
* Kafka broker configuration values.
|
|
2271
2304
|
*/
|
|
2272
2305
|
kafka?: outputs.KafkaKafkaUserConfigKafka;
|
|
2273
2306
|
/**
|
|
2274
|
-
* Kafka authentication methods
|
|
2307
|
+
* Kafka authentication methods.
|
|
2275
2308
|
*/
|
|
2276
2309
|
kafkaAuthenticationMethods?: outputs.KafkaKafkaUserConfigKafkaAuthenticationMethods;
|
|
2277
2310
|
/**
|
|
2278
|
-
* Enable Kafka Connect service
|
|
2311
|
+
* Enable Kafka Connect service. The default value is `false`.
|
|
2279
2312
|
*/
|
|
2280
|
-
kafkaConnect?:
|
|
2313
|
+
kafkaConnect?: boolean;
|
|
2281
2314
|
/**
|
|
2282
|
-
* Kafka Connect configuration values
|
|
2315
|
+
* Kafka Connect configuration values.
|
|
2283
2316
|
*/
|
|
2284
2317
|
kafkaConnectConfig?: outputs.KafkaKafkaUserConfigKafkaConnectConfig;
|
|
2285
2318
|
/**
|
|
2286
|
-
* Enable Kafka-REST service
|
|
2319
|
+
* Enable Kafka-REST service. The default value is `false`.
|
|
2320
|
+
*/
|
|
2321
|
+
kafkaRest?: boolean;
|
|
2322
|
+
/**
|
|
2323
|
+
* Enable authorization in Kafka-REST service.
|
|
2287
2324
|
*/
|
|
2288
|
-
|
|
2325
|
+
kafkaRestAuthorization?: boolean;
|
|
2289
2326
|
/**
|
|
2290
|
-
* Kafka REST configuration
|
|
2327
|
+
* Kafka REST configuration.
|
|
2291
2328
|
*/
|
|
2292
2329
|
kafkaRestConfig?: outputs.KafkaKafkaUserConfigKafkaRestConfig;
|
|
2293
2330
|
/**
|
|
2294
|
-
* Kafka major version
|
|
2331
|
+
* Kafka major version.
|
|
2295
2332
|
*/
|
|
2296
2333
|
kafkaVersion?: string;
|
|
2297
2334
|
/**
|
|
2298
|
-
* Allow access to selected service ports from private networks
|
|
2335
|
+
* Allow access to selected service ports from private networks.
|
|
2299
2336
|
*/
|
|
2300
2337
|
privateAccess?: outputs.KafkaKafkaUserConfigPrivateAccess;
|
|
2301
2338
|
/**
|
|
2302
|
-
* Allow access to selected service components through Privatelink
|
|
2339
|
+
* Allow access to selected service components through Privatelink.
|
|
2303
2340
|
*/
|
|
2304
2341
|
privatelinkAccess?: outputs.KafkaKafkaUserConfigPrivatelinkAccess;
|
|
2305
2342
|
/**
|
|
2306
|
-
* Allow access to selected service ports from the public Internet
|
|
2343
|
+
* Allow access to selected service ports from the public Internet.
|
|
2307
2344
|
*/
|
|
2308
2345
|
publicAccess?: outputs.KafkaKafkaUserConfigPublicAccess;
|
|
2309
2346
|
/**
|
|
2310
|
-
* Enable Schema-Registry service
|
|
2347
|
+
* Enable Schema-Registry service. The default value is `false`.
|
|
2311
2348
|
*/
|
|
2312
|
-
schemaRegistry?:
|
|
2349
|
+
schemaRegistry?: boolean;
|
|
2313
2350
|
/**
|
|
2314
|
-
* Schema Registry configuration
|
|
2351
|
+
* Schema Registry configuration.
|
|
2315
2352
|
*/
|
|
2316
2353
|
schemaRegistryConfig?: outputs.KafkaKafkaUserConfigSchemaRegistryConfig;
|
|
2317
2354
|
/**
|
|
2318
|
-
* Use static public IP addresses
|
|
2355
|
+
* Use static public IP addresses.
|
|
2319
2356
|
*/
|
|
2320
|
-
staticIps?:
|
|
2357
|
+
staticIps?: boolean;
|
|
2321
2358
|
}
|
|
2322
2359
|
export interface KafkaKafkaUserConfigIpFilterObject {
|
|
2323
2360
|
description?: string;
|
|
2324
|
-
network
|
|
2361
|
+
network: string;
|
|
2325
2362
|
}
|
|
2326
2363
|
export interface KafkaKafkaUserConfigKafka {
|
|
2327
|
-
autoCreateTopicsEnable?:
|
|
2364
|
+
autoCreateTopicsEnable?: boolean;
|
|
2328
2365
|
compressionType?: string;
|
|
2329
|
-
connectionsMaxIdleMs?:
|
|
2330
|
-
defaultReplicationFactor?:
|
|
2331
|
-
groupInitialRebalanceDelayMs?:
|
|
2332
|
-
groupMaxSessionTimeoutMs?:
|
|
2333
|
-
groupMinSessionTimeoutMs?:
|
|
2334
|
-
logCleanerDeleteRetentionMs?:
|
|
2335
|
-
logCleanerMaxCompactionLagMs?:
|
|
2336
|
-
logCleanerMinCleanableRatio?:
|
|
2337
|
-
logCleanerMinCompactionLagMs?:
|
|
2366
|
+
connectionsMaxIdleMs?: number;
|
|
2367
|
+
defaultReplicationFactor?: number;
|
|
2368
|
+
groupInitialRebalanceDelayMs?: number;
|
|
2369
|
+
groupMaxSessionTimeoutMs?: number;
|
|
2370
|
+
groupMinSessionTimeoutMs?: number;
|
|
2371
|
+
logCleanerDeleteRetentionMs?: number;
|
|
2372
|
+
logCleanerMaxCompactionLagMs?: number;
|
|
2373
|
+
logCleanerMinCleanableRatio?: number;
|
|
2374
|
+
logCleanerMinCompactionLagMs?: number;
|
|
2338
2375
|
logCleanupPolicy?: string;
|
|
2339
|
-
logFlushIntervalMessages?:
|
|
2340
|
-
logFlushIntervalMs?:
|
|
2341
|
-
logIndexIntervalBytes?:
|
|
2342
|
-
logIndexSizeMaxBytes?:
|
|
2343
|
-
logMessageDownconversionEnable?:
|
|
2344
|
-
logMessageTimestampDifferenceMaxMs?:
|
|
2376
|
+
logFlushIntervalMessages?: number;
|
|
2377
|
+
logFlushIntervalMs?: number;
|
|
2378
|
+
logIndexIntervalBytes?: number;
|
|
2379
|
+
logIndexSizeMaxBytes?: number;
|
|
2380
|
+
logMessageDownconversionEnable?: boolean;
|
|
2381
|
+
logMessageTimestampDifferenceMaxMs?: number;
|
|
2345
2382
|
logMessageTimestampType?: string;
|
|
2346
|
-
logPreallocate?:
|
|
2347
|
-
logRetentionBytes?:
|
|
2348
|
-
logRetentionHours?:
|
|
2349
|
-
logRetentionMs?:
|
|
2350
|
-
logRollJitterMs?:
|
|
2351
|
-
logRollMs?:
|
|
2352
|
-
logSegmentBytes?:
|
|
2353
|
-
logSegmentDeleteDelayMs?:
|
|
2354
|
-
maxConnectionsPerIp?:
|
|
2355
|
-
maxIncrementalFetchSessionCacheSlots?:
|
|
2356
|
-
messageMaxBytes?:
|
|
2357
|
-
minInsyncReplicas?:
|
|
2358
|
-
numPartitions?:
|
|
2359
|
-
offsetsRetentionMinutes?:
|
|
2360
|
-
producerPurgatoryPurgeIntervalRequests?:
|
|
2361
|
-
replicaFetchMaxBytes?:
|
|
2362
|
-
replicaFetchResponseMaxBytes?:
|
|
2363
|
-
socketRequestMaxBytes?:
|
|
2364
|
-
transactionRemoveExpiredTransactionCleanupIntervalMs?:
|
|
2365
|
-
transactionStateLogSegmentBytes?:
|
|
2383
|
+
logPreallocate?: boolean;
|
|
2384
|
+
logRetentionBytes?: number;
|
|
2385
|
+
logRetentionHours?: number;
|
|
2386
|
+
logRetentionMs?: number;
|
|
2387
|
+
logRollJitterMs?: number;
|
|
2388
|
+
logRollMs?: number;
|
|
2389
|
+
logSegmentBytes?: number;
|
|
2390
|
+
logSegmentDeleteDelayMs?: number;
|
|
2391
|
+
maxConnectionsPerIp?: number;
|
|
2392
|
+
maxIncrementalFetchSessionCacheSlots?: number;
|
|
2393
|
+
messageMaxBytes?: number;
|
|
2394
|
+
minInsyncReplicas?: number;
|
|
2395
|
+
numPartitions?: number;
|
|
2396
|
+
offsetsRetentionMinutes?: number;
|
|
2397
|
+
producerPurgatoryPurgeIntervalRequests?: number;
|
|
2398
|
+
replicaFetchMaxBytes?: number;
|
|
2399
|
+
replicaFetchResponseMaxBytes?: number;
|
|
2400
|
+
socketRequestMaxBytes?: number;
|
|
2401
|
+
transactionRemoveExpiredTransactionCleanupIntervalMs?: number;
|
|
2402
|
+
transactionStateLogSegmentBytes?: number;
|
|
2366
2403
|
}
|
|
2367
2404
|
export interface KafkaKafkaUserConfigKafkaAuthenticationMethods {
|
|
2368
|
-
certificate?:
|
|
2369
|
-
sasl?:
|
|
2405
|
+
certificate?: boolean;
|
|
2406
|
+
sasl?: boolean;
|
|
2370
2407
|
}
|
|
2371
2408
|
export interface KafkaKafkaUserConfigKafkaConnectConfig {
|
|
2372
2409
|
connectorClientConfigOverridePolicy?: string;
|
|
2373
2410
|
consumerAutoOffsetReset?: string;
|
|
2374
|
-
consumerFetchMaxBytes?:
|
|
2411
|
+
consumerFetchMaxBytes?: number;
|
|
2375
2412
|
consumerIsolationLevel?: string;
|
|
2376
|
-
consumerMaxPartitionFetchBytes?:
|
|
2377
|
-
consumerMaxPollIntervalMs?:
|
|
2378
|
-
consumerMaxPollRecords?:
|
|
2379
|
-
offsetFlushIntervalMs?:
|
|
2380
|
-
offsetFlushTimeoutMs?:
|
|
2413
|
+
consumerMaxPartitionFetchBytes?: number;
|
|
2414
|
+
consumerMaxPollIntervalMs?: number;
|
|
2415
|
+
consumerMaxPollRecords?: number;
|
|
2416
|
+
offsetFlushIntervalMs?: number;
|
|
2417
|
+
offsetFlushTimeoutMs?: number;
|
|
2418
|
+
producerBatchSize?: number;
|
|
2419
|
+
producerBufferMemory?: number;
|
|
2381
2420
|
producerCompressionType?: string;
|
|
2382
|
-
|
|
2383
|
-
|
|
2421
|
+
producerLingerMs?: number;
|
|
2422
|
+
producerMaxRequestSize?: number;
|
|
2423
|
+
sessionTimeoutMs?: number;
|
|
2384
2424
|
}
|
|
2385
2425
|
export interface KafkaKafkaUserConfigKafkaRestConfig {
|
|
2386
|
-
consumerEnableAutoCommit?:
|
|
2387
|
-
consumerRequestMaxBytes?:
|
|
2388
|
-
consumerRequestTimeoutMs?:
|
|
2426
|
+
consumerEnableAutoCommit?: boolean;
|
|
2427
|
+
consumerRequestMaxBytes?: number;
|
|
2428
|
+
consumerRequestTimeoutMs?: number;
|
|
2389
2429
|
producerAcks?: string;
|
|
2390
|
-
|
|
2391
|
-
|
|
2430
|
+
producerCompressionType?: string;
|
|
2431
|
+
producerLingerMs?: number;
|
|
2432
|
+
simpleconsumerPoolSizeMax?: number;
|
|
2392
2433
|
}
|
|
2393
2434
|
export interface KafkaKafkaUserConfigPrivateAccess {
|
|
2394
|
-
|
|
2435
|
+
/**
|
|
2436
|
+
* Kafka server provided values
|
|
2437
|
+
*/
|
|
2438
|
+
kafka?: boolean;
|
|
2439
|
+
kafkaConnect?: boolean;
|
|
2440
|
+
kafkaRest?: boolean;
|
|
2441
|
+
prometheus?: boolean;
|
|
2442
|
+
schemaRegistry?: boolean;
|
|
2395
2443
|
}
|
|
2396
2444
|
export interface KafkaKafkaUserConfigPrivatelinkAccess {
|
|
2397
|
-
jolokia?:
|
|
2445
|
+
jolokia?: boolean;
|
|
2398
2446
|
/**
|
|
2399
2447
|
* Kafka server provided values
|
|
2400
2448
|
*/
|
|
2401
|
-
kafka?:
|
|
2402
|
-
kafkaConnect?:
|
|
2403
|
-
kafkaRest?:
|
|
2404
|
-
prometheus?:
|
|
2405
|
-
schemaRegistry?:
|
|
2449
|
+
kafka?: boolean;
|
|
2450
|
+
kafkaConnect?: boolean;
|
|
2451
|
+
kafkaRest?: boolean;
|
|
2452
|
+
prometheus?: boolean;
|
|
2453
|
+
schemaRegistry?: boolean;
|
|
2406
2454
|
}
|
|
2407
2455
|
export interface KafkaKafkaUserConfigPublicAccess {
|
|
2408
2456
|
/**
|
|
2409
2457
|
* Kafka server provided values
|
|
2410
2458
|
*/
|
|
2411
|
-
kafka?:
|
|
2412
|
-
kafkaConnect?:
|
|
2413
|
-
kafkaRest?:
|
|
2414
|
-
prometheus?:
|
|
2415
|
-
schemaRegistry?:
|
|
2459
|
+
kafka?: boolean;
|
|
2460
|
+
kafkaConnect?: boolean;
|
|
2461
|
+
kafkaRest?: boolean;
|
|
2462
|
+
prometheus?: boolean;
|
|
2463
|
+
schemaRegistry?: boolean;
|
|
2416
2464
|
}
|
|
2417
2465
|
export interface KafkaKafkaUserConfigSchemaRegistryConfig {
|
|
2418
|
-
leaderEligibility?:
|
|
2466
|
+
leaderEligibility?: boolean;
|
|
2419
2467
|
topicName?: string;
|
|
2420
2468
|
}
|
|
2421
2469
|
export interface KafkaMirrorMakerComponent {
|
|
@@ -2432,25 +2480,28 @@ export interface KafkaMirrorMakerKafkaMirrormaker {
|
|
|
2432
2480
|
export interface KafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
2433
2481
|
additionalBackupRegions?: string;
|
|
2434
2482
|
ipFilterObjects?: outputs.KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject[];
|
|
2483
|
+
/**
|
|
2484
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2485
|
+
*/
|
|
2435
2486
|
ipFilters?: string[];
|
|
2436
2487
|
kafkaMirrormaker?: outputs.KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker;
|
|
2437
|
-
staticIps?:
|
|
2488
|
+
staticIps?: boolean;
|
|
2438
2489
|
}
|
|
2439
2490
|
export interface KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject {
|
|
2440
2491
|
description?: string;
|
|
2441
|
-
network
|
|
2492
|
+
network: string;
|
|
2442
2493
|
}
|
|
2443
2494
|
export interface KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
2444
|
-
emitCheckpointsEnabled?:
|
|
2445
|
-
emitCheckpointsIntervalSeconds?:
|
|
2446
|
-
refreshGroupsEnabled?:
|
|
2447
|
-
refreshGroupsIntervalSeconds?:
|
|
2448
|
-
refreshTopicsEnabled?:
|
|
2449
|
-
refreshTopicsIntervalSeconds?:
|
|
2450
|
-
syncGroupOffsetsEnabled?:
|
|
2451
|
-
syncGroupOffsetsIntervalSeconds?:
|
|
2452
|
-
syncTopicConfigsEnabled?:
|
|
2453
|
-
tasksMaxPerCpu?:
|
|
2495
|
+
emitCheckpointsEnabled?: boolean;
|
|
2496
|
+
emitCheckpointsIntervalSeconds?: number;
|
|
2497
|
+
refreshGroupsEnabled?: boolean;
|
|
2498
|
+
refreshGroupsIntervalSeconds?: number;
|
|
2499
|
+
refreshTopicsEnabled?: boolean;
|
|
2500
|
+
refreshTopicsIntervalSeconds?: number;
|
|
2501
|
+
syncGroupOffsetsEnabled?: boolean;
|
|
2502
|
+
syncGroupOffsetsIntervalSeconds?: number;
|
|
2503
|
+
syncTopicConfigsEnabled?: boolean;
|
|
2504
|
+
tasksMaxPerCpu?: number;
|
|
2454
2505
|
}
|
|
2455
2506
|
export interface KafkaMirrorMakerServiceIntegration {
|
|
2456
2507
|
integrationType: string;
|
|
@@ -2520,7 +2571,7 @@ export interface KafkaTopicConfig {
|
|
|
2520
2571
|
/**
|
|
2521
2572
|
* message.downconversion.enable value
|
|
2522
2573
|
*/
|
|
2523
|
-
messageDownconversionEnable?:
|
|
2574
|
+
messageDownconversionEnable?: boolean;
|
|
2524
2575
|
/**
|
|
2525
2576
|
* message.format.version value
|
|
2526
2577
|
*/
|
|
@@ -2536,7 +2587,7 @@ export interface KafkaTopicConfig {
|
|
|
2536
2587
|
/**
|
|
2537
2588
|
* min.cleanable.dirty.ratio value
|
|
2538
2589
|
*/
|
|
2539
|
-
minCleanableDirtyRatio?:
|
|
2590
|
+
minCleanableDirtyRatio?: number;
|
|
2540
2591
|
/**
|
|
2541
2592
|
* min.compaction.lag.ms value
|
|
2542
2593
|
*/
|
|
@@ -2548,7 +2599,7 @@ export interface KafkaTopicConfig {
|
|
|
2548
2599
|
/**
|
|
2549
2600
|
* preallocate value
|
|
2550
2601
|
*/
|
|
2551
|
-
preallocate?:
|
|
2602
|
+
preallocate?: boolean;
|
|
2552
2603
|
/**
|
|
2553
2604
|
* retention.bytes value
|
|
2554
2605
|
*/
|
|
@@ -2576,15 +2627,15 @@ export interface KafkaTopicConfig {
|
|
|
2576
2627
|
/**
|
|
2577
2628
|
* unclean.leader.election.enable value
|
|
2578
2629
|
*/
|
|
2579
|
-
uncleanLeaderElectionEnable?:
|
|
2630
|
+
uncleanLeaderElectionEnable?: boolean;
|
|
2580
2631
|
}
|
|
2581
2632
|
export interface KafkaTopicTag {
|
|
2582
2633
|
/**
|
|
2583
|
-
* Topic tag key. Maximum
|
|
2634
|
+
* Topic tag key. Maximum length: `64`.
|
|
2584
2635
|
*/
|
|
2585
2636
|
key: string;
|
|
2586
2637
|
/**
|
|
2587
|
-
* Topic tag value. Maximum
|
|
2638
|
+
* Topic tag value. Maximum length: `256`.
|
|
2588
2639
|
*/
|
|
2589
2640
|
value?: string;
|
|
2590
2641
|
}
|
|
@@ -2602,14 +2653,20 @@ export interface M3AggregatorM3aggregator {
|
|
|
2602
2653
|
export interface M3AggregatorM3aggregatorUserConfig {
|
|
2603
2654
|
customDomain?: string;
|
|
2604
2655
|
ipFilterObjects?: outputs.M3AggregatorM3aggregatorUserConfigIpFilterObject[];
|
|
2656
|
+
/**
|
|
2657
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2658
|
+
*/
|
|
2605
2659
|
ipFilters?: string[];
|
|
2660
|
+
/**
|
|
2661
|
+
* @deprecated Usage of this field is discouraged.
|
|
2662
|
+
*/
|
|
2606
2663
|
m3Version?: string;
|
|
2607
2664
|
m3aggregatorVersion?: string;
|
|
2608
|
-
staticIps?:
|
|
2665
|
+
staticIps?: boolean;
|
|
2609
2666
|
}
|
|
2610
2667
|
export interface M3AggregatorM3aggregatorUserConfigIpFilterObject {
|
|
2611
2668
|
description?: string;
|
|
2612
|
-
network
|
|
2669
|
+
network: string;
|
|
2613
2670
|
}
|
|
2614
2671
|
export interface M3AggregatorServiceIntegration {
|
|
2615
2672
|
integrationType: string;
|
|
@@ -2634,41 +2691,50 @@ export interface M3DbM3dbUserConfig {
|
|
|
2634
2691
|
additionalBackupRegions?: string;
|
|
2635
2692
|
customDomain?: string;
|
|
2636
2693
|
ipFilterObjects?: outputs.M3DbM3dbUserConfigIpFilterObject[];
|
|
2694
|
+
/**
|
|
2695
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2696
|
+
*/
|
|
2637
2697
|
ipFilters?: string[];
|
|
2638
2698
|
limits?: outputs.M3DbM3dbUserConfigLimits;
|
|
2699
|
+
/**
|
|
2700
|
+
* @deprecated Usage of this field is discouraged.
|
|
2701
|
+
*/
|
|
2639
2702
|
m3Version?: string;
|
|
2640
|
-
m3coordinatorEnableGraphiteCarbonIngest?:
|
|
2703
|
+
m3coordinatorEnableGraphiteCarbonIngest?: boolean;
|
|
2641
2704
|
m3dbVersion?: string;
|
|
2705
|
+
/**
|
|
2706
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
2707
|
+
*/
|
|
2642
2708
|
namespaces?: outputs.M3DbM3dbUserConfigNamespace[];
|
|
2643
2709
|
privateAccess?: outputs.M3DbM3dbUserConfigPrivateAccess;
|
|
2644
2710
|
projectToForkFrom?: string;
|
|
2645
2711
|
publicAccess?: outputs.M3DbM3dbUserConfigPublicAccess;
|
|
2646
2712
|
rules?: outputs.M3DbM3dbUserConfigRules;
|
|
2647
2713
|
serviceToForkFrom?: string;
|
|
2648
|
-
staticIps?:
|
|
2714
|
+
staticIps?: boolean;
|
|
2649
2715
|
}
|
|
2650
2716
|
export interface M3DbM3dbUserConfigIpFilterObject {
|
|
2651
2717
|
description?: string;
|
|
2652
|
-
network
|
|
2718
|
+
network: string;
|
|
2653
2719
|
}
|
|
2654
2720
|
export interface M3DbM3dbUserConfigLimits {
|
|
2655
|
-
maxRecentlyQueriedSeriesBlocks?:
|
|
2656
|
-
maxRecentlyQueriedSeriesDiskBytesRead?:
|
|
2721
|
+
maxRecentlyQueriedSeriesBlocks?: number;
|
|
2722
|
+
maxRecentlyQueriedSeriesDiskBytesRead?: number;
|
|
2657
2723
|
maxRecentlyQueriedSeriesLookback?: string;
|
|
2658
|
-
queryDocs?:
|
|
2659
|
-
queryRequireExhaustive?:
|
|
2660
|
-
querySeries?:
|
|
2724
|
+
queryDocs?: number;
|
|
2725
|
+
queryRequireExhaustive?: boolean;
|
|
2726
|
+
querySeries?: number;
|
|
2661
2727
|
}
|
|
2662
2728
|
export interface M3DbM3dbUserConfigNamespace {
|
|
2663
|
-
name
|
|
2729
|
+
name: string;
|
|
2664
2730
|
options?: outputs.M3DbM3dbUserConfigNamespaceOptions;
|
|
2665
2731
|
resolution?: string;
|
|
2666
|
-
type
|
|
2732
|
+
type: string;
|
|
2667
2733
|
}
|
|
2668
2734
|
export interface M3DbM3dbUserConfigNamespaceOptions {
|
|
2669
2735
|
retentionOptions?: outputs.M3DbM3dbUserConfigNamespaceOptionsRetentionOptions;
|
|
2670
|
-
snapshotEnabled?:
|
|
2671
|
-
writesToCommitlog?:
|
|
2736
|
+
snapshotEnabled?: boolean;
|
|
2737
|
+
writesToCommitlog?: boolean;
|
|
2672
2738
|
}
|
|
2673
2739
|
export interface M3DbM3dbUserConfigNamespaceOptionsRetentionOptions {
|
|
2674
2740
|
blockDataExpiryDuration?: string;
|
|
@@ -2678,19 +2744,22 @@ export interface M3DbM3dbUserConfigNamespaceOptionsRetentionOptions {
|
|
|
2678
2744
|
retentionPeriodDuration?: string;
|
|
2679
2745
|
}
|
|
2680
2746
|
export interface M3DbM3dbUserConfigPrivateAccess {
|
|
2681
|
-
m3coordinator?:
|
|
2747
|
+
m3coordinator?: boolean;
|
|
2682
2748
|
}
|
|
2683
2749
|
export interface M3DbM3dbUserConfigPublicAccess {
|
|
2684
|
-
m3coordinator?:
|
|
2750
|
+
m3coordinator?: boolean;
|
|
2685
2751
|
}
|
|
2686
2752
|
export interface M3DbM3dbUserConfigRules {
|
|
2687
2753
|
mappings?: outputs.M3DbM3dbUserConfigRulesMapping[];
|
|
2688
2754
|
}
|
|
2689
2755
|
export interface M3DbM3dbUserConfigRulesMapping {
|
|
2690
2756
|
aggregations?: string[];
|
|
2691
|
-
drop?:
|
|
2692
|
-
filter
|
|
2757
|
+
drop?: boolean;
|
|
2758
|
+
filter: string;
|
|
2693
2759
|
name?: string;
|
|
2760
|
+
/**
|
|
2761
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
2762
|
+
*/
|
|
2694
2763
|
namespaces?: string[];
|
|
2695
2764
|
namespacesObjects?: outputs.M3DbM3dbUserConfigRulesMappingNamespacesObject[];
|
|
2696
2765
|
tags?: outputs.M3DbM3dbUserConfigRulesMappingTag[];
|
|
@@ -2700,8 +2769,8 @@ export interface M3DbM3dbUserConfigRulesMappingNamespacesObject {
|
|
|
2700
2769
|
retention?: string;
|
|
2701
2770
|
}
|
|
2702
2771
|
export interface M3DbM3dbUserConfigRulesMappingTag {
|
|
2703
|
-
name
|
|
2704
|
-
value
|
|
2772
|
+
name: string;
|
|
2773
|
+
value: string;
|
|
2705
2774
|
}
|
|
2706
2775
|
export interface M3DbServiceIntegration {
|
|
2707
2776
|
integrationType: string;
|
|
@@ -2726,10 +2795,13 @@ export interface MySqlMysqlUserConfig {
|
|
|
2726
2795
|
additionalBackupRegions?: string;
|
|
2727
2796
|
adminPassword?: string;
|
|
2728
2797
|
adminUsername?: string;
|
|
2729
|
-
backupHour?:
|
|
2730
|
-
backupMinute?:
|
|
2731
|
-
binlogRetentionPeriod?:
|
|
2798
|
+
backupHour?: number;
|
|
2799
|
+
backupMinute?: number;
|
|
2800
|
+
binlogRetentionPeriod?: number;
|
|
2732
2801
|
ipFilterObjects?: outputs.MySqlMysqlUserConfigIpFilterObject[];
|
|
2802
|
+
/**
|
|
2803
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2804
|
+
*/
|
|
2733
2805
|
ipFilters?: string[];
|
|
2734
2806
|
migration?: outputs.MySqlMysqlUserConfigMigration;
|
|
2735
2807
|
mysql?: outputs.MySqlMysqlUserConfigMysql;
|
|
@@ -2740,68 +2812,68 @@ export interface MySqlMysqlUserConfig {
|
|
|
2740
2812
|
publicAccess?: outputs.MySqlMysqlUserConfigPublicAccess;
|
|
2741
2813
|
recoveryTargetTime?: string;
|
|
2742
2814
|
serviceToForkFrom?: string;
|
|
2743
|
-
staticIps?:
|
|
2815
|
+
staticIps?: boolean;
|
|
2744
2816
|
}
|
|
2745
2817
|
export interface MySqlMysqlUserConfigIpFilterObject {
|
|
2746
2818
|
description?: string;
|
|
2747
|
-
network
|
|
2819
|
+
network: string;
|
|
2748
2820
|
}
|
|
2749
2821
|
export interface MySqlMysqlUserConfigMigration {
|
|
2750
2822
|
dbname?: string;
|
|
2751
|
-
host
|
|
2823
|
+
host: string;
|
|
2752
2824
|
ignoreDbs?: string;
|
|
2753
2825
|
method?: string;
|
|
2754
2826
|
password?: string;
|
|
2755
|
-
port
|
|
2756
|
-
ssl?:
|
|
2827
|
+
port: number;
|
|
2828
|
+
ssl?: boolean;
|
|
2757
2829
|
username?: string;
|
|
2758
2830
|
}
|
|
2759
2831
|
export interface MySqlMysqlUserConfigMysql {
|
|
2760
|
-
connectTimeout?:
|
|
2832
|
+
connectTimeout?: number;
|
|
2761
2833
|
defaultTimeZone?: string;
|
|
2762
|
-
groupConcatMaxLen?:
|
|
2763
|
-
informationSchemaStatsExpiry?:
|
|
2764
|
-
innodbChangeBufferMaxSize?:
|
|
2765
|
-
innodbFlushNeighbors?:
|
|
2766
|
-
innodbFtMinTokenSize?:
|
|
2834
|
+
groupConcatMaxLen?: number;
|
|
2835
|
+
informationSchemaStatsExpiry?: number;
|
|
2836
|
+
innodbChangeBufferMaxSize?: number;
|
|
2837
|
+
innodbFlushNeighbors?: number;
|
|
2838
|
+
innodbFtMinTokenSize?: number;
|
|
2767
2839
|
innodbFtServerStopwordTable?: string;
|
|
2768
|
-
innodbLockWaitTimeout?:
|
|
2769
|
-
innodbLogBufferSize?:
|
|
2770
|
-
innodbOnlineAlterLogMaxSize?:
|
|
2771
|
-
innodbPrintAllDeadlocks?:
|
|
2772
|
-
innodbReadIoThreads?:
|
|
2773
|
-
innodbRollbackOnTimeout?:
|
|
2774
|
-
innodbThreadConcurrency?:
|
|
2775
|
-
innodbWriteIoThreads?:
|
|
2776
|
-
interactiveTimeout?:
|
|
2840
|
+
innodbLockWaitTimeout?: number;
|
|
2841
|
+
innodbLogBufferSize?: number;
|
|
2842
|
+
innodbOnlineAlterLogMaxSize?: number;
|
|
2843
|
+
innodbPrintAllDeadlocks?: boolean;
|
|
2844
|
+
innodbReadIoThreads?: number;
|
|
2845
|
+
innodbRollbackOnTimeout?: boolean;
|
|
2846
|
+
innodbThreadConcurrency?: number;
|
|
2847
|
+
innodbWriteIoThreads?: number;
|
|
2848
|
+
interactiveTimeout?: number;
|
|
2777
2849
|
internalTmpMemStorageEngine?: string;
|
|
2778
|
-
longQueryTime?:
|
|
2779
|
-
maxAllowedPacket?:
|
|
2780
|
-
maxHeapTableSize?:
|
|
2781
|
-
netBufferLength?:
|
|
2782
|
-
netReadTimeout?:
|
|
2783
|
-
netWriteTimeout?:
|
|
2784
|
-
slowQueryLog?:
|
|
2785
|
-
sortBufferSize?:
|
|
2850
|
+
longQueryTime?: number;
|
|
2851
|
+
maxAllowedPacket?: number;
|
|
2852
|
+
maxHeapTableSize?: number;
|
|
2853
|
+
netBufferLength?: number;
|
|
2854
|
+
netReadTimeout?: number;
|
|
2855
|
+
netWriteTimeout?: number;
|
|
2856
|
+
slowQueryLog?: boolean;
|
|
2857
|
+
sortBufferSize?: number;
|
|
2786
2858
|
sqlMode?: string;
|
|
2787
|
-
sqlRequirePrimaryKey?:
|
|
2788
|
-
tmpTableSize?:
|
|
2789
|
-
waitTimeout?:
|
|
2859
|
+
sqlRequirePrimaryKey?: boolean;
|
|
2860
|
+
tmpTableSize?: number;
|
|
2861
|
+
waitTimeout?: number;
|
|
2790
2862
|
}
|
|
2791
2863
|
export interface MySqlMysqlUserConfigPrivateAccess {
|
|
2792
|
-
mysql?:
|
|
2793
|
-
mysqlx?:
|
|
2794
|
-
prometheus?:
|
|
2864
|
+
mysql?: boolean;
|
|
2865
|
+
mysqlx?: boolean;
|
|
2866
|
+
prometheus?: boolean;
|
|
2795
2867
|
}
|
|
2796
2868
|
export interface MySqlMysqlUserConfigPrivatelinkAccess {
|
|
2797
|
-
mysql?:
|
|
2798
|
-
mysqlx?:
|
|
2799
|
-
prometheus?:
|
|
2869
|
+
mysql?: boolean;
|
|
2870
|
+
mysqlx?: boolean;
|
|
2871
|
+
prometheus?: boolean;
|
|
2800
2872
|
}
|
|
2801
2873
|
export interface MySqlMysqlUserConfigPublicAccess {
|
|
2802
|
-
mysql?:
|
|
2803
|
-
mysqlx?:
|
|
2804
|
-
prometheus?:
|
|
2874
|
+
mysql?: boolean;
|
|
2875
|
+
mysqlx?: boolean;
|
|
2876
|
+
prometheus?: boolean;
|
|
2805
2877
|
}
|
|
2806
2878
|
export interface MySqlServiceIntegration {
|
|
2807
2879
|
integrationType: string;
|
|
@@ -2825,59 +2897,65 @@ export interface OpenSearchOpensearch {
|
|
|
2825
2897
|
}
|
|
2826
2898
|
export interface OpenSearchOpensearchUserConfig {
|
|
2827
2899
|
/**
|
|
2828
|
-
* Additional Cloud Regions for Backup Replication
|
|
2900
|
+
* Additional Cloud Regions for Backup Replication.
|
|
2829
2901
|
*/
|
|
2830
2902
|
additionalBackupRegions?: string;
|
|
2831
2903
|
/**
|
|
2832
|
-
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name
|
|
2904
|
+
* Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
|
|
2833
2905
|
*/
|
|
2834
2906
|
customDomain?: string;
|
|
2835
2907
|
/**
|
|
2836
|
-
*
|
|
2908
|
+
* Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.
|
|
2909
|
+
*
|
|
2910
|
+
* @deprecated Usage of this field is discouraged.
|
|
2837
2911
|
*/
|
|
2838
|
-
disableReplicationFactorAdjustment?:
|
|
2912
|
+
disableReplicationFactorAdjustment?: boolean;
|
|
2839
2913
|
/**
|
|
2840
|
-
* Index patterns
|
|
2914
|
+
* Index patterns.
|
|
2841
2915
|
*/
|
|
2842
2916
|
indexPatterns?: outputs.OpenSearchOpensearchUserConfigIndexPattern[];
|
|
2843
2917
|
/**
|
|
2844
|
-
* Template settings for all new indexes
|
|
2918
|
+
* Template settings for all new indexes.
|
|
2845
2919
|
*/
|
|
2846
2920
|
indexTemplate?: outputs.OpenSearchOpensearchUserConfigIndexTemplate;
|
|
2847
2921
|
/**
|
|
2848
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2922
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2849
2923
|
*/
|
|
2850
2924
|
ipFilterObjects?: outputs.OpenSearchOpensearchUserConfigIpFilterObject[];
|
|
2851
2925
|
/**
|
|
2852
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
2926
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2927
|
+
*
|
|
2928
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2853
2929
|
*/
|
|
2854
2930
|
ipFilters?: string[];
|
|
2855
2931
|
/**
|
|
2856
2932
|
* Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
|
|
2857
2933
|
*/
|
|
2858
|
-
keepIndexRefreshInterval?:
|
|
2934
|
+
keepIndexRefreshInterval?: boolean;
|
|
2859
2935
|
/**
|
|
2860
|
-
*
|
|
2936
|
+
* Use indexPatterns instead. The default value is `0`.
|
|
2937
|
+
*
|
|
2938
|
+
* @deprecated Usage of this field is discouraged.
|
|
2861
2939
|
*/
|
|
2862
|
-
maxIndexCount?:
|
|
2940
|
+
maxIndexCount?: number;
|
|
2863
2941
|
/**
|
|
2864
|
-
* OpenSearch settings
|
|
2942
|
+
* OpenSearch settings.
|
|
2865
2943
|
*/
|
|
2866
2944
|
opensearch?: outputs.OpenSearchOpensearchUserConfigOpensearch;
|
|
2867
2945
|
/**
|
|
2868
|
-
* OpenSearch Dashboards settings
|
|
2946
|
+
* OpenSearch Dashboards settings.
|
|
2869
2947
|
*/
|
|
2870
2948
|
opensearchDashboards?: outputs.OpenSearchOpensearchUserConfigOpensearchDashboards;
|
|
2871
2949
|
/**
|
|
2872
|
-
* OpenSearch major version
|
|
2950
|
+
* OpenSearch major version.
|
|
2873
2951
|
*/
|
|
2874
2952
|
opensearchVersion?: string;
|
|
2875
2953
|
/**
|
|
2876
|
-
* Allow access to selected service ports from private networks
|
|
2954
|
+
* Allow access to selected service ports from private networks.
|
|
2877
2955
|
*/
|
|
2878
2956
|
privateAccess?: outputs.OpenSearchOpensearchUserConfigPrivateAccess;
|
|
2879
2957
|
/**
|
|
2880
|
-
* Allow access to selected service components through Privatelink
|
|
2958
|
+
* Allow access to selected service components through Privatelink.
|
|
2881
2959
|
*/
|
|
2882
2960
|
privatelinkAccess?: outputs.OpenSearchOpensearchUserConfigPrivatelinkAccess;
|
|
2883
2961
|
/**
|
|
@@ -2885,11 +2963,11 @@ export interface OpenSearchOpensearchUserConfig {
|
|
|
2885
2963
|
*/
|
|
2886
2964
|
projectToForkFrom?: string;
|
|
2887
2965
|
/**
|
|
2888
|
-
* Allow access to selected service ports from the public Internet
|
|
2966
|
+
* Allow access to selected service ports from the public Internet.
|
|
2889
2967
|
*/
|
|
2890
2968
|
publicAccess?: outputs.OpenSearchOpensearchUserConfigPublicAccess;
|
|
2891
2969
|
/**
|
|
2892
|
-
* Name of the basebackup to restore in forked service
|
|
2970
|
+
* Name of the basebackup to restore in forked service.
|
|
2893
2971
|
*/
|
|
2894
2972
|
recoveryBasebackupName?: string;
|
|
2895
2973
|
/**
|
|
@@ -2897,85 +2975,85 @@ export interface OpenSearchOpensearchUserConfig {
|
|
|
2897
2975
|
*/
|
|
2898
2976
|
serviceToForkFrom?: string;
|
|
2899
2977
|
/**
|
|
2900
|
-
* Use static public IP addresses
|
|
2978
|
+
* Use static public IP addresses.
|
|
2901
2979
|
*/
|
|
2902
|
-
staticIps?:
|
|
2980
|
+
staticIps?: boolean;
|
|
2903
2981
|
}
|
|
2904
2982
|
export interface OpenSearchOpensearchUserConfigIndexPattern {
|
|
2905
|
-
maxIndexCount
|
|
2906
|
-
pattern
|
|
2983
|
+
maxIndexCount: number;
|
|
2984
|
+
pattern: string;
|
|
2907
2985
|
sortingAlgorithm?: string;
|
|
2908
2986
|
}
|
|
2909
2987
|
export interface OpenSearchOpensearchUserConfigIndexTemplate {
|
|
2910
|
-
mappingNestedObjectsLimit?:
|
|
2911
|
-
numberOfReplicas?:
|
|
2912
|
-
numberOfShards?:
|
|
2988
|
+
mappingNestedObjectsLimit?: number;
|
|
2989
|
+
numberOfReplicas?: number;
|
|
2990
|
+
numberOfShards?: number;
|
|
2913
2991
|
}
|
|
2914
2992
|
export interface OpenSearchOpensearchUserConfigIpFilterObject {
|
|
2915
2993
|
description?: string;
|
|
2916
|
-
network
|
|
2994
|
+
network: string;
|
|
2917
2995
|
}
|
|
2918
2996
|
export interface OpenSearchOpensearchUserConfigOpensearch {
|
|
2919
|
-
actionAutoCreateIndexEnabled?:
|
|
2920
|
-
actionDestructiveRequiresName?:
|
|
2921
|
-
clusterMaxShardsPerNode?:
|
|
2922
|
-
clusterRoutingAllocationNodeConcurrentRecoveries?:
|
|
2997
|
+
actionAutoCreateIndexEnabled?: boolean;
|
|
2998
|
+
actionDestructiveRequiresName?: boolean;
|
|
2999
|
+
clusterMaxShardsPerNode?: number;
|
|
3000
|
+
clusterRoutingAllocationNodeConcurrentRecoveries?: number;
|
|
2923
3001
|
emailSenderName?: string;
|
|
2924
3002
|
emailSenderPassword?: string;
|
|
2925
3003
|
emailSenderUsername?: string;
|
|
2926
|
-
httpMaxContentLength?:
|
|
2927
|
-
httpMaxHeaderSize?:
|
|
2928
|
-
httpMaxInitialLineLength?:
|
|
2929
|
-
indicesFielddataCacheSize?:
|
|
2930
|
-
indicesMemoryIndexBufferSize?:
|
|
2931
|
-
indicesQueriesCacheSize?:
|
|
2932
|
-
indicesQueryBoolMaxClauseCount?:
|
|
2933
|
-
indicesRecoveryMaxBytesPerSec?:
|
|
2934
|
-
indicesRecoveryMaxConcurrentFileChunks?:
|
|
2935
|
-
overrideMainResponseVersion?:
|
|
3004
|
+
httpMaxContentLength?: number;
|
|
3005
|
+
httpMaxHeaderSize?: number;
|
|
3006
|
+
httpMaxInitialLineLength?: number;
|
|
3007
|
+
indicesFielddataCacheSize?: number;
|
|
3008
|
+
indicesMemoryIndexBufferSize?: number;
|
|
3009
|
+
indicesQueriesCacheSize?: number;
|
|
3010
|
+
indicesQueryBoolMaxClauseCount?: number;
|
|
3011
|
+
indicesRecoveryMaxBytesPerSec?: number;
|
|
3012
|
+
indicesRecoveryMaxConcurrentFileChunks?: number;
|
|
3013
|
+
overrideMainResponseVersion?: boolean;
|
|
2936
3014
|
reindexRemoteWhitelists?: string[];
|
|
2937
3015
|
scriptMaxCompilationsRate?: string;
|
|
2938
|
-
searchMaxBuckets?:
|
|
2939
|
-
threadPoolAnalyzeQueueSize?:
|
|
2940
|
-
threadPoolAnalyzeSize?:
|
|
2941
|
-
threadPoolForceMergeSize?:
|
|
2942
|
-
threadPoolGetQueueSize?:
|
|
2943
|
-
threadPoolGetSize?:
|
|
2944
|
-
threadPoolSearchQueueSize?:
|
|
2945
|
-
threadPoolSearchSize?:
|
|
2946
|
-
threadPoolSearchThrottledQueueSize?:
|
|
2947
|
-
threadPoolSearchThrottledSize?:
|
|
2948
|
-
threadPoolWriteQueueSize?:
|
|
2949
|
-
threadPoolWriteSize?:
|
|
3016
|
+
searchMaxBuckets?: number;
|
|
3017
|
+
threadPoolAnalyzeQueueSize?: number;
|
|
3018
|
+
threadPoolAnalyzeSize?: number;
|
|
3019
|
+
threadPoolForceMergeSize?: number;
|
|
3020
|
+
threadPoolGetQueueSize?: number;
|
|
3021
|
+
threadPoolGetSize?: number;
|
|
3022
|
+
threadPoolSearchQueueSize?: number;
|
|
3023
|
+
threadPoolSearchSize?: number;
|
|
3024
|
+
threadPoolSearchThrottledQueueSize?: number;
|
|
3025
|
+
threadPoolSearchThrottledSize?: number;
|
|
3026
|
+
threadPoolWriteQueueSize?: number;
|
|
3027
|
+
threadPoolWriteSize?: number;
|
|
2950
3028
|
}
|
|
2951
3029
|
export interface OpenSearchOpensearchUserConfigOpensearchDashboards {
|
|
2952
|
-
enabled?:
|
|
2953
|
-
maxOldSpaceSize?:
|
|
2954
|
-
opensearchRequestTimeout?:
|
|
3030
|
+
enabled?: boolean;
|
|
3031
|
+
maxOldSpaceSize?: number;
|
|
3032
|
+
opensearchRequestTimeout?: number;
|
|
2955
3033
|
}
|
|
2956
3034
|
export interface OpenSearchOpensearchUserConfigPrivateAccess {
|
|
2957
3035
|
/**
|
|
2958
3036
|
* Opensearch server provided values
|
|
2959
3037
|
*/
|
|
2960
|
-
opensearch?:
|
|
2961
|
-
opensearchDashboards?:
|
|
2962
|
-
prometheus?:
|
|
3038
|
+
opensearch?: boolean;
|
|
3039
|
+
opensearchDashboards?: boolean;
|
|
3040
|
+
prometheus?: boolean;
|
|
2963
3041
|
}
|
|
2964
3042
|
export interface OpenSearchOpensearchUserConfigPrivatelinkAccess {
|
|
2965
3043
|
/**
|
|
2966
3044
|
* Opensearch server provided values
|
|
2967
3045
|
*/
|
|
2968
|
-
opensearch?:
|
|
2969
|
-
opensearchDashboards?:
|
|
2970
|
-
prometheus?:
|
|
3046
|
+
opensearch?: boolean;
|
|
3047
|
+
opensearchDashboards?: boolean;
|
|
3048
|
+
prometheus?: boolean;
|
|
2971
3049
|
}
|
|
2972
3050
|
export interface OpenSearchOpensearchUserConfigPublicAccess {
|
|
2973
3051
|
/**
|
|
2974
3052
|
* Opensearch server provided values
|
|
2975
3053
|
*/
|
|
2976
|
-
opensearch?:
|
|
2977
|
-
opensearchDashboards?:
|
|
2978
|
-
prometheus?:
|
|
3054
|
+
opensearch?: boolean;
|
|
3055
|
+
opensearchDashboards?: boolean;
|
|
3056
|
+
prometheus?: boolean;
|
|
2979
3057
|
}
|
|
2980
3058
|
export interface OpenSearchServiceIntegration {
|
|
2981
3059
|
/**
|
|
@@ -3046,7 +3124,7 @@ export interface PgPg {
|
|
|
3046
3124
|
}
|
|
3047
3125
|
export interface PgPgUserConfig {
|
|
3048
3126
|
/**
|
|
3049
|
-
* Additional Cloud Regions for Backup Replication
|
|
3127
|
+
* Additional Cloud Regions for Backup Replication.
|
|
3050
3128
|
*/
|
|
3051
3129
|
additionalBackupRegions?: string;
|
|
3052
3130
|
/**
|
|
@@ -3060,61 +3138,67 @@ export interface PgPgUserConfig {
|
|
|
3060
3138
|
/**
|
|
3061
3139
|
* The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
3062
3140
|
*/
|
|
3063
|
-
backupHour?:
|
|
3141
|
+
backupHour?: number;
|
|
3064
3142
|
/**
|
|
3065
3143
|
* The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
|
|
3066
3144
|
*/
|
|
3067
|
-
backupMinute?:
|
|
3145
|
+
backupMinute?: number;
|
|
3068
3146
|
/**
|
|
3069
|
-
* Register AAAA DNS records for the service, and allow IPv6 packets to service ports
|
|
3147
|
+
* Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
|
|
3070
3148
|
*/
|
|
3071
|
-
enableIpv6?:
|
|
3149
|
+
enableIpv6?: boolean;
|
|
3072
3150
|
/**
|
|
3073
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
3151
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
3074
3152
|
*/
|
|
3075
3153
|
ipFilterObjects?: outputs.PgPgUserConfigIpFilterObject[];
|
|
3076
3154
|
/**
|
|
3077
|
-
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
|
|
3155
|
+
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
3156
|
+
*
|
|
3157
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3078
3158
|
*/
|
|
3079
3159
|
ipFilters?: string[];
|
|
3080
3160
|
/**
|
|
3081
|
-
* Migrate data from existing server
|
|
3161
|
+
* Migrate data from existing server.
|
|
3082
3162
|
*/
|
|
3083
3163
|
migration?: outputs.PgPgUserConfigMigration;
|
|
3084
3164
|
/**
|
|
3085
|
-
* postgresql.conf configuration values
|
|
3165
|
+
* postgresql.conf configuration values.
|
|
3086
3166
|
*/
|
|
3087
3167
|
pg?: outputs.PgPgUserConfigPg;
|
|
3088
3168
|
/**
|
|
3089
|
-
*
|
|
3169
|
+
* Use readReplica service integration instead.
|
|
3170
|
+
*
|
|
3171
|
+
* @deprecated Usage of this field is discouraged.
|
|
3090
3172
|
*/
|
|
3091
|
-
pgReadReplica?:
|
|
3173
|
+
pgReadReplica?: boolean;
|
|
3092
3174
|
/**
|
|
3093
3175
|
* Name of the PG Service from which to fork (deprecated, use service*to*fork_from). This has effect only when a new service is being created.
|
|
3176
|
+
*
|
|
3177
|
+
* @deprecated Usage of this field is discouraged.
|
|
3094
3178
|
*/
|
|
3095
3179
|
pgServiceToForkFrom?: string;
|
|
3096
3180
|
/**
|
|
3097
|
-
* Enable the pg*stat*monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg*stat*statements results for utility commands are unreliable
|
|
3181
|
+
* Enable the pg*stat*monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg*stat*statements results for utility commands are unreliable. The default value is `false`.
|
|
3098
3182
|
*/
|
|
3099
|
-
pgStatMonitorEnable?:
|
|
3183
|
+
pgStatMonitorEnable?: boolean;
|
|
3100
3184
|
/**
|
|
3101
|
-
* PostgreSQL major version
|
|
3185
|
+
* PostgreSQL major version.
|
|
3102
3186
|
*/
|
|
3103
3187
|
pgVersion?: string;
|
|
3104
3188
|
/**
|
|
3105
|
-
* PGBouncer connection pooling settings
|
|
3189
|
+
* PGBouncer connection pooling settings.
|
|
3106
3190
|
*/
|
|
3107
3191
|
pgbouncer?: outputs.PgPgUserConfigPgbouncer;
|
|
3108
3192
|
/**
|
|
3109
|
-
* PGLookout settings
|
|
3193
|
+
* PGLookout settings.
|
|
3110
3194
|
*/
|
|
3111
3195
|
pglookout?: outputs.PgPgUserConfigPglookout;
|
|
3112
3196
|
/**
|
|
3113
|
-
* Allow access to selected service ports from private networks
|
|
3197
|
+
* Allow access to selected service ports from private networks.
|
|
3114
3198
|
*/
|
|
3115
3199
|
privateAccess?: outputs.PgPgUserConfigPrivateAccess;
|
|
3116
3200
|
/**
|
|
3117
|
-
* Allow access to selected service components through Privatelink
|
|
3201
|
+
* Allow access to selected service components through Privatelink.
|
|
3118
3202
|
*/
|
|
3119
3203
|
privatelinkAccess?: outputs.PgPgUserConfigPrivatelinkAccess;
|
|
3120
3204
|
/**
|
|
@@ -3122,7 +3206,7 @@ export interface PgPgUserConfig {
|
|
|
3122
3206
|
*/
|
|
3123
3207
|
projectToForkFrom?: string;
|
|
3124
3208
|
/**
|
|
3125
|
-
* Allow access to selected service ports from the public Internet
|
|
3209
|
+
* Allow access to selected service ports from the public Internet.
|
|
3126
3210
|
*/
|
|
3127
3211
|
publicAccess?: outputs.PgPgUserConfigPublicAccess;
|
|
3128
3212
|
/**
|
|
@@ -3136,131 +3220,133 @@ export interface PgPgUserConfig {
|
|
|
3136
3220
|
/**
|
|
3137
3221
|
* Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the sharedBuffers configuration value.
|
|
3138
3222
|
*/
|
|
3139
|
-
sharedBuffersPercentage?:
|
|
3223
|
+
sharedBuffersPercentage?: number;
|
|
3140
3224
|
/**
|
|
3141
|
-
* Use static public IP addresses
|
|
3225
|
+
* Use static public IP addresses.
|
|
3142
3226
|
*/
|
|
3143
|
-
staticIps?:
|
|
3227
|
+
staticIps?: boolean;
|
|
3144
3228
|
/**
|
|
3145
3229
|
* Synchronous replication type. Note that the service plan also needs to support synchronous replication.
|
|
3146
3230
|
*/
|
|
3147
3231
|
synchronousReplication?: string;
|
|
3148
3232
|
/**
|
|
3149
|
-
* TimescaleDB extension configuration values
|
|
3233
|
+
* TimescaleDB extension configuration values.
|
|
3150
3234
|
*/
|
|
3151
3235
|
timescaledb?: outputs.PgPgUserConfigTimescaledb;
|
|
3152
3236
|
/**
|
|
3153
|
-
* Variant of the PostgreSQL service, may affect the features that are exposed by default
|
|
3237
|
+
* Variant of the PostgreSQL service, may affect the features that are exposed by default.
|
|
3154
3238
|
*/
|
|
3155
3239
|
variant?: string;
|
|
3156
3240
|
/**
|
|
3157
3241
|
* Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB).
|
|
3158
3242
|
*/
|
|
3159
|
-
workMem?:
|
|
3243
|
+
workMem?: number;
|
|
3160
3244
|
}
|
|
3161
3245
|
export interface PgPgUserConfigIpFilterObject {
|
|
3162
3246
|
description?: string;
|
|
3163
|
-
network
|
|
3247
|
+
network: string;
|
|
3164
3248
|
}
|
|
3165
3249
|
export interface PgPgUserConfigMigration {
|
|
3166
3250
|
dbname?: string;
|
|
3167
|
-
host
|
|
3251
|
+
host: string;
|
|
3168
3252
|
ignoreDbs?: string;
|
|
3169
3253
|
method?: string;
|
|
3170
3254
|
password?: string;
|
|
3171
|
-
port
|
|
3172
|
-
ssl?:
|
|
3255
|
+
port: number;
|
|
3256
|
+
ssl?: boolean;
|
|
3173
3257
|
username?: string;
|
|
3174
3258
|
}
|
|
3175
3259
|
export interface PgPgUserConfigPg {
|
|
3176
|
-
autovacuumAnalyzeScaleFactor?:
|
|
3177
|
-
autovacuumAnalyzeThreshold?:
|
|
3178
|
-
autovacuumFreezeMaxAge?:
|
|
3179
|
-
autovacuumMaxWorkers?:
|
|
3180
|
-
autovacuumNaptime?:
|
|
3181
|
-
autovacuumVacuumCostDelay?:
|
|
3182
|
-
autovacuumVacuumCostLimit?:
|
|
3183
|
-
autovacuumVacuumScaleFactor?:
|
|
3184
|
-
autovacuumVacuumThreshold?:
|
|
3185
|
-
bgwriterDelay?:
|
|
3186
|
-
bgwriterFlushAfter?:
|
|
3187
|
-
bgwriterLruMaxpages?:
|
|
3188
|
-
bgwriterLruMultiplier?:
|
|
3189
|
-
deadlockTimeout?:
|
|
3260
|
+
autovacuumAnalyzeScaleFactor?: number;
|
|
3261
|
+
autovacuumAnalyzeThreshold?: number;
|
|
3262
|
+
autovacuumFreezeMaxAge?: number;
|
|
3263
|
+
autovacuumMaxWorkers?: number;
|
|
3264
|
+
autovacuumNaptime?: number;
|
|
3265
|
+
autovacuumVacuumCostDelay?: number;
|
|
3266
|
+
autovacuumVacuumCostLimit?: number;
|
|
3267
|
+
autovacuumVacuumScaleFactor?: number;
|
|
3268
|
+
autovacuumVacuumThreshold?: number;
|
|
3269
|
+
bgwriterDelay?: number;
|
|
3270
|
+
bgwriterFlushAfter?: number;
|
|
3271
|
+
bgwriterLruMaxpages?: number;
|
|
3272
|
+
bgwriterLruMultiplier?: number;
|
|
3273
|
+
deadlockTimeout?: number;
|
|
3190
3274
|
defaultToastCompression?: string;
|
|
3191
|
-
idleInTransactionSessionTimeout?:
|
|
3192
|
-
jit?:
|
|
3193
|
-
logAutovacuumMinDuration?:
|
|
3275
|
+
idleInTransactionSessionTimeout?: number;
|
|
3276
|
+
jit?: boolean;
|
|
3277
|
+
logAutovacuumMinDuration?: number;
|
|
3194
3278
|
logErrorVerbosity?: string;
|
|
3195
3279
|
logLinePrefix?: string;
|
|
3196
|
-
logMinDurationStatement?:
|
|
3197
|
-
logTempFiles?:
|
|
3198
|
-
maxFilesPerProcess?:
|
|
3199
|
-
maxLocksPerTransaction?:
|
|
3200
|
-
maxLogicalReplicationWorkers?:
|
|
3201
|
-
maxParallelWorkers?:
|
|
3202
|
-
maxParallelWorkersPerGather?:
|
|
3203
|
-
maxPredLocksPerTransaction?:
|
|
3204
|
-
maxPreparedTransactions?:
|
|
3205
|
-
maxReplicationSlots?:
|
|
3206
|
-
maxSlotWalKeepSize?:
|
|
3207
|
-
maxStackDepth?:
|
|
3208
|
-
maxStandbyArchiveDelay?:
|
|
3209
|
-
maxStandbyStreamingDelay?:
|
|
3210
|
-
maxWalSenders?:
|
|
3211
|
-
maxWorkerProcesses?:
|
|
3212
|
-
pgPartmanBgwDotInterval?:
|
|
3280
|
+
logMinDurationStatement?: number;
|
|
3281
|
+
logTempFiles?: number;
|
|
3282
|
+
maxFilesPerProcess?: number;
|
|
3283
|
+
maxLocksPerTransaction?: number;
|
|
3284
|
+
maxLogicalReplicationWorkers?: number;
|
|
3285
|
+
maxParallelWorkers?: number;
|
|
3286
|
+
maxParallelWorkersPerGather?: number;
|
|
3287
|
+
maxPredLocksPerTransaction?: number;
|
|
3288
|
+
maxPreparedTransactions?: number;
|
|
3289
|
+
maxReplicationSlots?: number;
|
|
3290
|
+
maxSlotWalKeepSize?: number;
|
|
3291
|
+
maxStackDepth?: number;
|
|
3292
|
+
maxStandbyArchiveDelay?: number;
|
|
3293
|
+
maxStandbyStreamingDelay?: number;
|
|
3294
|
+
maxWalSenders?: number;
|
|
3295
|
+
maxWorkerProcesses?: number;
|
|
3296
|
+
pgPartmanBgwDotInterval?: number;
|
|
3213
3297
|
pgPartmanBgwDotRole?: string;
|
|
3298
|
+
pgStatMonitorDotPgsmEnableQueryPlan?: boolean;
|
|
3299
|
+
pgStatMonitorDotPgsmMaxBuckets?: number;
|
|
3214
3300
|
pgStatStatementsDotTrack?: string;
|
|
3215
|
-
tempFileLimit?:
|
|
3301
|
+
tempFileLimit?: number;
|
|
3216
3302
|
timezone?: string;
|
|
3217
|
-
trackActivityQuerySize?:
|
|
3303
|
+
trackActivityQuerySize?: number;
|
|
3218
3304
|
trackCommitTimestamp?: string;
|
|
3219
3305
|
trackFunctions?: string;
|
|
3220
3306
|
trackIoTiming?: string;
|
|
3221
|
-
walSenderTimeout?:
|
|
3222
|
-
walWriterDelay?:
|
|
3307
|
+
walSenderTimeout?: number;
|
|
3308
|
+
walWriterDelay?: number;
|
|
3223
3309
|
}
|
|
3224
3310
|
export interface PgPgUserConfigPgbouncer {
|
|
3225
|
-
autodbIdleTimeout?:
|
|
3226
|
-
autodbMaxDbConnections?:
|
|
3311
|
+
autodbIdleTimeout?: number;
|
|
3312
|
+
autodbMaxDbConnections?: number;
|
|
3227
3313
|
autodbPoolMode?: string;
|
|
3228
|
-
autodbPoolSize?:
|
|
3314
|
+
autodbPoolSize?: number;
|
|
3229
3315
|
ignoreStartupParameters?: string[];
|
|
3230
|
-
minPoolSize?:
|
|
3231
|
-
serverIdleTimeout?:
|
|
3232
|
-
serverLifetime?:
|
|
3233
|
-
serverResetQueryAlways?:
|
|
3316
|
+
minPoolSize?: number;
|
|
3317
|
+
serverIdleTimeout?: number;
|
|
3318
|
+
serverLifetime?: number;
|
|
3319
|
+
serverResetQueryAlways?: boolean;
|
|
3234
3320
|
}
|
|
3235
3321
|
export interface PgPgUserConfigPglookout {
|
|
3236
|
-
maxFailoverReplicationTimeLag?:
|
|
3322
|
+
maxFailoverReplicationTimeLag?: number;
|
|
3237
3323
|
}
|
|
3238
3324
|
export interface PgPgUserConfigPrivateAccess {
|
|
3239
3325
|
/**
|
|
3240
3326
|
* PostgreSQL specific server provided values
|
|
3241
3327
|
*/
|
|
3242
|
-
pg?:
|
|
3243
|
-
pgbouncer?:
|
|
3244
|
-
prometheus?:
|
|
3328
|
+
pg?: boolean;
|
|
3329
|
+
pgbouncer?: boolean;
|
|
3330
|
+
prometheus?: boolean;
|
|
3245
3331
|
}
|
|
3246
3332
|
export interface PgPgUserConfigPrivatelinkAccess {
|
|
3247
3333
|
/**
|
|
3248
3334
|
* PostgreSQL specific server provided values
|
|
3249
3335
|
*/
|
|
3250
|
-
pg?:
|
|
3251
|
-
pgbouncer?:
|
|
3252
|
-
prometheus?:
|
|
3336
|
+
pg?: boolean;
|
|
3337
|
+
pgbouncer?: boolean;
|
|
3338
|
+
prometheus?: boolean;
|
|
3253
3339
|
}
|
|
3254
3340
|
export interface PgPgUserConfigPublicAccess {
|
|
3255
3341
|
/**
|
|
3256
3342
|
* PostgreSQL specific server provided values
|
|
3257
3343
|
*/
|
|
3258
|
-
pg?:
|
|
3259
|
-
pgbouncer?:
|
|
3260
|
-
prometheus?:
|
|
3344
|
+
pg?: boolean;
|
|
3345
|
+
pgbouncer?: boolean;
|
|
3346
|
+
prometheus?: boolean;
|
|
3261
3347
|
}
|
|
3262
3348
|
export interface PgPgUserConfigTimescaledb {
|
|
3263
|
-
maxBackgroundWorkers?:
|
|
3349
|
+
maxBackgroundWorkers?: number;
|
|
3264
3350
|
}
|
|
3265
3351
|
export interface PgServiceIntegration {
|
|
3266
3352
|
/**
|
|
@@ -3306,6 +3392,9 @@ export interface RedisRedi {
|
|
|
3306
3392
|
export interface RedisRedisUserConfig {
|
|
3307
3393
|
additionalBackupRegions?: string;
|
|
3308
3394
|
ipFilterObjects?: outputs.RedisRedisUserConfigIpFilterObject[];
|
|
3395
|
+
/**
|
|
3396
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3397
|
+
*/
|
|
3309
3398
|
ipFilters?: string[];
|
|
3310
3399
|
migration?: outputs.RedisRedisUserConfigMigration;
|
|
3311
3400
|
privateAccess?: outputs.RedisRedisUserConfigPrivateAccess;
|
|
@@ -3314,44 +3403,44 @@ export interface RedisRedisUserConfig {
|
|
|
3314
3403
|
publicAccess?: outputs.RedisRedisUserConfigPublicAccess;
|
|
3315
3404
|
recoveryBasebackupName?: string;
|
|
3316
3405
|
redisAclChannelsDefault?: string;
|
|
3317
|
-
redisIoThreads?:
|
|
3318
|
-
redisLfuDecayTime?:
|
|
3319
|
-
redisLfuLogFactor?:
|
|
3406
|
+
redisIoThreads?: number;
|
|
3407
|
+
redisLfuDecayTime?: number;
|
|
3408
|
+
redisLfuLogFactor?: number;
|
|
3320
3409
|
redisMaxmemoryPolicy?: string;
|
|
3321
3410
|
redisNotifyKeyspaceEvents?: string;
|
|
3322
|
-
redisNumberOfDatabases?:
|
|
3411
|
+
redisNumberOfDatabases?: number;
|
|
3323
3412
|
redisPersistence?: string;
|
|
3324
|
-
redisPubsubClientOutputBufferLimit?:
|
|
3325
|
-
redisSsl?:
|
|
3326
|
-
redisTimeout?:
|
|
3413
|
+
redisPubsubClientOutputBufferLimit?: number;
|
|
3414
|
+
redisSsl?: boolean;
|
|
3415
|
+
redisTimeout?: number;
|
|
3327
3416
|
serviceToForkFrom?: string;
|
|
3328
|
-
staticIps?:
|
|
3417
|
+
staticIps?: boolean;
|
|
3329
3418
|
}
|
|
3330
3419
|
export interface RedisRedisUserConfigIpFilterObject {
|
|
3331
3420
|
description?: string;
|
|
3332
|
-
network
|
|
3421
|
+
network: string;
|
|
3333
3422
|
}
|
|
3334
3423
|
export interface RedisRedisUserConfigMigration {
|
|
3335
3424
|
dbname?: string;
|
|
3336
|
-
host
|
|
3425
|
+
host: string;
|
|
3337
3426
|
ignoreDbs?: string;
|
|
3338
3427
|
method?: string;
|
|
3339
3428
|
password?: string;
|
|
3340
|
-
port
|
|
3341
|
-
ssl?:
|
|
3429
|
+
port: number;
|
|
3430
|
+
ssl?: boolean;
|
|
3342
3431
|
username?: string;
|
|
3343
3432
|
}
|
|
3344
3433
|
export interface RedisRedisUserConfigPrivateAccess {
|
|
3345
|
-
prometheus?:
|
|
3346
|
-
redis?:
|
|
3434
|
+
prometheus?: boolean;
|
|
3435
|
+
redis?: boolean;
|
|
3347
3436
|
}
|
|
3348
3437
|
export interface RedisRedisUserConfigPrivatelinkAccess {
|
|
3349
|
-
prometheus?:
|
|
3350
|
-
redis?:
|
|
3438
|
+
prometheus?: boolean;
|
|
3439
|
+
redis?: boolean;
|
|
3351
3440
|
}
|
|
3352
3441
|
export interface RedisRedisUserConfigPublicAccess {
|
|
3353
|
-
prometheus?:
|
|
3354
|
-
redis?:
|
|
3442
|
+
prometheus?: boolean;
|
|
3443
|
+
redis?: boolean;
|
|
3355
3444
|
}
|
|
3356
3445
|
export interface RedisServiceIntegration {
|
|
3357
3446
|
integrationType: string;
|
|
@@ -3363,27 +3452,27 @@ export interface RedisTag {
|
|
|
3363
3452
|
}
|
|
3364
3453
|
export interface ServiceIntegrationClickhouseKafkaUserConfig {
|
|
3365
3454
|
/**
|
|
3366
|
-
* Tables to create
|
|
3455
|
+
* Tables to create.
|
|
3367
3456
|
*/
|
|
3368
3457
|
tables?: outputs.ServiceIntegrationClickhouseKafkaUserConfigTable[];
|
|
3369
3458
|
}
|
|
3370
3459
|
export interface ServiceIntegrationClickhouseKafkaUserConfigTable {
|
|
3371
3460
|
columns?: outputs.ServiceIntegrationClickhouseKafkaUserConfigTableColumn[];
|
|
3372
|
-
dataFormat
|
|
3373
|
-
groupName
|
|
3374
|
-
name
|
|
3461
|
+
dataFormat: string;
|
|
3462
|
+
groupName: string;
|
|
3463
|
+
name: string;
|
|
3375
3464
|
topics?: outputs.ServiceIntegrationClickhouseKafkaUserConfigTableTopic[];
|
|
3376
3465
|
}
|
|
3377
3466
|
export interface ServiceIntegrationClickhouseKafkaUserConfigTableColumn {
|
|
3378
|
-
name
|
|
3379
|
-
type
|
|
3467
|
+
name: string;
|
|
3468
|
+
type: string;
|
|
3380
3469
|
}
|
|
3381
3470
|
export interface ServiceIntegrationClickhouseKafkaUserConfigTableTopic {
|
|
3382
|
-
name
|
|
3471
|
+
name: string;
|
|
3383
3472
|
}
|
|
3384
3473
|
export interface ServiceIntegrationClickhousePostgresqlUserConfig {
|
|
3385
3474
|
/**
|
|
3386
|
-
* Databases to expose
|
|
3475
|
+
* Databases to expose.
|
|
3387
3476
|
*/
|
|
3388
3477
|
databases?: outputs.ServiceIntegrationClickhousePostgresqlUserConfigDatabase[];
|
|
3389
3478
|
}
|
|
@@ -3393,137 +3482,146 @@ export interface ServiceIntegrationClickhousePostgresqlUserConfigDatabase {
|
|
|
3393
3482
|
}
|
|
3394
3483
|
export interface ServiceIntegrationDatadogUserConfig {
|
|
3395
3484
|
/**
|
|
3396
|
-
* Enable Datadog Database Monitoring
|
|
3485
|
+
* Enable Datadog Database Monitoring.
|
|
3397
3486
|
*/
|
|
3398
|
-
datadogDbmEnabled?:
|
|
3487
|
+
datadogDbmEnabled?: boolean;
|
|
3399
3488
|
/**
|
|
3400
|
-
* Custom tags provided by user
|
|
3489
|
+
* Custom tags provided by user.
|
|
3401
3490
|
*/
|
|
3402
3491
|
datadogTags?: outputs.ServiceIntegrationDatadogUserConfigDatadogTag[];
|
|
3403
3492
|
/**
|
|
3404
|
-
* List of custom metrics
|
|
3493
|
+
* List of custom metrics.
|
|
3405
3494
|
*/
|
|
3406
3495
|
excludeConsumerGroups?: string[];
|
|
3407
3496
|
/**
|
|
3408
|
-
* List of topics to exclude
|
|
3497
|
+
* List of topics to exclude.
|
|
3409
3498
|
*/
|
|
3410
3499
|
excludeTopics?: string[];
|
|
3411
3500
|
/**
|
|
3412
|
-
* List of custom metrics
|
|
3501
|
+
* List of custom metrics.
|
|
3413
3502
|
*/
|
|
3414
3503
|
includeConsumerGroups?: string[];
|
|
3415
3504
|
/**
|
|
3416
|
-
* List of topics to include
|
|
3505
|
+
* List of topics to include.
|
|
3417
3506
|
*/
|
|
3418
3507
|
includeTopics?: string[];
|
|
3419
3508
|
/**
|
|
3420
|
-
* List of custom metrics
|
|
3509
|
+
* List of custom metrics.
|
|
3421
3510
|
*/
|
|
3422
3511
|
kafkaCustomMetrics?: string[];
|
|
3423
3512
|
/**
|
|
3424
|
-
* Maximum number of JMX metrics to send
|
|
3513
|
+
* Maximum number of JMX metrics to send.
|
|
3514
|
+
*/
|
|
3515
|
+
maxJmxMetrics?: number;
|
|
3516
|
+
/**
|
|
3517
|
+
* Datadog Opensearch Options.
|
|
3425
3518
|
*/
|
|
3426
|
-
|
|
3519
|
+
opensearch?: outputs.ServiceIntegrationDatadogUserConfigOpensearch;
|
|
3427
3520
|
}
|
|
3428
3521
|
export interface ServiceIntegrationDatadogUserConfigDatadogTag {
|
|
3429
3522
|
comment?: string;
|
|
3430
|
-
tag
|
|
3523
|
+
tag: string;
|
|
3524
|
+
}
|
|
3525
|
+
export interface ServiceIntegrationDatadogUserConfigOpensearch {
|
|
3526
|
+
indexStatsEnabled?: boolean;
|
|
3527
|
+
pendingTaskStatsEnabled?: boolean;
|
|
3528
|
+
pshardStatsEnabled?: boolean;
|
|
3431
3529
|
}
|
|
3432
3530
|
export interface ServiceIntegrationEndpointDatadogUserConfig {
|
|
3433
3531
|
/**
|
|
3434
|
-
* Datadog API key
|
|
3532
|
+
* Datadog API key.
|
|
3435
3533
|
*/
|
|
3436
3534
|
datadogApiKey?: string;
|
|
3437
3535
|
/**
|
|
3438
|
-
* Custom tags provided by user
|
|
3536
|
+
* Custom tags provided by user.
|
|
3439
3537
|
*/
|
|
3440
3538
|
datadogTags?: outputs.ServiceIntegrationEndpointDatadogUserConfigDatadogTag[];
|
|
3441
3539
|
/**
|
|
3442
|
-
* Disable consumer group metrics
|
|
3540
|
+
* Disable consumer group metrics.
|
|
3443
3541
|
*/
|
|
3444
|
-
disableConsumerStats?:
|
|
3542
|
+
disableConsumerStats?: boolean;
|
|
3445
3543
|
/**
|
|
3446
|
-
* Number of separate instances to fetch kafka consumer statistics with
|
|
3544
|
+
* Number of separate instances to fetch kafka consumer statistics with.
|
|
3447
3545
|
*/
|
|
3448
|
-
kafkaConsumerCheckInstances?:
|
|
3546
|
+
kafkaConsumerCheckInstances?: number;
|
|
3449
3547
|
/**
|
|
3450
|
-
* Number of seconds that datadog will wait to get consumer statistics from brokers
|
|
3548
|
+
* Number of seconds that datadog will wait to get consumer statistics from brokers.
|
|
3451
3549
|
*/
|
|
3452
|
-
kafkaConsumerStatsTimeout?:
|
|
3550
|
+
kafkaConsumerStatsTimeout?: number;
|
|
3453
3551
|
/**
|
|
3454
|
-
* Maximum number of partition contexts to send
|
|
3552
|
+
* Maximum number of partition contexts to send.
|
|
3455
3553
|
*/
|
|
3456
|
-
maxPartitionContexts?:
|
|
3554
|
+
maxPartitionContexts?: number;
|
|
3457
3555
|
/**
|
|
3458
|
-
* Datadog intake site. Defaults to datadoghq.com
|
|
3556
|
+
* Datadog intake site. Defaults to datadoghq.com.
|
|
3459
3557
|
*/
|
|
3460
3558
|
site?: string;
|
|
3461
3559
|
}
|
|
3462
3560
|
export interface ServiceIntegrationEndpointDatadogUserConfigDatadogTag {
|
|
3463
3561
|
comment?: string;
|
|
3464
|
-
tag
|
|
3562
|
+
tag: string;
|
|
3465
3563
|
}
|
|
3466
3564
|
export interface ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig {
|
|
3467
3565
|
/**
|
|
3468
|
-
* AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams
|
|
3566
|
+
* AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams.
|
|
3469
3567
|
*/
|
|
3470
3568
|
accessKey?: string;
|
|
3471
3569
|
/**
|
|
3472
|
-
* AWS CloudWatch log group name
|
|
3570
|
+
* AWS CloudWatch log group name.
|
|
3473
3571
|
*/
|
|
3474
3572
|
logGroupName?: string;
|
|
3475
3573
|
/**
|
|
3476
|
-
* AWS region
|
|
3574
|
+
* AWS region.
|
|
3477
3575
|
*/
|
|
3478
3576
|
region?: string;
|
|
3479
3577
|
/**
|
|
3480
|
-
* AWS secret key
|
|
3578
|
+
* AWS secret key.
|
|
3481
3579
|
*/
|
|
3482
3580
|
secretKey?: string;
|
|
3483
3581
|
}
|
|
3484
3582
|
export interface ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig {
|
|
3485
3583
|
/**
|
|
3486
|
-
* AWS access key. Required permissions are cloudwatch:PutMetricData
|
|
3584
|
+
* AWS access key. Required permissions are cloudwatch:PutMetricData.
|
|
3487
3585
|
*/
|
|
3488
3586
|
accessKey?: string;
|
|
3489
3587
|
/**
|
|
3490
|
-
* AWS CloudWatch Metrics Namespace
|
|
3588
|
+
* AWS CloudWatch Metrics Namespace.
|
|
3491
3589
|
*/
|
|
3492
3590
|
namespace?: string;
|
|
3493
3591
|
/**
|
|
3494
|
-
* AWS region
|
|
3592
|
+
* AWS region.
|
|
3495
3593
|
*/
|
|
3496
3594
|
region?: string;
|
|
3497
3595
|
/**
|
|
3498
|
-
* AWS secret key
|
|
3596
|
+
* AWS secret key.
|
|
3499
3597
|
*/
|
|
3500
3598
|
secretKey?: string;
|
|
3501
3599
|
}
|
|
3502
3600
|
export interface ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig {
|
|
3503
3601
|
/**
|
|
3504
|
-
* PEM encoded CA certificate
|
|
3602
|
+
* PEM encoded CA certificate.
|
|
3505
3603
|
*/
|
|
3506
3604
|
ca?: string;
|
|
3507
3605
|
/**
|
|
3508
|
-
* Maximum number of days of logs to keep
|
|
3606
|
+
* Maximum number of days of logs to keep. The default value is `3`.
|
|
3509
3607
|
*/
|
|
3510
|
-
indexDaysMax?:
|
|
3608
|
+
indexDaysMax?: number;
|
|
3511
3609
|
/**
|
|
3512
|
-
* Elasticsearch index prefix
|
|
3610
|
+
* Elasticsearch index prefix. The default value is `logs`.
|
|
3513
3611
|
*/
|
|
3514
3612
|
indexPrefix?: string;
|
|
3515
3613
|
/**
|
|
3516
|
-
* Elasticsearch request timeout limit
|
|
3614
|
+
* Elasticsearch request timeout limit. The default value is `10.0`.
|
|
3517
3615
|
*/
|
|
3518
|
-
timeout?:
|
|
3616
|
+
timeout?: number;
|
|
3519
3617
|
/**
|
|
3520
|
-
* Elasticsearch connection URL
|
|
3618
|
+
* Elasticsearch connection URL.
|
|
3521
3619
|
*/
|
|
3522
3620
|
url?: string;
|
|
3523
3621
|
}
|
|
3524
3622
|
export interface ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig {
|
|
3525
3623
|
/**
|
|
3526
|
-
* Google Cloud Logging log id
|
|
3624
|
+
* Google Cloud Logging log id.
|
|
3527
3625
|
*/
|
|
3528
3626
|
logId?: string;
|
|
3529
3627
|
/**
|
|
@@ -3537,7 +3635,7 @@ export interface ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig
|
|
|
3537
3635
|
}
|
|
3538
3636
|
export interface ServiceIntegrationEndpointExternalKafkaUserConfig {
|
|
3539
3637
|
/**
|
|
3540
|
-
* Bootstrap servers
|
|
3638
|
+
* Bootstrap servers.
|
|
3541
3639
|
*/
|
|
3542
3640
|
bootstrapServers?: string;
|
|
3543
3641
|
/**
|
|
@@ -3553,19 +3651,19 @@ export interface ServiceIntegrationEndpointExternalKafkaUserConfig {
|
|
|
3553
3651
|
*/
|
|
3554
3652
|
saslPlainUsername?: string;
|
|
3555
3653
|
/**
|
|
3556
|
-
* Security protocol
|
|
3654
|
+
* Security protocol.
|
|
3557
3655
|
*/
|
|
3558
3656
|
securityProtocol?: string;
|
|
3559
3657
|
/**
|
|
3560
|
-
* PEM-encoded CA certificate
|
|
3658
|
+
* PEM-encoded CA certificate.
|
|
3561
3659
|
*/
|
|
3562
3660
|
sslCaCert?: string;
|
|
3563
3661
|
/**
|
|
3564
|
-
* PEM-encoded client certificate
|
|
3662
|
+
* PEM-encoded client certificate.
|
|
3565
3663
|
*/
|
|
3566
3664
|
sslClientCert?: string;
|
|
3567
3665
|
/**
|
|
3568
|
-
* PEM-encoded client key
|
|
3666
|
+
* PEM-encoded client key.
|
|
3569
3667
|
*/
|
|
3570
3668
|
sslClientKey?: string;
|
|
3571
3669
|
/**
|
|
@@ -3575,137 +3673,137 @@ export interface ServiceIntegrationEndpointExternalKafkaUserConfig {
|
|
|
3575
3673
|
}
|
|
3576
3674
|
export interface ServiceIntegrationEndpointExternalOpensearchLogsUserConfig {
|
|
3577
3675
|
/**
|
|
3578
|
-
* PEM encoded CA certificate
|
|
3676
|
+
* PEM encoded CA certificate.
|
|
3579
3677
|
*/
|
|
3580
3678
|
ca?: string;
|
|
3581
3679
|
/**
|
|
3582
|
-
* Maximum number of days of logs to keep
|
|
3680
|
+
* Maximum number of days of logs to keep. The default value is `3`.
|
|
3583
3681
|
*/
|
|
3584
|
-
indexDaysMax?:
|
|
3682
|
+
indexDaysMax?: number;
|
|
3585
3683
|
/**
|
|
3586
|
-
* OpenSearch index prefix
|
|
3684
|
+
* OpenSearch index prefix. The default value is `logs`.
|
|
3587
3685
|
*/
|
|
3588
3686
|
indexPrefix?: string;
|
|
3589
3687
|
/**
|
|
3590
|
-
* OpenSearch request timeout limit
|
|
3688
|
+
* OpenSearch request timeout limit. The default value is `10.0`.
|
|
3591
3689
|
*/
|
|
3592
|
-
timeout?:
|
|
3690
|
+
timeout?: number;
|
|
3593
3691
|
/**
|
|
3594
|
-
* OpenSearch connection URL
|
|
3692
|
+
* OpenSearch connection URL.
|
|
3595
3693
|
*/
|
|
3596
3694
|
url?: string;
|
|
3597
3695
|
}
|
|
3598
3696
|
export interface ServiceIntegrationEndpointExternalSchemaRegistryUserConfig {
|
|
3599
3697
|
/**
|
|
3600
|
-
* Authentication method
|
|
3698
|
+
* Authentication method.
|
|
3601
3699
|
*/
|
|
3602
3700
|
authentication?: string;
|
|
3603
3701
|
/**
|
|
3604
|
-
* Basic authentication password
|
|
3702
|
+
* Basic authentication password.
|
|
3605
3703
|
*/
|
|
3606
3704
|
basicAuthPassword?: string;
|
|
3607
3705
|
/**
|
|
3608
|
-
* Basic authentication user name
|
|
3706
|
+
* Basic authentication user name.
|
|
3609
3707
|
*/
|
|
3610
3708
|
basicAuthUsername?: string;
|
|
3611
3709
|
/**
|
|
3612
|
-
* Schema Registry URL
|
|
3710
|
+
* Schema Registry URL.
|
|
3613
3711
|
*/
|
|
3614
3712
|
url?: string;
|
|
3615
3713
|
}
|
|
3616
3714
|
export interface ServiceIntegrationEndpointJolokiaUserConfig {
|
|
3617
3715
|
/**
|
|
3618
|
-
* Jolokia basic authentication password
|
|
3716
|
+
* Jolokia basic authentication password.
|
|
3619
3717
|
*/
|
|
3620
3718
|
basicAuthPassword?: string;
|
|
3621
3719
|
/**
|
|
3622
|
-
* Jolokia basic authentication username
|
|
3720
|
+
* Jolokia basic authentication username.
|
|
3623
3721
|
*/
|
|
3624
3722
|
basicAuthUsername?: string;
|
|
3625
3723
|
}
|
|
3626
3724
|
export interface ServiceIntegrationEndpointPrometheusUserConfig {
|
|
3627
3725
|
/**
|
|
3628
|
-
* Prometheus basic authentication password
|
|
3726
|
+
* Prometheus basic authentication password.
|
|
3629
3727
|
*/
|
|
3630
3728
|
basicAuthPassword?: string;
|
|
3631
3729
|
/**
|
|
3632
|
-
* Prometheus basic authentication username
|
|
3730
|
+
* Prometheus basic authentication username.
|
|
3633
3731
|
*/
|
|
3634
3732
|
basicAuthUsername?: string;
|
|
3635
3733
|
}
|
|
3636
3734
|
export interface ServiceIntegrationEndpointRsyslogUserConfig {
|
|
3637
3735
|
/**
|
|
3638
|
-
* PEM encoded CA certificate
|
|
3736
|
+
* PEM encoded CA certificate.
|
|
3639
3737
|
*/
|
|
3640
3738
|
ca?: string;
|
|
3641
3739
|
/**
|
|
3642
|
-
* PEM encoded client certificate
|
|
3740
|
+
* PEM encoded client certificate.
|
|
3643
3741
|
*/
|
|
3644
3742
|
cert?: string;
|
|
3645
3743
|
/**
|
|
3646
|
-
* message format
|
|
3744
|
+
* message format. The default value is `rfc5424`.
|
|
3647
3745
|
*/
|
|
3648
3746
|
format?: string;
|
|
3649
3747
|
/**
|
|
3650
|
-
* PEM encoded client key
|
|
3748
|
+
* PEM encoded client key.
|
|
3651
3749
|
*/
|
|
3652
3750
|
key?: string;
|
|
3653
3751
|
/**
|
|
3654
|
-
* custom syslog message format
|
|
3752
|
+
* custom syslog message format.
|
|
3655
3753
|
*/
|
|
3656
3754
|
logline?: string;
|
|
3657
3755
|
/**
|
|
3658
|
-
* rsyslog server port
|
|
3756
|
+
* rsyslog server port. The default value is `514`.
|
|
3659
3757
|
*/
|
|
3660
|
-
port?:
|
|
3758
|
+
port?: number;
|
|
3661
3759
|
/**
|
|
3662
|
-
* Structured data block for log message
|
|
3760
|
+
* Structured data block for log message.
|
|
3663
3761
|
*/
|
|
3664
3762
|
sd?: string;
|
|
3665
3763
|
/**
|
|
3666
|
-
* rsyslog server IP address or hostname
|
|
3764
|
+
* rsyslog server IP address or hostname.
|
|
3667
3765
|
*/
|
|
3668
3766
|
server?: string;
|
|
3669
3767
|
/**
|
|
3670
|
-
* Require TLS
|
|
3768
|
+
* Require TLS. The default value is `true`.
|
|
3671
3769
|
*/
|
|
3672
|
-
tls?:
|
|
3770
|
+
tls?: boolean;
|
|
3673
3771
|
}
|
|
3674
3772
|
export interface ServiceIntegrationEndpointSignalfxUserConfig {
|
|
3675
3773
|
/**
|
|
3676
|
-
* list of metrics to send
|
|
3774
|
+
* list of metrics to send.
|
|
3677
3775
|
*/
|
|
3678
3776
|
enabledMetrics?: string[];
|
|
3679
3777
|
/**
|
|
3680
|
-
* SignalFX API key
|
|
3778
|
+
* SignalFX API key.
|
|
3681
3779
|
*/
|
|
3682
3780
|
signalfxApiKey?: string;
|
|
3683
3781
|
/**
|
|
3684
|
-
* SignalFX realm
|
|
3782
|
+
* SignalFX realm. The default value is `us0`.
|
|
3685
3783
|
*/
|
|
3686
3784
|
signalfxRealm?: string;
|
|
3687
3785
|
}
|
|
3688
3786
|
export interface ServiceIntegrationExternalAwsCloudwatchMetricsUserConfig {
|
|
3689
3787
|
/**
|
|
3690
|
-
* Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics)
|
|
3788
|
+
* Metrics to not send to AWS CloudWatch (takes precedence over extra*metrics).
|
|
3691
3789
|
*/
|
|
3692
3790
|
droppedMetrics?: outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric[];
|
|
3693
3791
|
/**
|
|
3694
|
-
* Metrics to allow through to AWS CloudWatch (in addition to default metrics)
|
|
3792
|
+
* Metrics to allow through to AWS CloudWatch (in addition to default metrics).
|
|
3695
3793
|
*/
|
|
3696
3794
|
extraMetrics?: outputs.ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric[];
|
|
3697
3795
|
}
|
|
3698
3796
|
export interface ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigDroppedMetric {
|
|
3699
|
-
field
|
|
3700
|
-
metric
|
|
3797
|
+
field: string;
|
|
3798
|
+
metric: string;
|
|
3701
3799
|
}
|
|
3702
3800
|
export interface ServiceIntegrationExternalAwsCloudwatchMetricsUserConfigExtraMetric {
|
|
3703
|
-
field
|
|
3704
|
-
metric
|
|
3801
|
+
field: string;
|
|
3802
|
+
metric: string;
|
|
3705
3803
|
}
|
|
3706
3804
|
export interface ServiceIntegrationKafkaConnectUserConfig {
|
|
3707
3805
|
/**
|
|
3708
|
-
* Kafka Connect service configuration values
|
|
3806
|
+
* Kafka Connect service configuration values.
|
|
3709
3807
|
*/
|
|
3710
3808
|
kafkaConnect?: outputs.ServiceIntegrationKafkaConnectUserConfigKafkaConnect;
|
|
3711
3809
|
}
|
|
@@ -3717,7 +3815,7 @@ export interface ServiceIntegrationKafkaConnectUserConfigKafkaConnect {
|
|
|
3717
3815
|
}
|
|
3718
3816
|
export interface ServiceIntegrationKafkaLogsUserConfig {
|
|
3719
3817
|
/**
|
|
3720
|
-
* Topic name
|
|
3818
|
+
* Topic name.
|
|
3721
3819
|
*/
|
|
3722
3820
|
kafkaTopic?: string;
|
|
3723
3821
|
}
|
|
@@ -3727,24 +3825,24 @@ export interface ServiceIntegrationKafkaMirrormakerUserConfig {
|
|
|
3727
3825
|
*/
|
|
3728
3826
|
clusterAlias?: string;
|
|
3729
3827
|
/**
|
|
3730
|
-
* Kafka MirrorMaker configuration values
|
|
3828
|
+
* Kafka MirrorMaker configuration values.
|
|
3731
3829
|
*/
|
|
3732
3830
|
kafkaMirrormaker?: outputs.ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker;
|
|
3733
3831
|
}
|
|
3734
3832
|
export interface ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
|
|
3735
|
-
consumerFetchMinBytes?:
|
|
3736
|
-
producerBatchSize?:
|
|
3737
|
-
producerBufferMemory?:
|
|
3738
|
-
producerLingerMs?:
|
|
3739
|
-
producerMaxRequestSize?:
|
|
3833
|
+
consumerFetchMinBytes?: number;
|
|
3834
|
+
producerBatchSize?: number;
|
|
3835
|
+
producerBufferMemory?: number;
|
|
3836
|
+
producerLingerMs?: number;
|
|
3837
|
+
producerMaxRequestSize?: number;
|
|
3740
3838
|
}
|
|
3741
3839
|
export interface ServiceIntegrationLogsUserConfig {
|
|
3742
3840
|
/**
|
|
3743
|
-
* Elasticsearch index retention limit
|
|
3841
|
+
* Elasticsearch index retention limit. The default value is `3`.
|
|
3744
3842
|
*/
|
|
3745
|
-
elasticsearchIndexDaysMax?:
|
|
3843
|
+
elasticsearchIndexDaysMax?: number;
|
|
3746
3844
|
/**
|
|
3747
|
-
* Elasticsearch index prefix
|
|
3845
|
+
* Elasticsearch index prefix. The default value is `logs`.
|
|
3748
3846
|
*/
|
|
3749
3847
|
elasticsearchIndexPrefix?: string;
|
|
3750
3848
|
}
|
|
@@ -3756,13 +3854,13 @@ export interface ServiceIntegrationMetricsUserConfig {
|
|
|
3756
3854
|
/**
|
|
3757
3855
|
* Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
|
|
3758
3856
|
*/
|
|
3759
|
-
retentionDays?:
|
|
3857
|
+
retentionDays?: number;
|
|
3760
3858
|
/**
|
|
3761
3859
|
* Name of a user that can be used to read metrics. This will be used for Grafana integration (if enabled) to prevent Grafana users from making undesired changes. Only affects PostgreSQL destinations. Defaults to 'metrics_reader'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
|
|
3762
3860
|
*/
|
|
3763
3861
|
roUsername?: string;
|
|
3764
3862
|
/**
|
|
3765
|
-
* Configuration options for metrics where source service is MySQL
|
|
3863
|
+
* Configuration options for metrics where source service is MySQL.
|
|
3766
3864
|
*/
|
|
3767
3865
|
sourceMysql?: outputs.ServiceIntegrationMetricsUserConfigSourceMysql;
|
|
3768
3866
|
/**
|
|
@@ -3774,24 +3872,18 @@ export interface ServiceIntegrationMetricsUserConfigSourceMysql {
|
|
|
3774
3872
|
telegraf?: outputs.ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf;
|
|
3775
3873
|
}
|
|
3776
3874
|
export interface ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf {
|
|
3777
|
-
gatherEventWaits?:
|
|
3778
|
-
gatherFileEventsStats?:
|
|
3779
|
-
gatherIndexIoWaits?:
|
|
3780
|
-
gatherInfoSchemaAutoInc?:
|
|
3781
|
-
gatherInnodbMetrics?:
|
|
3782
|
-
gatherPerfEventsStatements?:
|
|
3783
|
-
gatherProcessList?:
|
|
3784
|
-
gatherSlaveStatus?:
|
|
3785
|
-
gatherTableIoWaits?:
|
|
3786
|
-
gatherTableLockWaits?:
|
|
3787
|
-
gatherTableSchema?:
|
|
3788
|
-
perfEventsStatementsDigestTextLimit?:
|
|
3789
|
-
perfEventsStatementsLimit?:
|
|
3790
|
-
perfEventsStatementsTimeLimit?:
|
|
3791
|
-
}
|
|
3792
|
-
export interface ServiceIntegrationMirrormakerUserConfig {
|
|
3793
|
-
/**
|
|
3794
|
-
* Mirrormaker topic whitelist
|
|
3795
|
-
*/
|
|
3796
|
-
mirrormakerWhitelist?: string;
|
|
3875
|
+
gatherEventWaits?: boolean;
|
|
3876
|
+
gatherFileEventsStats?: boolean;
|
|
3877
|
+
gatherIndexIoWaits?: boolean;
|
|
3878
|
+
gatherInfoSchemaAutoInc?: boolean;
|
|
3879
|
+
gatherInnodbMetrics?: boolean;
|
|
3880
|
+
gatherPerfEventsStatements?: boolean;
|
|
3881
|
+
gatherProcessList?: boolean;
|
|
3882
|
+
gatherSlaveStatus?: boolean;
|
|
3883
|
+
gatherTableIoWaits?: boolean;
|
|
3884
|
+
gatherTableLockWaits?: boolean;
|
|
3885
|
+
gatherTableSchema?: boolean;
|
|
3886
|
+
perfEventsStatementsDigestTextLimit?: number;
|
|
3887
|
+
perfEventsStatementsLimit?: number;
|
|
3888
|
+
perfEventsStatementsTimeLimit?: number;
|
|
3797
3889
|
}
|