@pulumi/aiven 5.2.0 → 5.3.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.
Files changed (240) hide show
  1. package/accountAuthentication.d.ts +61 -0
  2. package/accountAuthentication.js +10 -0
  3. package/accountAuthentication.js.map +1 -1
  4. package/accountTeamMember.d.ts +5 -12
  5. package/accountTeamMember.js.map +1 -1
  6. package/accountTeamProject.d.ts +3 -3
  7. package/awsPrivatelink.d.ts +6 -12
  8. package/awsPrivatelink.js.map +1 -1
  9. package/awsVpcPeeringConnection.d.ts +3 -6
  10. package/awsVpcPeeringConnection.js.map +1 -1
  11. package/azurePrivatelink.d.ts +6 -12
  12. package/azurePrivatelink.js.map +1 -1
  13. package/azurePrivatelinkConnectionApproval.d.ts +6 -12
  14. package/azurePrivatelinkConnectionApproval.js.map +1 -1
  15. package/azureVpcPeeringConnection.d.ts +6 -12
  16. package/azureVpcPeeringConnection.js.map +1 -1
  17. package/cassandra.d.ts +28 -89
  18. package/cassandra.js.map +1 -1
  19. package/cassandraUser.d.ts +9 -18
  20. package/cassandraUser.js.map +1 -1
  21. package/clickhouse.d.ts +28 -89
  22. package/clickhouse.js.map +1 -1
  23. package/clickhouseDatabase.d.ts +6 -12
  24. package/clickhouseDatabase.js.map +1 -1
  25. package/clickhouseGrant.d.ts +12 -24
  26. package/clickhouseGrant.js.map +1 -1
  27. package/clickhouseRole.d.ts +6 -12
  28. package/clickhouseRole.js.map +1 -1
  29. package/clickhouseUser.d.ts +6 -12
  30. package/clickhouseUser.js.map +1 -1
  31. package/connectionPool.d.ts +18 -36
  32. package/connectionPool.js.map +1 -1
  33. package/database.d.ts +12 -24
  34. package/database.js.map +1 -1
  35. package/flink.d.ts +28 -89
  36. package/flink.js.map +1 -1
  37. package/flinkJob.d.ts +12 -24
  38. package/flinkJob.js.map +1 -1
  39. package/flinkJobTable.d.ts +48 -87
  40. package/flinkJobTable.js +2 -0
  41. package/flinkJobTable.js.map +1 -1
  42. package/getAccount.d.ts +27 -0
  43. package/getAccount.js.map +1 -1
  44. package/getAccountAuthentication.d.ts +72 -0
  45. package/getAccountAuthentication.js.map +1 -1
  46. package/getAccountTeam.d.ts +27 -0
  47. package/getAccountTeam.js.map +1 -1
  48. package/getAccountTeamMember.d.ts +36 -0
  49. package/getAccountTeamMember.js.map +1 -1
  50. package/getAccountTeamProject.d.ts +30 -0
  51. package/getAccountTeamProject.js.map +1 -1
  52. package/getAwsPrivatelink.d.ts +27 -0
  53. package/getAwsPrivatelink.js.map +1 -1
  54. package/getAwsVpcPeeringConnection.d.ts +45 -0
  55. package/getAwsVpcPeeringConnection.js.map +1 -1
  56. package/getAzurePrivatelink.d.ts +33 -0
  57. package/getAzurePrivatelink.js.map +1 -1
  58. package/getAzureVpcPeeringConnection.d.ts +63 -0
  59. package/getAzureVpcPeeringConnection.js.map +1 -1
  60. package/getBillingGroup.d.ts +51 -0
  61. package/getBillingGroup.js.map +1 -1
  62. package/getCassanda.d.ts +90 -0
  63. package/getCassanda.js.map +1 -1
  64. package/getCassandra.d.ts +90 -0
  65. package/getCassandra.js.map +1 -1
  66. package/getCassandraUser.d.ts +39 -0
  67. package/getCassandraUser.js.map +1 -1
  68. package/getClickhouse.d.ts +90 -0
  69. package/getClickhouse.js.map +1 -1
  70. package/getClickhouseDatabase.d.ts +27 -0
  71. package/getClickhouseDatabase.js.map +1 -1
  72. package/getClickhouseUser.d.ts +36 -0
  73. package/getClickhouseUser.js.map +1 -1
  74. package/getConnectionPool.d.ts +42 -0
  75. package/getConnectionPool.js.map +1 -1
  76. package/getDatabase.d.ts +33 -0
  77. package/getDatabase.js.map +1 -1
  78. package/getFlink.d.ts +90 -0
  79. package/getFlink.js.map +1 -1
  80. package/getGcpVpcPeeringConnection.d.ts +33 -0
  81. package/getGcpVpcPeeringConnection.js.map +1 -1
  82. package/getGrafana.d.ts +90 -0
  83. package/getGrafana.js.map +1 -1
  84. package/getInfluxDb.d.ts +90 -0
  85. package/getInfluxDb.js.map +1 -1
  86. package/getInfluxdbDatabase.d.ts +27 -0
  87. package/getInfluxdbDatabase.js.map +1 -1
  88. package/getInfluxdbUser.d.ts +39 -0
  89. package/getInfluxdbUser.js.map +1 -1
  90. package/getKafka.d.ts +96 -0
  91. package/getKafka.js.map +1 -1
  92. package/getKafkaAcl.d.ts +48 -0
  93. package/getKafkaAcl.js.map +1 -1
  94. package/getKafkaConnect.d.ts +90 -0
  95. package/getKafkaConnect.js.map +1 -1
  96. package/getKafkaConnector.d.ts +51 -0
  97. package/getKafkaConnector.js.map +1 -1
  98. package/getKafkaMirrorMaker.d.ts +90 -0
  99. package/getKafkaMirrorMaker.js.map +1 -1
  100. package/getKafkaSchema.d.ts +39 -0
  101. package/getKafkaSchema.js.map +1 -1
  102. package/getKafkaSchemaConfiguration.d.ts +33 -0
  103. package/getKafkaSchemaConfiguration.js.map +1 -1
  104. package/getKafkaSchemaRegistryAcl.d.ts +48 -0
  105. package/getKafkaSchemaRegistryAcl.js.map +1 -1
  106. package/getKafkaTopic.d.ts +39 -0
  107. package/getKafkaTopic.js.map +1 -1
  108. package/getKafkaUser.d.ts +39 -0
  109. package/getKafkaUser.js.map +1 -1
  110. package/getM3Aggregator.d.ts +90 -0
  111. package/getM3Aggregator.js.map +1 -1
  112. package/getM3Db.d.ts +90 -0
  113. package/getM3Db.js.map +1 -1
  114. package/getM3dbUser.d.ts +33 -0
  115. package/getM3dbUser.js.map +1 -1
  116. package/getMirrorMakerReplicationFlow.d.ts +57 -0
  117. package/getMirrorMakerReplicationFlow.js.map +1 -1
  118. package/getMySql.d.ts +90 -0
  119. package/getMySql.js.map +1 -1
  120. package/getMysqlDatabase.d.ts +27 -0
  121. package/getMysqlDatabase.js.map +1 -1
  122. package/getMysqlUser.d.ts +42 -0
  123. package/getMysqlUser.js.map +1 -1
  124. package/getOpenSearch.d.ts +90 -0
  125. package/getOpenSearch.js.map +1 -1
  126. package/getOpenSearchAclConfig.d.ts +24 -0
  127. package/getOpenSearchAclConfig.js.map +1 -1
  128. package/getOpenSearchAclRule.d.ts +45 -0
  129. package/getOpenSearchAclRule.js.map +1 -1
  130. package/getOpensearchUser.d.ts +33 -0
  131. package/getOpensearchUser.js.map +1 -1
  132. package/getPg.d.ts +90 -0
  133. package/getPg.js.map +1 -1
  134. package/getPgDatabase.d.ts +33 -0
  135. package/getPgDatabase.js.map +1 -1
  136. package/getPgUser.d.ts +42 -0
  137. package/getPgUser.js.map +1 -1
  138. package/getProject.d.ts +45 -0
  139. package/getProject.js.map +1 -1
  140. package/getProjectUser.d.ts +24 -0
  141. package/getProjectUser.js.map +1 -1
  142. package/getProjectVpc.d.ts +33 -0
  143. package/getProjectVpc.js.map +1 -1
  144. package/getRedis.d.ts +90 -0
  145. package/getRedis.js.map +1 -1
  146. package/getRedisUser.d.ts +45 -0
  147. package/getRedisUser.js.map +1 -1
  148. package/getServiceComponent.d.ts +69 -0
  149. package/getServiceComponent.js.map +1 -1
  150. package/getServiceIntegration.d.ts +63 -0
  151. package/getServiceIntegration.js.map +1 -1
  152. package/getServiceIntegrationEndpoint.d.ts +57 -0
  153. package/getServiceIntegrationEndpoint.js.map +1 -1
  154. package/getServiceUser.d.ts +57 -0
  155. package/getServiceUser.js.map +1 -1
  156. package/getTransitGatewayVpcAttachment.d.ts +42 -0
  157. package/getTransitGatewayVpcAttachment.js.map +1 -1
  158. package/getVpcPeeringConnection.d.ts +48 -0
  159. package/getVpcPeeringConnection.js.map +1 -1
  160. package/grafana.d.ts +29 -91
  161. package/grafana.js +0 -4
  162. package/grafana.js.map +1 -1
  163. package/influxDb.d.ts +28 -89
  164. package/influxDb.js.map +1 -1
  165. package/influxdbDatabase.d.ts +6 -12
  166. package/influxdbDatabase.js.map +1 -1
  167. package/influxdbUser.d.ts +9 -18
  168. package/influxdbUser.js.map +1 -1
  169. package/kafka.d.ts +28 -89
  170. package/kafka.js.map +1 -1
  171. package/kafkaAcl.d.ts +9 -18
  172. package/kafkaAcl.js.map +1 -1
  173. package/kafkaConnect.d.ts +31 -92
  174. package/kafkaConnect.js.map +1 -1
  175. package/kafkaConnector.d.ts +6 -12
  176. package/kafkaConnector.js.map +1 -1
  177. package/kafkaMirrorMaker.d.ts +31 -92
  178. package/kafkaMirrorMaker.js.map +1 -1
  179. package/kafkaSchema.d.ts +9 -18
  180. package/kafkaSchema.js.map +1 -1
  181. package/kafkaSchemaConfiguration.d.ts +9 -18
  182. package/kafkaSchemaConfiguration.js.map +1 -1
  183. package/kafkaSchemaRegistryAcl.d.ts +12 -24
  184. package/kafkaSchemaRegistryAcl.js.map +1 -1
  185. package/kafkaTopic.d.ts +6 -12
  186. package/kafkaTopic.js.map +1 -1
  187. package/kafkaUser.d.ts +9 -18
  188. package/kafkaUser.js.map +1 -1
  189. package/m3aggregator.d.ts +28 -89
  190. package/m3aggregator.js.map +1 -1
  191. package/m3db.d.ts +28 -89
  192. package/m3db.js.map +1 -1
  193. package/m3dbUser.d.ts +9 -18
  194. package/m3dbUser.js.map +1 -1
  195. package/mirrorMakerReplicationFlow.d.ts +9 -21
  196. package/mirrorMakerReplicationFlow.js.map +1 -1
  197. package/mySql.d.ts +28 -89
  198. package/mySql.js.map +1 -1
  199. package/mysqlDatabase.d.ts +6 -12
  200. package/mysqlDatabase.js.map +1 -1
  201. package/mysqlUser.d.ts +12 -21
  202. package/mysqlUser.js.map +1 -1
  203. package/openSearch.d.ts +28 -89
  204. package/openSearch.js.map +1 -1
  205. package/openSearchAclConfig.d.ts +9 -21
  206. package/openSearchAclConfig.js.map +1 -1
  207. package/openSearchAclRule.d.ts +12 -24
  208. package/openSearchAclRule.js.map +1 -1
  209. package/opensearchUser.d.ts +9 -18
  210. package/opensearchUser.js.map +1 -1
  211. package/package.json +4 -3
  212. package/package.json.bak +2 -1
  213. package/package.json.dev +4 -3
  214. package/pg.d.ts +29 -90
  215. package/pg.js +0 -3
  216. package/pg.js.map +1 -1
  217. package/pgDatabase.d.ts +12 -24
  218. package/pgDatabase.js.map +1 -1
  219. package/pgUser.d.ts +9 -18
  220. package/pgUser.js.map +1 -1
  221. package/project.d.ts +21 -45
  222. package/project.js.map +1 -1
  223. package/projectUser.d.ts +5 -10
  224. package/projectUser.js.map +1 -1
  225. package/projectVpc.d.ts +6 -12
  226. package/projectVpc.js.map +1 -1
  227. package/redis.d.ts +28 -89
  228. package/redis.js.map +1 -1
  229. package/redisUser.d.ts +21 -42
  230. package/redisUser.js.map +1 -1
  231. package/serviceUser.d.ts +27 -51
  232. package/serviceUser.js.map +1 -1
  233. package/staticIp.d.ts +6 -12
  234. package/staticIp.js.map +1 -1
  235. package/transitGatewayVpcAttachment.d.ts +6 -12
  236. package/transitGatewayVpcAttachment.js.map +1 -1
  237. package/types/input.d.ts +1202 -0
  238. package/types/output.d.ts +1363 -0
  239. package/vpcPeeringConnection.d.ts +12 -24
  240. package/vpcPeeringConnection.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -1,15 +1,64 @@
1
1
  import { output as outputs } from "../types";
2
+ export interface AccountAuthenticationSamlFieldMapping {
3
+ /**
4
+ * Field name for user email
5
+ */
6
+ email?: string;
7
+ /**
8
+ * Field name for user's first name
9
+ */
10
+ firstName?: string;
11
+ /**
12
+ * Field name for user's identity. This field must always exist in responses, and must be immutable and unique. Contents of this field are used to identify the user. Using user ID (such as unix user id) is highly recommended, as email address may change, requiring relinking user to Aiven user.
13
+ */
14
+ identity?: string;
15
+ /**
16
+ * Field name for user's last name
17
+ */
18
+ lastName?: string;
19
+ /**
20
+ * Field name for user's full name. If specified, first*name and last*name mappings are ignored
21
+ */
22
+ realName?: string;
23
+ }
2
24
  export interface CassandraCassandra {
3
25
  }
4
26
  export interface CassandraCassandraUserConfig {
27
+ /**
28
+ * cassandra configuration values
29
+ */
5
30
  cassandra?: outputs.CassandraCassandraUserConfigCassandra;
31
+ /**
32
+ * Cassandra major version
33
+ */
6
34
  cassandraVersion?: string;
35
+ /**
36
+ * IP filter
37
+ */
7
38
  ipFilters?: string[];
39
+ /**
40
+ * Migration mode for the sstableloader utility
41
+ */
8
42
  migrateSstableloader?: string;
43
+ /**
44
+ * Allow access to selected service ports from private networks
45
+ */
9
46
  privateAccess?: outputs.CassandraCassandraUserConfigPrivateAccess;
47
+ /**
48
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
49
+ */
10
50
  projectToForkFrom?: string;
51
+ /**
52
+ * Allow access to selected service ports from the public Internet
53
+ */
11
54
  publicAccess?: outputs.CassandraCassandraUserConfigPublicAccess;
55
+ /**
56
+ * Name of another service to fork from. This has effect only when a new service is being created.
57
+ */
12
58
  serviceToForkFrom?: string;
59
+ /**
60
+ * Static IP addresses
61
+ */
13
62
  staticIps?: string;
14
63
  }
15
64
  export interface CassandraCassandraUserConfigCassandra {
@@ -32,18 +81,39 @@ export interface CassandraComponent {
32
81
  usage: string;
33
82
  }
34
83
  export interface CassandraServiceIntegration {
84
+ /**
85
+ * Type of the service integration. The only supported value at the moment is `readReplica`
86
+ */
35
87
  integrationType: string;
88
+ /**
89
+ * Name of the source service
90
+ */
36
91
  sourceServiceName: string;
37
92
  }
38
93
  export interface CassandraTag {
94
+ /**
95
+ * Service tag key
96
+ */
39
97
  key: string;
98
+ /**
99
+ * Service tag value
100
+ */
40
101
  value: string;
41
102
  }
42
103
  export interface ClickhouseClickhouse {
43
104
  }
44
105
  export interface ClickhouseClickhouseUserConfig {
106
+ /**
107
+ * IP filter
108
+ */
45
109
  ipFilters?: string[];
110
+ /**
111
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
112
+ */
46
113
  projectToForkFrom?: string;
114
+ /**
115
+ * Name of another service to fork from. This has effect only when a new service is being created.
116
+ */
47
117
  serviceToForkFrom?: string;
48
118
  }
49
119
  export interface ClickhouseComponent {
@@ -56,21 +126,51 @@ export interface ClickhouseComponent {
56
126
  usage: string;
57
127
  }
58
128
  export interface ClickhouseGrantPrivilegeGrant {
129
+ /**
130
+ * The column that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
131
+ */
59
132
  column?: string;
133
+ /**
134
+ * The database that the grant refers to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
135
+ */
60
136
  database: string;
137
+ /**
138
+ * The privilege to grant, i.e. 'INSERT', 'SELECT', etc. This property cannot be changed, doing so forces recreation of the resource.
139
+ */
61
140
  privilege?: string;
141
+ /**
142
+ * The table that the grant refers to. This property cannot be changed, doing so forces recreation of the resource.
143
+ */
62
144
  table?: string;
145
+ /**
146
+ * 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.
147
+ */
63
148
  withGrant?: boolean;
64
149
  }
65
150
  export interface ClickhouseGrantRoleGrant {
151
+ /**
152
+ * The role that is to be granted. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
153
+ */
66
154
  role?: string;
67
155
  }
68
156
  export interface ClickhouseServiceIntegration {
157
+ /**
158
+ * Type of the service integration. The only supported value at the moment is `readReplica`
159
+ */
69
160
  integrationType: string;
161
+ /**
162
+ * Name of the source service
163
+ */
70
164
  sourceServiceName: string;
71
165
  }
72
166
  export interface ClickhouseTag {
167
+ /**
168
+ * Service tag key
169
+ */
73
170
  key: string;
171
+ /**
172
+ * Service tag value
173
+ */
74
174
  value: string;
75
175
  }
76
176
  export interface FlinkComponent {
@@ -83,44 +183,123 @@ export interface FlinkComponent {
83
183
  usage: string;
84
184
  }
85
185
  export interface FlinkFlink {
186
+ /**
187
+ * Host and Port of a Flink server
188
+ */
86
189
  hostPorts: string[];
87
190
  }
88
191
  export interface FlinkFlinkUserConfig {
192
+ /**
193
+ * Flink execution.checkpointing.interval in milliseconds
194
+ */
89
195
  executionCheckpointingIntervalMs?: string;
196
+ /**
197
+ * Flink execution.checkpointing.timeout in milliseconds
198
+ */
90
199
  executionCheckpointingTimeoutMs?: string;
200
+ /**
201
+ * Flink major version
202
+ */
91
203
  flinkVersion?: string;
204
+ /**
205
+ * IP filter
206
+ */
92
207
  ipFilters?: string[];
208
+ /**
209
+ * Flink taskmanager.numberOfTaskSlots
210
+ */
93
211
  numberOfTaskSlots?: string;
212
+ /**
213
+ * Flink parallelism.default
214
+ */
94
215
  parallelismDefault?: string;
216
+ /**
217
+ * Allow access to selected service components through Privatelink
218
+ */
95
219
  privatelinkAccess?: outputs.FlinkFlinkUserConfigPrivatelinkAccess;
220
+ /**
221
+ * Flink restart-strategy
222
+ */
96
223
  restartStrategy?: string;
224
+ /**
225
+ * Flink restart-strategy.failure-rate.delay in seconds
226
+ */
97
227
  restartStrategyDelaySec?: string;
228
+ /**
229
+ * Flink restart-strategy.failure-rate.failure-rate-interval in minutes
230
+ */
98
231
  restartStrategyFailureRateIntervalMin?: string;
232
+ /**
233
+ * Flink restart-strategy.failure-rate.max-failures-per-interval
234
+ */
99
235
  restartStrategyMaxFailures?: string;
100
236
  }
101
237
  export interface FlinkFlinkUserConfigPrivatelinkAccess {
238
+ /**
239
+ * Flink server provided values
240
+ */
102
241
  flink?: string;
103
242
  prometheus?: string;
104
243
  }
105
244
  export interface FlinkJobTableUpsertKafka {
245
+ /**
246
+ * 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.
247
+ */
106
248
  keyFields?: string[];
249
+ /**
250
+ * 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.
251
+ */
107
252
  keyFormat?: string;
253
+ /**
254
+ * 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.
255
+ */
108
256
  scanStartupMode?: string;
257
+ /**
258
+ * Topic name This property cannot be changed, doing so forces recreation of the resource.
259
+ */
109
260
  topic?: string;
261
+ /**
262
+ * 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.
263
+ */
110
264
  valueFieldsInclude?: string;
265
+ /**
266
+ * 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.
267
+ */
111
268
  valueFormat?: string;
112
269
  }
113
270
  export interface FlinkServiceIntegration {
271
+ /**
272
+ * Type of the service integration. The only supported value at the moment is `readReplica`
273
+ */
114
274
  integrationType: string;
275
+ /**
276
+ * Name of the source service
277
+ */
115
278
  sourceServiceName: string;
116
279
  }
117
280
  export interface FlinkTag {
281
+ /**
282
+ * Service tag key
283
+ */
118
284
  key: string;
285
+ /**
286
+ * Service tag value
287
+ */
119
288
  value: string;
120
289
  }
290
+ export interface GetAccountAuthenticationSamlFieldMapping {
291
+ email?: string;
292
+ firstName?: string;
293
+ identity?: string;
294
+ lastName?: string;
295
+ realName?: string;
296
+ }
121
297
  export interface GetCassandaCassandra {
122
298
  }
123
299
  export interface GetCassandaCassandraUserConfig {
300
+ /**
301
+ * Cassandra server provided values
302
+ */
124
303
  cassandra?: outputs.GetCassandaCassandraUserConfigCassandra;
125
304
  cassandraVersion?: string;
126
305
  ipFilters?: string[];
@@ -129,6 +308,9 @@ export interface GetCassandaCassandraUserConfig {
129
308
  projectToForkFrom?: string;
130
309
  publicAccess?: outputs.GetCassandaCassandraUserConfigPublicAccess;
131
310
  serviceToForkFrom?: string;
311
+ /**
312
+ * 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
313
+ */
132
314
  staticIps?: string;
133
315
  }
134
316
  export interface GetCassandaCassandraUserConfigCassandra {
@@ -161,6 +343,9 @@ export interface GetCassandaTag {
161
343
  export interface GetCassandraCassandra {
162
344
  }
163
345
  export interface GetCassandraCassandraUserConfig {
346
+ /**
347
+ * Cassandra server provided values
348
+ */
164
349
  cassandra?: outputs.GetCassandraCassandraUserConfigCassandra;
165
350
  cassandraVersion?: string;
166
351
  ipFilters?: string[];
@@ -169,6 +354,9 @@ export interface GetCassandraCassandraUserConfig {
169
354
  projectToForkFrom?: string;
170
355
  publicAccess?: outputs.GetCassandraCassandraUserConfigPublicAccess;
171
356
  serviceToForkFrom?: string;
357
+ /**
358
+ * 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
359
+ */
172
360
  staticIps?: string;
173
361
  }
174
362
  export interface GetCassandraCassandraUserConfigCassandra {
@@ -248,6 +436,9 @@ export interface GetFlinkFlinkUserConfig {
248
436
  restartStrategyMaxFailures?: string;
249
437
  }
250
438
  export interface GetFlinkFlinkUserConfigPrivatelinkAccess {
439
+ /**
440
+ * Flink server provided values
441
+ */
251
442
  flink?: string;
252
443
  prometheus?: string;
253
444
  }
@@ -302,6 +493,9 @@ export interface GetGrafanaGrafanaUserConfig {
302
493
  recoveryBasebackupName?: string;
303
494
  serviceToForkFrom?: string;
304
495
  smtpServer?: outputs.GetGrafanaGrafanaUserConfigSmtpServer;
496
+ /**
497
+ * 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
498
+ */
305
499
  staticIps?: string;
306
500
  userAutoAssignOrg?: string;
307
501
  userAutoAssignOrgRole?: string;
@@ -367,12 +561,21 @@ export interface GetGrafanaGrafanaUserConfigExternalImageStorage {
367
561
  secretKey?: string;
368
562
  }
369
563
  export interface GetGrafanaGrafanaUserConfigPrivateAccess {
564
+ /**
565
+ * Grafana server provided values
566
+ */
370
567
  grafana?: string;
371
568
  }
372
569
  export interface GetGrafanaGrafanaUserConfigPrivatelinkAccess {
570
+ /**
571
+ * Grafana server provided values
572
+ */
373
573
  grafana?: string;
374
574
  }
375
575
  export interface GetGrafanaGrafanaUserConfigPublicAccess {
576
+ /**
577
+ * Grafana server provided values
578
+ */
376
579
  grafana?: string;
377
580
  }
378
581
  export interface GetGrafanaGrafanaUserConfigSmtpServer {
@@ -407,6 +610,9 @@ export interface GetInfluxDbInfluxdb {
407
610
  }
408
611
  export interface GetInfluxDbInfluxdbUserConfig {
409
612
  customDomain?: string;
613
+ /**
614
+ * InfluxDB server provided values
615
+ */
410
616
  influxdb?: outputs.GetInfluxDbInfluxdbUserConfigInfluxdb;
411
617
  ipFilters?: string[];
412
618
  privateAccess?: outputs.GetInfluxDbInfluxdbUserConfigPrivateAccess;
@@ -415,6 +621,9 @@ export interface GetInfluxDbInfluxdbUserConfig {
415
621
  publicAccess?: outputs.GetInfluxDbInfluxdbUserConfigPublicAccess;
416
622
  recoveryBasebackupName?: string;
417
623
  serviceToForkFrom?: string;
624
+ /**
625
+ * 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
626
+ */
418
627
  staticIps?: string;
419
628
  }
420
629
  export interface GetInfluxDbInfluxdbUserConfigInfluxdb {
@@ -426,12 +635,21 @@ export interface GetInfluxDbInfluxdbUserConfigInfluxdb {
426
635
  queryTimeout?: string;
427
636
  }
428
637
  export interface GetInfluxDbInfluxdbUserConfigPrivateAccess {
638
+ /**
639
+ * InfluxDB server provided values
640
+ */
429
641
  influxdb?: string;
430
642
  }
431
643
  export interface GetInfluxDbInfluxdbUserConfigPrivatelinkAccess {
644
+ /**
645
+ * InfluxDB server provided values
646
+ */
432
647
  influxdb?: string;
433
648
  }
434
649
  export interface GetInfluxDbInfluxdbUserConfigPublicAccess {
650
+ /**
651
+ * InfluxDB server provided values
652
+ */
435
653
  influxdb?: string;
436
654
  }
437
655
  export interface GetInfluxDbServiceIntegration {
@@ -464,10 +682,16 @@ export interface GetKafkaConnectKafkaConnect {
464
682
  }
465
683
  export interface GetKafkaConnectKafkaConnectUserConfig {
466
684
  ipFilters?: string[];
685
+ /**
686
+ * Kafka Connect server provided values
687
+ */
467
688
  kafkaConnect?: outputs.GetKafkaConnectKafkaConnectUserConfigKafkaConnect;
468
689
  privateAccess?: outputs.GetKafkaConnectKafkaConnectUserConfigPrivateAccess;
469
690
  privatelinkAccess?: outputs.GetKafkaConnectKafkaConnectUserConfigPrivatelinkAccess;
470
691
  publicAccess?: outputs.GetKafkaConnectKafkaConnectUserConfigPublicAccess;
692
+ /**
693
+ * 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
694
+ */
471
695
  staticIps?: string;
472
696
  }
473
697
  export interface GetKafkaConnectKafkaConnectUserConfigKafkaConnect {
@@ -485,15 +709,24 @@ export interface GetKafkaConnectKafkaConnectUserConfigKafkaConnect {
485
709
  sessionTimeoutMs?: string;
486
710
  }
487
711
  export interface GetKafkaConnectKafkaConnectUserConfigPrivateAccess {
712
+ /**
713
+ * Kafka Connect server provided values
714
+ */
488
715
  kafkaConnect?: string;
489
716
  prometheus?: string;
490
717
  }
491
718
  export interface GetKafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
492
719
  jolokia?: string;
720
+ /**
721
+ * Kafka Connect server provided values
722
+ */
493
723
  kafkaConnect?: string;
494
724
  prometheus?: string;
495
725
  }
496
726
  export interface GetKafkaConnectKafkaConnectUserConfigPublicAccess {
727
+ /**
728
+ * Kafka Connect server provided values
729
+ */
497
730
  kafkaConnect?: string;
498
731
  prometheus?: string;
499
732
  }
@@ -507,6 +740,9 @@ export interface GetKafkaConnectTag {
507
740
  }
508
741
  export interface GetKafkaConnectorTask {
509
742
  connector: string;
743
+ /**
744
+ * List of tasks of a connector.
745
+ */
510
746
  task: number;
511
747
  }
512
748
  export interface GetKafkaKafka {
@@ -519,6 +755,9 @@ export interface GetKafkaKafka {
519
755
  export interface GetKafkaKafkaUserConfig {
520
756
  customDomain?: string;
521
757
  ipFilters?: string[];
758
+ /**
759
+ * Kafka server provided values
760
+ */
522
761
  kafka?: outputs.GetKafkaKafkaUserConfigKafka;
523
762
  kafkaAuthenticationMethods?: outputs.GetKafkaKafkaUserConfigKafkaAuthenticationMethods;
524
763
  kafkaConnect?: string;
@@ -531,6 +770,9 @@ export interface GetKafkaKafkaUserConfig {
531
770
  publicAccess?: outputs.GetKafkaKafkaUserConfigPublicAccess;
532
771
  schemaRegistry?: string;
533
772
  schemaRegistryConfig?: outputs.GetKafkaKafkaUserConfigSchemaRegistryConfig;
773
+ /**
774
+ * 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
775
+ */
534
776
  staticIps?: string;
535
777
  }
536
778
  export interface GetKafkaKafkaUserConfigKafka {
@@ -605,6 +847,9 @@ export interface GetKafkaKafkaUserConfigPrivateAccess {
605
847
  }
606
848
  export interface GetKafkaKafkaUserConfigPrivatelinkAccess {
607
849
  jolokia?: string;
850
+ /**
851
+ * Kafka server provided values
852
+ */
608
853
  kafka?: string;
609
854
  kafkaConnect?: string;
610
855
  kafkaRest?: string;
@@ -612,6 +857,9 @@ export interface GetKafkaKafkaUserConfigPrivatelinkAccess {
612
857
  schemaRegistry?: string;
613
858
  }
614
859
  export interface GetKafkaKafkaUserConfigPublicAccess {
860
+ /**
861
+ * Kafka server provided values
862
+ */
615
863
  kafka?: string;
616
864
  kafkaConnect?: string;
617
865
  kafkaRest?: string;
@@ -635,7 +883,13 @@ export interface GetKafkaMirrorMakerKafkaMirrormaker {
635
883
  }
636
884
  export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfig {
637
885
  ipFilters?: string[];
886
+ /**
887
+ * Kafka MirrorMaker 2 server provided values
888
+ */
638
889
  kafkaMirrormaker?: outputs.GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker;
890
+ /**
891
+ * 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
892
+ */
639
893
  staticIps?: string;
640
894
  }
641
895
  export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker {
@@ -712,6 +966,9 @@ export interface GetM3AggregatorM3aggregatorUserConfig {
712
966
  ipFilters?: string[];
713
967
  m3Version?: string;
714
968
  m3aggregatorVersion?: string;
969
+ /**
970
+ * 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
971
+ */
715
972
  staticIps?: string;
716
973
  }
717
974
  export interface GetM3AggregatorServiceIntegration {
@@ -746,9 +1003,13 @@ export interface GetM3DbM3dbUserConfig {
746
1003
  publicAccess?: outputs.GetM3DbM3dbUserConfigPublicAccess;
747
1004
  rules?: outputs.GetM3DbM3dbUserConfigRules;
748
1005
  serviceToForkFrom?: string;
1006
+ /**
1007
+ * 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
1008
+ */
749
1009
  staticIps?: string;
750
1010
  }
751
1011
  export interface GetM3DbM3dbUserConfigLimits {
1012
+ queryDocs?: string;
752
1013
  queryRequireExhaustive?: string;
753
1014
  querySeries?: string;
754
1015
  }
@@ -818,6 +1079,9 @@ export interface GetMySqlMysqlUserConfig {
818
1079
  binlogRetentionPeriod?: string;
819
1080
  ipFilters?: string[];
820
1081
  migration?: outputs.GetMySqlMysqlUserConfigMigration;
1082
+ /**
1083
+ * MySQL specific server provided values
1084
+ */
821
1085
  mysql?: outputs.GetMySqlMysqlUserConfigMysql;
822
1086
  mysqlVersion?: string;
823
1087
  privateAccess?: outputs.GetMySqlMysqlUserConfigPrivateAccess;
@@ -826,6 +1090,9 @@ export interface GetMySqlMysqlUserConfig {
826
1090
  publicAccess?: outputs.GetMySqlMysqlUserConfigPublicAccess;
827
1091
  recoveryTargetTime?: string;
828
1092
  serviceToForkFrom?: string;
1093
+ /**
1094
+ * 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
1095
+ */
829
1096
  staticIps?: string;
830
1097
  }
831
1098
  export interface GetMySqlMysqlUserConfigMigration {
@@ -843,18 +1110,24 @@ export interface GetMySqlMysqlUserConfigMysql {
843
1110
  defaultTimeZone?: string;
844
1111
  groupConcatMaxLen?: string;
845
1112
  informationSchemaStatsExpiry?: string;
1113
+ innodbChangeBufferMaxSize?: string;
1114
+ innodbFlushNeighbors?: string;
846
1115
  innodbFtMinTokenSize?: string;
847
1116
  innodbFtServerStopwordTable?: string;
848
1117
  innodbLockWaitTimeout?: string;
849
1118
  innodbLogBufferSize?: string;
850
1119
  innodbOnlineAlterLogMaxSize?: string;
851
1120
  innodbPrintAllDeadlocks?: string;
1121
+ innodbReadIoThreads?: string;
852
1122
  innodbRollbackOnTimeout?: string;
1123
+ innodbThreadConcurrency?: string;
1124
+ innodbWriteIoThreads?: string;
853
1125
  interactiveTimeout?: string;
854
1126
  internalTmpMemStorageEngine?: string;
855
1127
  longQueryTime?: string;
856
1128
  maxAllowedPacket?: string;
857
1129
  maxHeapTableSize?: string;
1130
+ netBufferLength?: string;
858
1131
  netReadTimeout?: string;
859
1132
  netWriteTimeout?: string;
860
1133
  slowQueryLog?: string;
@@ -865,16 +1138,25 @@ export interface GetMySqlMysqlUserConfigMysql {
865
1138
  waitTimeout?: string;
866
1139
  }
867
1140
  export interface GetMySqlMysqlUserConfigPrivateAccess {
1141
+ /**
1142
+ * MySQL specific server provided values
1143
+ */
868
1144
  mysql?: string;
869
1145
  mysqlx?: string;
870
1146
  prometheus?: string;
871
1147
  }
872
1148
  export interface GetMySqlMysqlUserConfigPrivatelinkAccess {
1149
+ /**
1150
+ * MySQL specific server provided values
1151
+ */
873
1152
  mysql?: string;
874
1153
  mysqlx?: string;
875
1154
  prometheus?: string;
876
1155
  }
877
1156
  export interface GetMySqlMysqlUserConfigPublicAccess {
1157
+ /**
1158
+ * MySQL specific server provided values
1159
+ */
878
1160
  mysql?: string;
879
1161
  mysqlx?: string;
880
1162
  prometheus?: string;
@@ -907,6 +1189,9 @@ export interface GetOpenSearchOpensearchUserConfig {
907
1189
  ipFilters?: string[];
908
1190
  keepIndexRefreshInterval?: string;
909
1191
  maxIndexCount?: string;
1192
+ /**
1193
+ * Opensearch server provided values
1194
+ */
910
1195
  opensearch?: outputs.GetOpenSearchOpensearchUserConfigOpensearch;
911
1196
  opensearchDashboards?: outputs.GetOpenSearchOpensearchUserConfigOpensearchDashboards;
912
1197
  opensearchVersion?: string;
@@ -916,6 +1201,9 @@ export interface GetOpenSearchOpensearchUserConfig {
916
1201
  publicAccess?: outputs.GetOpenSearchOpensearchUserConfigPublicAccess;
917
1202
  recoveryBasebackupName?: string;
918
1203
  serviceToForkFrom?: string;
1204
+ /**
1205
+ * 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
1206
+ */
919
1207
  staticIps?: string;
920
1208
  }
921
1209
  export interface GetOpenSearchOpensearchUserConfigIndexPattern {
@@ -933,6 +1221,9 @@ export interface GetOpenSearchOpensearchUserConfigOpensearch {
933
1221
  actionDestructiveRequiresName?: string;
934
1222
  clusterMaxShardsPerNode?: string;
935
1223
  clusterRoutingAllocationNodeConcurrentRecoveries?: string;
1224
+ emailSenderName?: string;
1225
+ emailSenderPassword?: string;
1226
+ emailSenderUsername?: string;
936
1227
  httpMaxContentLength?: string;
937
1228
  httpMaxHeaderSize?: string;
938
1229
  httpMaxInitialLineLength?: string;
@@ -964,16 +1255,25 @@ export interface GetOpenSearchOpensearchUserConfigOpensearchDashboards {
964
1255
  opensearchRequestTimeout?: string;
965
1256
  }
966
1257
  export interface GetOpenSearchOpensearchUserConfigPrivateAccess {
1258
+ /**
1259
+ * Opensearch server provided values
1260
+ */
967
1261
  opensearch?: string;
968
1262
  opensearchDashboards?: string;
969
1263
  prometheus?: string;
970
1264
  }
971
1265
  export interface GetOpenSearchOpensearchUserConfigPrivatelinkAccess {
1266
+ /**
1267
+ * Opensearch server provided values
1268
+ */
972
1269
  opensearch?: string;
973
1270
  opensearchDashboards?: string;
974
1271
  prometheus?: string;
975
1272
  }
976
1273
  export interface GetOpenSearchOpensearchUserConfigPublicAccess {
1274
+ /**
1275
+ * Opensearch server provided values
1276
+ */
977
1277
  opensearch?: string;
978
1278
  opensearchDashboards?: string;
979
1279
  prometheus?: string;
@@ -998,6 +1298,7 @@ export interface GetPgComponent {
998
1298
  export interface GetPgPg {
999
1299
  dbname: string;
1000
1300
  host: string;
1301
+ maxConnections: number;
1001
1302
  password: string;
1002
1303
  port: number;
1003
1304
  replicaUri: string;
@@ -1013,9 +1314,13 @@ export interface GetPgPgUserConfig {
1013
1314
  enableIpv6?: string;
1014
1315
  ipFilters?: string[];
1015
1316
  migration?: outputs.GetPgPgUserConfigMigration;
1317
+ /**
1318
+ * PostgreSQL specific server provided values
1319
+ */
1016
1320
  pg?: outputs.GetPgPgUserConfigPg;
1017
1321
  pgReadReplica?: string;
1018
1322
  pgServiceToForkFrom?: string;
1323
+ pgStatMonitorEnable?: string;
1019
1324
  pgVersion?: string;
1020
1325
  pgbouncer?: outputs.GetPgPgUserConfigPgbouncer;
1021
1326
  pglookout?: outputs.GetPgPgUserConfigPglookout;
@@ -1026,6 +1331,9 @@ export interface GetPgPgUserConfig {
1026
1331
  recoveryTargetTime?: string;
1027
1332
  serviceToForkFrom?: string;
1028
1333
  sharedBuffersPercentage?: string;
1334
+ /**
1335
+ * 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
1336
+ */
1029
1337
  staticIps?: string;
1030
1338
  synchronousReplication?: string;
1031
1339
  timescaledb?: outputs.GetPgPgUserConfigTimescaledb;
@@ -1064,6 +1372,7 @@ export interface GetPgPgUserConfigPg {
1064
1372
  logErrorVerbosity?: string;
1065
1373
  logLinePrefix?: string;
1066
1374
  logMinDurationStatement?: string;
1375
+ logTempFiles?: string;
1067
1376
  maxFilesPerProcess?: string;
1068
1377
  maxLocksPerTransaction?: string;
1069
1378
  maxLogicalReplicationWorkers?: string;
@@ -1105,16 +1414,25 @@ export interface GetPgPgUserConfigPglookout {
1105
1414
  maxFailoverReplicationTimeLag?: string;
1106
1415
  }
1107
1416
  export interface GetPgPgUserConfigPrivateAccess {
1417
+ /**
1418
+ * PostgreSQL specific server provided values
1419
+ */
1108
1420
  pg?: string;
1109
1421
  pgbouncer?: string;
1110
1422
  prometheus?: string;
1111
1423
  }
1112
1424
  export interface GetPgPgUserConfigPrivatelinkAccess {
1425
+ /**
1426
+ * PostgreSQL specific server provided values
1427
+ */
1113
1428
  pg?: string;
1114
1429
  pgbouncer?: string;
1115
1430
  prometheus?: string;
1116
1431
  }
1117
1432
  export interface GetPgPgUserConfigPublicAccess {
1433
+ /**
1434
+ * PostgreSQL specific server provided values
1435
+ */
1118
1436
  pg?: string;
1119
1437
  pgbouncer?: string;
1120
1438
  prometheus?: string;
@@ -1165,6 +1483,9 @@ export interface GetRedisRedisUserConfig {
1165
1483
  redisSsl?: string;
1166
1484
  redisTimeout?: string;
1167
1485
  serviceToForkFrom?: string;
1486
+ /**
1487
+ * 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
1488
+ */
1168
1489
  staticIps?: string;
1169
1490
  }
1170
1491
  export interface GetRedisRedisUserConfigMigration {
@@ -1179,14 +1500,23 @@ export interface GetRedisRedisUserConfigMigration {
1179
1500
  }
1180
1501
  export interface GetRedisRedisUserConfigPrivateAccess {
1181
1502
  prometheus?: string;
1503
+ /**
1504
+ * Redis server provided values
1505
+ */
1182
1506
  redis?: string;
1183
1507
  }
1184
1508
  export interface GetRedisRedisUserConfigPrivatelinkAccess {
1185
1509
  prometheus?: string;
1510
+ /**
1511
+ * Redis server provided values
1512
+ */
1186
1513
  redis?: string;
1187
1514
  }
1188
1515
  export interface GetRedisRedisUserConfigPublicAccess {
1189
1516
  prometheus?: string;
1517
+ /**
1518
+ * Redis server provided values
1519
+ */
1190
1520
  redis?: string;
1191
1521
  }
1192
1522
  export interface GetRedisServiceIntegration {
@@ -1343,40 +1673,145 @@ export interface GrafanaComponent {
1343
1673
  export interface GrafanaGrafana {
1344
1674
  }
1345
1675
  export interface GrafanaGrafanaUserConfig {
1676
+ /**
1677
+ * Enable or disable Grafana alerting functionality
1678
+ */
1346
1679
  alertingEnabled?: string;
1680
+ /**
1681
+ * Default error or timeout setting for new alerting rules
1682
+ */
1347
1683
  alertingErrorOrTimeout?: string;
1684
+ /**
1685
+ * Max number of alert annotations that Grafana stores. 0 (default) keeps all alert annotations.
1686
+ */
1348
1687
  alertingMaxAnnotationsToKeep?: string;
1688
+ /**
1689
+ * Default value for 'no data or null values' for new alerting rules
1690
+ */
1349
1691
  alertingNodataOrNullvalues?: string;
1692
+ /**
1693
+ * Allow embedding Grafana dashboards with iframe/frame/object/embed tags. Disabled by default to limit impact of clickjacking
1694
+ */
1350
1695
  allowEmbedding?: string;
1696
+ /**
1697
+ * Azure AD OAuth integration
1698
+ */
1351
1699
  authAzuread?: outputs.GrafanaGrafanaUserConfigAuthAzuread;
1700
+ /**
1701
+ * Enable or disable basic authentication form, used by Grafana built-in login
1702
+ */
1352
1703
  authBasicEnabled?: string;
1704
+ /**
1705
+ * Generic OAuth integration
1706
+ */
1353
1707
  authGenericOauth?: outputs.GrafanaGrafanaUserConfigAuthGenericOauth;
1708
+ /**
1709
+ * Github Auth integration
1710
+ */
1354
1711
  authGithub?: outputs.GrafanaGrafanaUserConfigAuthGithub;
1712
+ /**
1713
+ * GitLab Auth integration
1714
+ */
1355
1715
  authGitlab?: outputs.GrafanaGrafanaUserConfigAuthGitlab;
1716
+ /**
1717
+ * Google Auth integration
1718
+ */
1356
1719
  authGoogle?: outputs.GrafanaGrafanaUserConfigAuthGoogle;
1720
+ /**
1721
+ * Cookie SameSite attribute: 'strict' prevents sending cookie for cross-site requests, effectively disabling direct linking from other sites to Grafana. 'lax' is the default value.
1722
+ */
1357
1723
  cookieSamesite?: string;
1724
+ /**
1725
+ * Custom domain
1726
+ */
1358
1727
  customDomain?: string;
1728
+ /**
1729
+ * Minimum refresh interval
1730
+ */
1359
1731
  dashboardsMinRefreshInterval?: string;
1732
+ /**
1733
+ * Dashboard versions to keep per dashboard
1734
+ */
1360
1735
  dashboardsVersionsToKeep?: string;
1736
+ /**
1737
+ * Send 'X-Grafana-User' header to data source
1738
+ */
1361
1739
  dataproxySendUserHeader?: string;
1740
+ /**
1741
+ * Timeout for data proxy requests in seconds
1742
+ */
1362
1743
  dataproxyTimeout?: string;
1744
+ /**
1745
+ * Grafana date format specifications
1746
+ */
1363
1747
  dateFormats?: outputs.GrafanaGrafanaUserConfigDateFormats;
1748
+ /**
1749
+ * Set to true to disable gravatar. Defaults to false (gravatar is enabled)
1750
+ */
1364
1751
  disableGravatar?: string;
1752
+ /**
1753
+ * Editors can manage folders, teams and dashboards created by them
1754
+ */
1365
1755
  editorsCanAdmin?: string;
1756
+ /**
1757
+ * External image store settings
1758
+ */
1366
1759
  externalImageStorage?: outputs.GrafanaGrafanaUserConfigExternalImageStorage;
1760
+ /**
1761
+ * Google Analytics ID
1762
+ */
1367
1763
  googleAnalyticsUaId?: string;
1764
+ /**
1765
+ * IP filter
1766
+ */
1368
1767
  ipFilters?: string[];
1768
+ /**
1769
+ * Enable Grafana /metrics endpoint
1770
+ */
1369
1771
  metricsEnabled?: string;
1772
+ /**
1773
+ * Allow access to selected service ports from private networks
1774
+ */
1370
1775
  privateAccess?: outputs.GrafanaGrafanaUserConfigPrivateAccess;
1776
+ /**
1777
+ * Allow access to selected service components through Privatelink
1778
+ */
1371
1779
  privatelinkAccess?: outputs.GrafanaGrafanaUserConfigPrivatelinkAccess;
1780
+ /**
1781
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
1782
+ */
1372
1783
  projectToForkFrom?: string;
1784
+ /**
1785
+ * Allow access to selected service ports from the public Internet
1786
+ */
1373
1787
  publicAccess?: outputs.GrafanaGrafanaUserConfigPublicAccess;
1788
+ /**
1789
+ * Name of the basebackup to restore in forked service
1790
+ */
1374
1791
  recoveryBasebackupName?: string;
1792
+ /**
1793
+ * Name of another service to fork from. This has effect only when a new service is being created.
1794
+ */
1375
1795
  serviceToForkFrom?: string;
1796
+ /**
1797
+ * SMTP server settings
1798
+ */
1376
1799
  smtpServer?: outputs.GrafanaGrafanaUserConfigSmtpServer;
1800
+ /**
1801
+ * Static IP addresses
1802
+ */
1377
1803
  staticIps?: string;
1804
+ /**
1805
+ * Auto-assign new users on signup to main organization. Defaults to false
1806
+ */
1378
1807
  userAutoAssignOrg?: string;
1808
+ /**
1809
+ * Set role for new signups. Defaults to Viewer
1810
+ */
1379
1811
  userAutoAssignOrgRole?: string;
1812
+ /**
1813
+ * Users with view-only permission can edit but not save dashboards
1814
+ */
1380
1815
  viewersCanEdit?: string;
1381
1816
  }
1382
1817
  export interface GrafanaGrafanaUserConfigAuthAzuread {
@@ -1439,12 +1874,21 @@ export interface GrafanaGrafanaUserConfigExternalImageStorage {
1439
1874
  secretKey?: string;
1440
1875
  }
1441
1876
  export interface GrafanaGrafanaUserConfigPrivateAccess {
1877
+ /**
1878
+ * Grafana server provided values
1879
+ */
1442
1880
  grafana?: string;
1443
1881
  }
1444
1882
  export interface GrafanaGrafanaUserConfigPrivatelinkAccess {
1883
+ /**
1884
+ * Grafana server provided values
1885
+ */
1445
1886
  grafana?: string;
1446
1887
  }
1447
1888
  export interface GrafanaGrafanaUserConfigPublicAccess {
1889
+ /**
1890
+ * Grafana server provided values
1891
+ */
1448
1892
  grafana?: string;
1449
1893
  }
1450
1894
  export interface GrafanaGrafanaUserConfigSmtpServer {
@@ -1458,11 +1902,23 @@ export interface GrafanaGrafanaUserConfigSmtpServer {
1458
1902
  username?: string;
1459
1903
  }
1460
1904
  export interface GrafanaServiceIntegration {
1905
+ /**
1906
+ * Type of the service integration. The only supported value at the moment is `readReplica`
1907
+ */
1461
1908
  integrationType: string;
1909
+ /**
1910
+ * Name of the source service
1911
+ */
1462
1912
  sourceServiceName: string;
1463
1913
  }
1464
1914
  export interface GrafanaTag {
1915
+ /**
1916
+ * Service tag key
1917
+ */
1465
1918
  key: string;
1919
+ /**
1920
+ * Service tag value
1921
+ */
1466
1922
  value: string;
1467
1923
  }
1468
1924
  export interface InfluxDbComponent {
@@ -1478,15 +1934,45 @@ export interface InfluxDbInfluxdb {
1478
1934
  databaseName: string;
1479
1935
  }
1480
1936
  export interface InfluxDbInfluxdbUserConfig {
1937
+ /**
1938
+ * Custom domain
1939
+ */
1481
1940
  customDomain?: string;
1941
+ /**
1942
+ * influxdb.conf configuration values
1943
+ */
1482
1944
  influxdb?: outputs.InfluxDbInfluxdbUserConfigInfluxdb;
1945
+ /**
1946
+ * IP filter
1947
+ */
1483
1948
  ipFilters?: string[];
1949
+ /**
1950
+ * Allow access to selected service ports from private networks
1951
+ */
1484
1952
  privateAccess?: outputs.InfluxDbInfluxdbUserConfigPrivateAccess;
1953
+ /**
1954
+ * Allow access to selected service components through Privatelink
1955
+ */
1485
1956
  privatelinkAccess?: outputs.InfluxDbInfluxdbUserConfigPrivatelinkAccess;
1957
+ /**
1958
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
1959
+ */
1486
1960
  projectToForkFrom?: string;
1961
+ /**
1962
+ * Allow access to selected service ports from the public Internet
1963
+ */
1487
1964
  publicAccess?: outputs.InfluxDbInfluxdbUserConfigPublicAccess;
1965
+ /**
1966
+ * Name of the basebackup to restore in forked service
1967
+ */
1488
1968
  recoveryBasebackupName?: string;
1969
+ /**
1970
+ * Name of another service to fork from. This has effect only when a new service is being created.
1971
+ */
1489
1972
  serviceToForkFrom?: string;
1973
+ /**
1974
+ * Static IP addresses
1975
+ */
1490
1976
  staticIps?: string;
1491
1977
  }
1492
1978
  export interface InfluxDbInfluxdbUserConfigInfluxdb {
@@ -1498,20 +1984,41 @@ export interface InfluxDbInfluxdbUserConfigInfluxdb {
1498
1984
  queryTimeout?: string;
1499
1985
  }
1500
1986
  export interface InfluxDbInfluxdbUserConfigPrivateAccess {
1987
+ /**
1988
+ * InfluxDB server provided values
1989
+ */
1501
1990
  influxdb?: string;
1502
1991
  }
1503
1992
  export interface InfluxDbInfluxdbUserConfigPrivatelinkAccess {
1993
+ /**
1994
+ * InfluxDB server provided values
1995
+ */
1504
1996
  influxdb?: string;
1505
1997
  }
1506
1998
  export interface InfluxDbInfluxdbUserConfigPublicAccess {
1999
+ /**
2000
+ * InfluxDB server provided values
2001
+ */
1507
2002
  influxdb?: string;
1508
2003
  }
1509
2004
  export interface InfluxDbServiceIntegration {
2005
+ /**
2006
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2007
+ */
1510
2008
  integrationType: string;
2009
+ /**
2010
+ * Name of the source service
2011
+ */
1511
2012
  sourceServiceName: string;
1512
2013
  }
1513
2014
  export interface InfluxDbTag {
2015
+ /**
2016
+ * Service tag key
2017
+ */
1514
2018
  key: string;
2019
+ /**
2020
+ * Service tag value
2021
+ */
1515
2022
  value: string;
1516
2023
  }
1517
2024
  export interface KafkaComponent {
@@ -1535,11 +2042,29 @@ export interface KafkaConnectComponent {
1535
2042
  export interface KafkaConnectKafkaConnect {
1536
2043
  }
1537
2044
  export interface KafkaConnectKafkaConnectUserConfig {
2045
+ /**
2046
+ * IP filter
2047
+ */
1538
2048
  ipFilters?: string[];
2049
+ /**
2050
+ * Kafka Connect configuration values
2051
+ */
1539
2052
  kafkaConnect?: outputs.KafkaConnectKafkaConnectUserConfigKafkaConnect;
2053
+ /**
2054
+ * Allow access to selected service ports from private networks
2055
+ */
1540
2056
  privateAccess?: outputs.KafkaConnectKafkaConnectUserConfigPrivateAccess;
2057
+ /**
2058
+ * Allow access to selected service components through Privatelink
2059
+ */
1541
2060
  privatelinkAccess?: outputs.KafkaConnectKafkaConnectUserConfigPrivatelinkAccess;
2061
+ /**
2062
+ * Allow access to selected service ports from the public Internet
2063
+ */
1542
2064
  publicAccess?: outputs.KafkaConnectKafkaConnectUserConfigPublicAccess;
2065
+ /**
2066
+ * Static IP addresses
2067
+ */
1543
2068
  staticIps?: string;
1544
2069
  }
1545
2070
  export interface KafkaConnectKafkaConnectUserConfigKafkaConnect {
@@ -1557,52 +2082,136 @@ export interface KafkaConnectKafkaConnectUserConfigKafkaConnect {
1557
2082
  sessionTimeoutMs?: string;
1558
2083
  }
1559
2084
  export interface KafkaConnectKafkaConnectUserConfigPrivateAccess {
2085
+ /**
2086
+ * Kafka Connect server provided values
2087
+ */
1560
2088
  kafkaConnect?: string;
1561
2089
  prometheus?: string;
1562
2090
  }
1563
2091
  export interface KafkaConnectKafkaConnectUserConfigPrivatelinkAccess {
1564
2092
  jolokia?: string;
2093
+ /**
2094
+ * Kafka Connect server provided values
2095
+ */
1565
2096
  kafkaConnect?: string;
1566
2097
  prometheus?: string;
1567
2098
  }
1568
2099
  export interface KafkaConnectKafkaConnectUserConfigPublicAccess {
2100
+ /**
2101
+ * Kafka Connect server provided values
2102
+ */
1569
2103
  kafkaConnect?: string;
1570
2104
  prometheus?: string;
1571
2105
  }
1572
2106
  export interface KafkaConnectServiceIntegration {
2107
+ /**
2108
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2109
+ */
1573
2110
  integrationType: string;
2111
+ /**
2112
+ * Name of the source service
2113
+ */
1574
2114
  sourceServiceName: string;
1575
2115
  }
1576
2116
  export interface KafkaConnectTag {
2117
+ /**
2118
+ * Service tag key
2119
+ */
1577
2120
  key: string;
2121
+ /**
2122
+ * Service tag value
2123
+ */
1578
2124
  value: string;
1579
2125
  }
1580
2126
  export interface KafkaConnectorTask {
1581
2127
  connector: string;
2128
+ /**
2129
+ * List of tasks of a connector.
2130
+ */
1582
2131
  task: number;
1583
2132
  }
1584
2133
  export interface KafkaKafka {
2134
+ /**
2135
+ * The Kafka client certificate
2136
+ */
1585
2137
  accessCert: string;
2138
+ /**
2139
+ * The Kafka client certificate key
2140
+ */
1586
2141
  accessKey: string;
2142
+ /**
2143
+ * The Kafka Connect URI, if any
2144
+ */
1587
2145
  connectUri: string;
2146
+ /**
2147
+ * The Kafka REST URI, if any
2148
+ */
1588
2149
  restUri: string;
2150
+ /**
2151
+ * The Schema Registry URI, if any
2152
+ */
1589
2153
  schemaRegistryUri: string;
1590
2154
  }
1591
2155
  export interface KafkaKafkaUserConfig {
2156
+ /**
2157
+ * Custom domain
2158
+ */
1592
2159
  customDomain?: string;
2160
+ /**
2161
+ * IP filter
2162
+ */
1593
2163
  ipFilters?: string[];
2164
+ /**
2165
+ * Kafka broker configuration values
2166
+ */
1594
2167
  kafka?: outputs.KafkaKafkaUserConfigKafka;
2168
+ /**
2169
+ * Kafka authentication methods
2170
+ */
1595
2171
  kafkaAuthenticationMethods?: outputs.KafkaKafkaUserConfigKafkaAuthenticationMethods;
2172
+ /**
2173
+ * Enable Kafka Connect service
2174
+ */
1596
2175
  kafkaConnect?: string;
2176
+ /**
2177
+ * Kafka Connect configuration values
2178
+ */
1597
2179
  kafkaConnectConfig?: outputs.KafkaKafkaUserConfigKafkaConnectConfig;
2180
+ /**
2181
+ * Enable Kafka-REST service
2182
+ */
1598
2183
  kafkaRest?: string;
2184
+ /**
2185
+ * Kafka REST configuration
2186
+ */
1599
2187
  kafkaRestConfig?: outputs.KafkaKafkaUserConfigKafkaRestConfig;
2188
+ /**
2189
+ * Kafka major version
2190
+ */
1600
2191
  kafkaVersion?: string;
2192
+ /**
2193
+ * Allow access to selected service ports from private networks
2194
+ */
1601
2195
  privateAccess?: outputs.KafkaKafkaUserConfigPrivateAccess;
2196
+ /**
2197
+ * Allow access to selected service components through Privatelink
2198
+ */
1602
2199
  privatelinkAccess?: outputs.KafkaKafkaUserConfigPrivatelinkAccess;
2200
+ /**
2201
+ * Allow access to selected service ports from the public Internet
2202
+ */
1603
2203
  publicAccess?: outputs.KafkaKafkaUserConfigPublicAccess;
2204
+ /**
2205
+ * Enable Schema-Registry service
2206
+ */
1604
2207
  schemaRegistry?: string;
2208
+ /**
2209
+ * Schema Registry configuration
2210
+ */
1605
2211
  schemaRegistryConfig?: outputs.KafkaKafkaUserConfigSchemaRegistryConfig;
2212
+ /**
2213
+ * Static IP addresses
2214
+ */
1606
2215
  staticIps?: string;
1607
2216
  }
1608
2217
  export interface KafkaKafkaUserConfigKafka {
@@ -1677,6 +2286,9 @@ export interface KafkaKafkaUserConfigPrivateAccess {
1677
2286
  }
1678
2287
  export interface KafkaKafkaUserConfigPrivatelinkAccess {
1679
2288
  jolokia?: string;
2289
+ /**
2290
+ * Kafka server provided values
2291
+ */
1680
2292
  kafka?: string;
1681
2293
  kafkaConnect?: string;
1682
2294
  kafkaRest?: string;
@@ -1684,6 +2296,9 @@ export interface KafkaKafkaUserConfigPrivatelinkAccess {
1684
2296
  schemaRegistry?: string;
1685
2297
  }
1686
2298
  export interface KafkaKafkaUserConfigPublicAccess {
2299
+ /**
2300
+ * Kafka server provided values
2301
+ */
1687
2302
  kafka?: string;
1688
2303
  kafkaConnect?: string;
1689
2304
  kafkaRest?: string;
@@ -1706,8 +2321,17 @@ export interface KafkaMirrorMakerComponent {
1706
2321
  export interface KafkaMirrorMakerKafkaMirrormaker {
1707
2322
  }
1708
2323
  export interface KafkaMirrorMakerKafkaMirrormakerUserConfig {
2324
+ /**
2325
+ * IP filter
2326
+ */
1709
2327
  ipFilters?: string[];
2328
+ /**
2329
+ * Kafka MirrorMaker configuration values
2330
+ */
1710
2331
  kafkaMirrormaker?: outputs.KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker;
2332
+ /**
2333
+ * Static IP addresses
2334
+ */
1711
2335
  staticIps?: string;
1712
2336
  }
1713
2337
  export interface KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker {
@@ -1723,49 +2347,151 @@ export interface KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker {
1723
2347
  tasksMaxPerCpu?: string;
1724
2348
  }
1725
2349
  export interface KafkaMirrorMakerServiceIntegration {
2350
+ /**
2351
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2352
+ */
1726
2353
  integrationType: string;
2354
+ /**
2355
+ * Name of the source service
2356
+ */
1727
2357
  sourceServiceName: string;
1728
2358
  }
1729
2359
  export interface KafkaMirrorMakerTag {
2360
+ /**
2361
+ * Service tag key
2362
+ */
1730
2363
  key: string;
2364
+ /**
2365
+ * Service tag value
2366
+ */
1731
2367
  value: string;
1732
2368
  }
1733
2369
  export interface KafkaServiceIntegration {
2370
+ /**
2371
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2372
+ */
1734
2373
  integrationType: string;
2374
+ /**
2375
+ * Name of the source service
2376
+ */
1735
2377
  sourceServiceName: string;
1736
2378
  }
1737
2379
  export interface KafkaTag {
2380
+ /**
2381
+ * Service tag key
2382
+ */
1738
2383
  key: string;
2384
+ /**
2385
+ * Service tag value
2386
+ */
1739
2387
  value: string;
1740
2388
  }
1741
2389
  export interface KafkaTopicConfig {
2390
+ /**
2391
+ * cleanup.policy value
2392
+ */
1742
2393
  cleanupPolicy?: string;
2394
+ /**
2395
+ * compression.type value
2396
+ */
1743
2397
  compressionType?: string;
2398
+ /**
2399
+ * delete.retention.ms value
2400
+ */
1744
2401
  deleteRetentionMs?: string;
2402
+ /**
2403
+ * file.delete.delay.ms value
2404
+ */
1745
2405
  fileDeleteDelayMs?: string;
2406
+ /**
2407
+ * flush.messages value
2408
+ */
1746
2409
  flushMessages?: string;
2410
+ /**
2411
+ * flush.ms value
2412
+ */
1747
2413
  flushMs?: string;
2414
+ /**
2415
+ * index.interval.bytes value
2416
+ */
1748
2417
  indexIntervalBytes?: string;
2418
+ /**
2419
+ * max.compaction.lag.ms value
2420
+ */
1749
2421
  maxCompactionLagMs?: string;
2422
+ /**
2423
+ * max.message.bytes value
2424
+ */
1750
2425
  maxMessageBytes?: string;
2426
+ /**
2427
+ * message.downconversion.enable value
2428
+ */
1751
2429
  messageDownconversionEnable?: string;
2430
+ /**
2431
+ * message.format.version value
2432
+ */
1752
2433
  messageFormatVersion?: string;
2434
+ /**
2435
+ * message.timestamp.difference.max.ms value
2436
+ */
1753
2437
  messageTimestampDifferenceMaxMs?: string;
2438
+ /**
2439
+ * message.timestamp.type value
2440
+ */
1754
2441
  messageTimestampType?: string;
2442
+ /**
2443
+ * min.cleanable.dirty.ratio value
2444
+ */
1755
2445
  minCleanableDirtyRatio?: string;
2446
+ /**
2447
+ * min.compaction.lag.ms value
2448
+ */
1756
2449
  minCompactionLagMs?: string;
2450
+ /**
2451
+ * min.insync.replicas value
2452
+ */
1757
2453
  minInsyncReplicas?: string;
2454
+ /**
2455
+ * preallocate value
2456
+ */
1758
2457
  preallocate?: string;
2458
+ /**
2459
+ * retention.bytes value
2460
+ */
1759
2461
  retentionBytes?: string;
2462
+ /**
2463
+ * retention.ms value
2464
+ */
1760
2465
  retentionMs?: string;
2466
+ /**
2467
+ * segment.bytes value
2468
+ */
1761
2469
  segmentBytes?: string;
2470
+ /**
2471
+ * segment.index.bytes value
2472
+ */
1762
2473
  segmentIndexBytes?: string;
2474
+ /**
2475
+ * segment.jitter.ms value
2476
+ */
1763
2477
  segmentJitterMs?: string;
2478
+ /**
2479
+ * segment.ms value
2480
+ */
1764
2481
  segmentMs?: string;
2482
+ /**
2483
+ * unclean.leader.election.enable value
2484
+ */
1765
2485
  uncleanLeaderElectionEnable?: string;
1766
2486
  }
1767
2487
  export interface KafkaTopicTag {
2488
+ /**
2489
+ * Topic tag key. Maximum Length: `64`.
2490
+ */
1768
2491
  key: string;
2492
+ /**
2493
+ * Topic tag value. Maximum Length: `256`.
2494
+ */
1769
2495
  value?: string;
1770
2496
  }
1771
2497
  export interface M3AggregatorComponent {
@@ -1780,18 +2506,45 @@ export interface M3AggregatorComponent {
1780
2506
  export interface M3AggregatorM3aggregator {
1781
2507
  }
1782
2508
  export interface M3AggregatorM3aggregatorUserConfig {
2509
+ /**
2510
+ * Custom domain
2511
+ */
1783
2512
  customDomain?: string;
2513
+ /**
2514
+ * IP filter
2515
+ */
1784
2516
  ipFilters?: string[];
2517
+ /**
2518
+ * M3 major version (deprecated, use m3aggregator_version)
2519
+ */
1785
2520
  m3Version?: string;
2521
+ /**
2522
+ * M3 major version (the minimum compatible version)
2523
+ */
1786
2524
  m3aggregatorVersion?: string;
2525
+ /**
2526
+ * Static IP addresses
2527
+ */
1787
2528
  staticIps?: string;
1788
2529
  }
1789
2530
  export interface M3AggregatorServiceIntegration {
2531
+ /**
2532
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2533
+ */
1790
2534
  integrationType: string;
2535
+ /**
2536
+ * Name of the source service
2537
+ */
1791
2538
  sourceServiceName: string;
1792
2539
  }
1793
2540
  export interface M3AggregatorTag {
2541
+ /**
2542
+ * Service tag key
2543
+ */
1794
2544
  key: string;
2545
+ /**
2546
+ * Service tag value
2547
+ */
1795
2548
  value: string;
1796
2549
  }
1797
2550
  export interface M3DbComponent {
@@ -1806,21 +2559,61 @@ export interface M3DbComponent {
1806
2559
  export interface M3DbM3db {
1807
2560
  }
1808
2561
  export interface M3DbM3dbUserConfig {
2562
+ /**
2563
+ * Custom domain
2564
+ */
1809
2565
  customDomain?: string;
2566
+ /**
2567
+ * IP filter
2568
+ */
1810
2569
  ipFilters?: string[];
2570
+ /**
2571
+ * M3 limits
2572
+ */
1811
2573
  limits?: outputs.M3DbM3dbUserConfigLimits;
2574
+ /**
2575
+ * M3 major version (deprecated, use m3db_version)
2576
+ */
1812
2577
  m3Version?: string;
2578
+ /**
2579
+ * Enable Graphite ingestion using Carbon plaintext protocol
2580
+ */
1813
2581
  m3coordinatorEnableGraphiteCarbonIngest?: string;
2582
+ /**
2583
+ * M3 major version (the minimum compatible version)
2584
+ */
1814
2585
  m3dbVersion?: string;
2586
+ /**
2587
+ * List of M3 namespaces
2588
+ */
1815
2589
  namespaces?: outputs.M3DbM3dbUserConfigNamespace[];
2590
+ /**
2591
+ * Allow access to selected service ports from private networks
2592
+ */
1816
2593
  privateAccess?: outputs.M3DbM3dbUserConfigPrivateAccess;
2594
+ /**
2595
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
2596
+ */
1817
2597
  projectToForkFrom?: string;
2598
+ /**
2599
+ * Allow access to selected service ports from the public Internet
2600
+ */
1818
2601
  publicAccess?: outputs.M3DbM3dbUserConfigPublicAccess;
2602
+ /**
2603
+ * M3 rules
2604
+ */
1819
2605
  rules?: outputs.M3DbM3dbUserConfigRules;
2606
+ /**
2607
+ * Name of another service to fork from. This has effect only when a new service is being created.
2608
+ */
1820
2609
  serviceToForkFrom?: string;
2610
+ /**
2611
+ * Static IP addresses
2612
+ */
1821
2613
  staticIps?: string;
1822
2614
  }
1823
2615
  export interface M3DbM3dbUserConfigLimits {
2616
+ queryDocs?: string;
1824
2617
  queryRequireExhaustive?: string;
1825
2618
  querySeries?: string;
1826
2619
  }
@@ -1864,11 +2657,23 @@ export interface M3DbM3dbUserConfigRulesMappingTag {
1864
2657
  value?: string;
1865
2658
  }
1866
2659
  export interface M3DbServiceIntegration {
2660
+ /**
2661
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2662
+ */
1867
2663
  integrationType: string;
2664
+ /**
2665
+ * Name of the source service
2666
+ */
1868
2667
  sourceServiceName: string;
1869
2668
  }
1870
2669
  export interface M3DbTag {
2670
+ /**
2671
+ * Service tag key
2672
+ */
1871
2673
  key: string;
2674
+ /**
2675
+ * Service tag value
2676
+ */
1872
2677
  value: string;
1873
2678
  }
1874
2679
  export interface MySqlComponent {
@@ -1883,21 +2688,69 @@ export interface MySqlComponent {
1883
2688
  export interface MySqlMysql {
1884
2689
  }
1885
2690
  export interface MySqlMysqlUserConfig {
2691
+ /**
2692
+ * Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
2693
+ */
1886
2694
  adminPassword?: string;
2695
+ /**
2696
+ * Custom username for admin user. This must be set only when a new service is being created.
2697
+ */
1887
2698
  adminUsername?: string;
2699
+ /**
2700
+ * The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
2701
+ */
1888
2702
  backupHour?: string;
2703
+ /**
2704
+ * The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
2705
+ */
1889
2706
  backupMinute?: string;
2707
+ /**
2708
+ * The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector.
2709
+ */
1890
2710
  binlogRetentionPeriod?: string;
2711
+ /**
2712
+ * IP filter
2713
+ */
1891
2714
  ipFilters?: string[];
2715
+ /**
2716
+ * Migrate data from existing server
2717
+ */
1892
2718
  migration?: outputs.MySqlMysqlUserConfigMigration;
2719
+ /**
2720
+ * mysql.conf configuration values
2721
+ */
1893
2722
  mysql?: outputs.MySqlMysqlUserConfigMysql;
2723
+ /**
2724
+ * MySQL major version
2725
+ */
1894
2726
  mysqlVersion?: string;
2727
+ /**
2728
+ * Allow access to selected service ports from private networks
2729
+ */
1895
2730
  privateAccess?: outputs.MySqlMysqlUserConfigPrivateAccess;
2731
+ /**
2732
+ * Allow access to selected service components through Privatelink
2733
+ */
1896
2734
  privatelinkAccess?: outputs.MySqlMysqlUserConfigPrivatelinkAccess;
2735
+ /**
2736
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
2737
+ */
1897
2738
  projectToForkFrom?: string;
2739
+ /**
2740
+ * Allow access to selected service ports from the public Internet
2741
+ */
1898
2742
  publicAccess?: outputs.MySqlMysqlUserConfigPublicAccess;
2743
+ /**
2744
+ * Recovery target time when forking a service. This has effect only when a new service is being created.
2745
+ */
1899
2746
  recoveryTargetTime?: string;
2747
+ /**
2748
+ * Name of another service to fork from. This has effect only when a new service is being created.
2749
+ */
1900
2750
  serviceToForkFrom?: string;
2751
+ /**
2752
+ * Static IP addresses
2753
+ */
1901
2754
  staticIps?: string;
1902
2755
  }
1903
2756
  export interface MySqlMysqlUserConfigMigration {
@@ -1915,18 +2768,24 @@ export interface MySqlMysqlUserConfigMysql {
1915
2768
  defaultTimeZone?: string;
1916
2769
  groupConcatMaxLen?: string;
1917
2770
  informationSchemaStatsExpiry?: string;
2771
+ innodbChangeBufferMaxSize?: string;
2772
+ innodbFlushNeighbors?: string;
1918
2773
  innodbFtMinTokenSize?: string;
1919
2774
  innodbFtServerStopwordTable?: string;
1920
2775
  innodbLockWaitTimeout?: string;
1921
2776
  innodbLogBufferSize?: string;
1922
2777
  innodbOnlineAlterLogMaxSize?: string;
1923
2778
  innodbPrintAllDeadlocks?: string;
2779
+ innodbReadIoThreads?: string;
1924
2780
  innodbRollbackOnTimeout?: string;
2781
+ innodbThreadConcurrency?: string;
2782
+ innodbWriteIoThreads?: string;
1925
2783
  interactiveTimeout?: string;
1926
2784
  internalTmpMemStorageEngine?: string;
1927
2785
  longQueryTime?: string;
1928
2786
  maxAllowedPacket?: string;
1929
2787
  maxHeapTableSize?: string;
2788
+ netBufferLength?: string;
1930
2789
  netReadTimeout?: string;
1931
2790
  netWriteTimeout?: string;
1932
2791
  slowQueryLog?: string;
@@ -1937,26 +2796,47 @@ export interface MySqlMysqlUserConfigMysql {
1937
2796
  waitTimeout?: string;
1938
2797
  }
1939
2798
  export interface MySqlMysqlUserConfigPrivateAccess {
2799
+ /**
2800
+ * MySQL specific server provided values
2801
+ */
1940
2802
  mysql?: string;
1941
2803
  mysqlx?: string;
1942
2804
  prometheus?: string;
1943
2805
  }
1944
2806
  export interface MySqlMysqlUserConfigPrivatelinkAccess {
2807
+ /**
2808
+ * MySQL specific server provided values
2809
+ */
1945
2810
  mysql?: string;
1946
2811
  mysqlx?: string;
1947
2812
  prometheus?: string;
1948
2813
  }
1949
2814
  export interface MySqlMysqlUserConfigPublicAccess {
2815
+ /**
2816
+ * MySQL specific server provided values
2817
+ */
1950
2818
  mysql?: string;
1951
2819
  mysqlx?: string;
1952
2820
  prometheus?: string;
1953
2821
  }
1954
2822
  export interface MySqlServiceIntegration {
2823
+ /**
2824
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2825
+ */
1955
2826
  integrationType: string;
2827
+ /**
2828
+ * Name of the source service
2829
+ */
1956
2830
  sourceServiceName: string;
1957
2831
  }
1958
2832
  export interface MySqlTag {
2833
+ /**
2834
+ * Service tag key
2835
+ */
1959
2836
  key: string;
2837
+ /**
2838
+ * Service tag value
2839
+ */
1960
2840
  value: string;
1961
2841
  }
1962
2842
  export interface OpenSearchComponent {
@@ -1972,22 +2852,73 @@ export interface OpenSearchOpensearch {
1972
2852
  opensearchDashboardsUri: string;
1973
2853
  }
1974
2854
  export interface OpenSearchOpensearchUserConfig {
2855
+ /**
2856
+ * Custom domain
2857
+ */
1975
2858
  customDomain?: string;
2859
+ /**
2860
+ * Disable replication factor adjustment
2861
+ */
1976
2862
  disableReplicationFactorAdjustment?: string;
2863
+ /**
2864
+ * Index patterns
2865
+ */
1977
2866
  indexPatterns?: outputs.OpenSearchOpensearchUserConfigIndexPattern[];
2867
+ /**
2868
+ * Template settings for all new indexes
2869
+ */
1978
2870
  indexTemplate?: outputs.OpenSearchOpensearchUserConfigIndexTemplate;
2871
+ /**
2872
+ * IP filter
2873
+ */
1979
2874
  ipFilters?: string[];
2875
+ /**
2876
+ * Don't reset index.refresh_interval to the default value
2877
+ */
1980
2878
  keepIndexRefreshInterval?: string;
2879
+ /**
2880
+ * Maximum index count
2881
+ */
1981
2882
  maxIndexCount?: string;
2883
+ /**
2884
+ * OpenSearch settings
2885
+ */
1982
2886
  opensearch?: outputs.OpenSearchOpensearchUserConfigOpensearch;
2887
+ /**
2888
+ * OpenSearch Dashboards settings
2889
+ */
1983
2890
  opensearchDashboards?: outputs.OpenSearchOpensearchUserConfigOpensearchDashboards;
2891
+ /**
2892
+ * OpenSearch major version
2893
+ */
1984
2894
  opensearchVersion?: string;
2895
+ /**
2896
+ * Allow access to selected service ports from private networks
2897
+ */
1985
2898
  privateAccess?: outputs.OpenSearchOpensearchUserConfigPrivateAccess;
2899
+ /**
2900
+ * Allow access to selected service components through Privatelink
2901
+ */
1986
2902
  privatelinkAccess?: outputs.OpenSearchOpensearchUserConfigPrivatelinkAccess;
2903
+ /**
2904
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
2905
+ */
1987
2906
  projectToForkFrom?: string;
2907
+ /**
2908
+ * Allow access to selected service ports from the public Internet
2909
+ */
1988
2910
  publicAccess?: outputs.OpenSearchOpensearchUserConfigPublicAccess;
2911
+ /**
2912
+ * Name of the basebackup to restore in forked service
2913
+ */
1989
2914
  recoveryBasebackupName?: string;
2915
+ /**
2916
+ * Name of another service to fork from. This has effect only when a new service is being created.
2917
+ */
1990
2918
  serviceToForkFrom?: string;
2919
+ /**
2920
+ * Static IP addresses
2921
+ */
1991
2922
  staticIps?: string;
1992
2923
  }
1993
2924
  export interface OpenSearchOpensearchUserConfigIndexPattern {
@@ -2005,6 +2936,9 @@ export interface OpenSearchOpensearchUserConfigOpensearch {
2005
2936
  actionDestructiveRequiresName?: string;
2006
2937
  clusterMaxShardsPerNode?: string;
2007
2938
  clusterRoutingAllocationNodeConcurrentRecoveries?: string;
2939
+ emailSenderName?: string;
2940
+ emailSenderPassword?: string;
2941
+ emailSenderUsername?: string;
2008
2942
  httpMaxContentLength?: string;
2009
2943
  httpMaxHeaderSize?: string;
2010
2944
  httpMaxInitialLineLength?: string;
@@ -2036,26 +2970,47 @@ export interface OpenSearchOpensearchUserConfigOpensearchDashboards {
2036
2970
  opensearchRequestTimeout?: string;
2037
2971
  }
2038
2972
  export interface OpenSearchOpensearchUserConfigPrivateAccess {
2973
+ /**
2974
+ * Opensearch server provided values
2975
+ */
2039
2976
  opensearch?: string;
2040
2977
  opensearchDashboards?: string;
2041
2978
  prometheus?: string;
2042
2979
  }
2043
2980
  export interface OpenSearchOpensearchUserConfigPrivatelinkAccess {
2981
+ /**
2982
+ * Opensearch server provided values
2983
+ */
2044
2984
  opensearch?: string;
2045
2985
  opensearchDashboards?: string;
2046
2986
  prometheus?: string;
2047
2987
  }
2048
2988
  export interface OpenSearchOpensearchUserConfigPublicAccess {
2989
+ /**
2990
+ * Opensearch server provided values
2991
+ */
2049
2992
  opensearch?: string;
2050
2993
  opensearchDashboards?: string;
2051
2994
  prometheus?: string;
2052
2995
  }
2053
2996
  export interface OpenSearchServiceIntegration {
2997
+ /**
2998
+ * Type of the service integration. The only supported value at the moment is `readReplica`
2999
+ */
2054
3000
  integrationType: string;
3001
+ /**
3002
+ * Name of the source service
3003
+ */
2055
3004
  sourceServiceName: string;
2056
3005
  }
2057
3006
  export interface OpenSearchTag {
3007
+ /**
3008
+ * Service tag key
3009
+ */
2058
3010
  key: string;
3011
+ /**
3012
+ * Service tag value
3013
+ */
2059
3014
  value: string;
2060
3015
  }
2061
3016
  export interface PgComponent {
@@ -2068,40 +3023,147 @@ export interface PgComponent {
2068
3023
  usage: string;
2069
3024
  }
2070
3025
  export interface PgPg {
3026
+ /**
3027
+ * Primary PostgreSQL database name
3028
+ */
2071
3029
  dbname: string;
3030
+ /**
3031
+ * PostgreSQL master node host IP or name
3032
+ */
2072
3033
  host: string;
3034
+ /**
3035
+ * Connection limit
3036
+ */
3037
+ maxConnections: number;
3038
+ /**
3039
+ * PostgreSQL admin user password
3040
+ */
2073
3041
  password: string;
3042
+ /**
3043
+ * PostgreSQL port
3044
+ */
2074
3045
  port: number;
3046
+ /**
3047
+ * PostgreSQL replica URI for services with a replica
3048
+ */
2075
3049
  replicaUri: string;
3050
+ /**
3051
+ * PostgreSQL sslmode setting (currently always "require")
3052
+ */
2076
3053
  sslmode: string;
3054
+ /**
3055
+ * PostgreSQL master connection URI
3056
+ */
2077
3057
  uri: string;
3058
+ /**
3059
+ * PostgreSQL admin user name
3060
+ */
2078
3061
  user: string;
2079
3062
  }
2080
3063
  export interface PgPgUserConfig {
3064
+ /**
3065
+ * Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
3066
+ */
2081
3067
  adminPassword?: string;
3068
+ /**
3069
+ * Custom username for admin user. This must be set only when a new service is being created.
3070
+ */
2082
3071
  adminUsername?: string;
3072
+ /**
3073
+ * The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
3074
+ */
2083
3075
  backupHour?: string;
3076
+ /**
3077
+ * The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
3078
+ */
2084
3079
  backupMinute?: string;
3080
+ /**
3081
+ * Enable IPv6
3082
+ */
2085
3083
  enableIpv6?: string;
3084
+ /**
3085
+ * IP filter
3086
+ */
2086
3087
  ipFilters?: string[];
3088
+ /**
3089
+ * Migrate data from existing server
3090
+ */
2087
3091
  migration?: outputs.PgPgUserConfigMigration;
3092
+ /**
3093
+ * postgresql.conf configuration values
3094
+ */
2088
3095
  pg?: outputs.PgPgUserConfigPg;
3096
+ /**
3097
+ * Should the service which is being forked be a read replica (deprecated, use readReplica service integration instead).
3098
+ */
2089
3099
  pgReadReplica?: string;
3100
+ /**
3101
+ * 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.
3102
+ */
2090
3103
  pgServiceToForkFrom?: string;
3104
+ /**
3105
+ * Enable pg*stat*monitor extension if available for the current cluster
3106
+ */
3107
+ pgStatMonitorEnable?: string;
3108
+ /**
3109
+ * PostgreSQL major version
3110
+ */
2091
3111
  pgVersion?: string;
3112
+ /**
3113
+ * PGBouncer connection pooling settings
3114
+ */
2092
3115
  pgbouncer?: outputs.PgPgUserConfigPgbouncer;
3116
+ /**
3117
+ * PGLookout settings
3118
+ */
2093
3119
  pglookout?: outputs.PgPgUserConfigPglookout;
3120
+ /**
3121
+ * Allow access to selected service ports from private networks
3122
+ */
2094
3123
  privateAccess?: outputs.PgPgUserConfigPrivateAccess;
3124
+ /**
3125
+ * Allow access to selected service components through Privatelink
3126
+ */
2095
3127
  privatelinkAccess?: outputs.PgPgUserConfigPrivatelinkAccess;
3128
+ /**
3129
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
3130
+ */
2096
3131
  projectToForkFrom?: string;
3132
+ /**
3133
+ * Allow access to selected service ports from the public Internet
3134
+ */
2097
3135
  publicAccess?: outputs.PgPgUserConfigPublicAccess;
3136
+ /**
3137
+ * Recovery target time when forking a service. This has effect only when a new service is being created.
3138
+ */
2098
3139
  recoveryTargetTime?: string;
3140
+ /**
3141
+ * Name of another service to fork from. This has effect only when a new service is being created.
3142
+ */
2099
3143
  serviceToForkFrom?: string;
3144
+ /**
3145
+ * shared*buffers*percentage
3146
+ */
2100
3147
  sharedBuffersPercentage?: string;
3148
+ /**
3149
+ * Static IP addresses
3150
+ */
2101
3151
  staticIps?: string;
3152
+ /**
3153
+ * Synchronous replication type. Note that the service plan also needs to support synchronous replication.
3154
+ */
2102
3155
  synchronousReplication?: string;
3156
+ /**
3157
+ * TimescaleDB extension configuration values
3158
+ */
2103
3159
  timescaledb?: outputs.PgPgUserConfigTimescaledb;
3160
+ /**
3161
+ * Variant of the PostgreSQL service, may affect the features that are exposed by default
3162
+ */
2104
3163
  variant?: string;
3164
+ /**
3165
+ * work_mem
3166
+ */
2105
3167
  workMem?: string;
2106
3168
  }
2107
3169
  export interface PgPgUserConfigMigration {
@@ -2136,6 +3198,7 @@ export interface PgPgUserConfigPg {
2136
3198
  logErrorVerbosity?: string;
2137
3199
  logLinePrefix?: string;
2138
3200
  logMinDurationStatement?: string;
3201
+ logTempFiles?: string;
2139
3202
  maxFilesPerProcess?: string;
2140
3203
  maxLocksPerTransaction?: string;
2141
3204
  maxLogicalReplicationWorkers?: string;
@@ -2177,16 +3240,25 @@ export interface PgPgUserConfigPglookout {
2177
3240
  maxFailoverReplicationTimeLag?: string;
2178
3241
  }
2179
3242
  export interface PgPgUserConfigPrivateAccess {
3243
+ /**
3244
+ * PostgreSQL specific server provided values
3245
+ */
2180
3246
  pg?: string;
2181
3247
  pgbouncer?: string;
2182
3248
  prometheus?: string;
2183
3249
  }
2184
3250
  export interface PgPgUserConfigPrivatelinkAccess {
3251
+ /**
3252
+ * PostgreSQL specific server provided values
3253
+ */
2185
3254
  pg?: string;
2186
3255
  pgbouncer?: string;
2187
3256
  prometheus?: string;
2188
3257
  }
2189
3258
  export interface PgPgUserConfigPublicAccess {
3259
+ /**
3260
+ * PostgreSQL specific server provided values
3261
+ */
2190
3262
  pg?: string;
2191
3263
  pgbouncer?: string;
2192
3264
  prometheus?: string;
@@ -2195,15 +3267,33 @@ export interface PgPgUserConfigTimescaledb {
2195
3267
  maxBackgroundWorkers?: string;
2196
3268
  }
2197
3269
  export interface PgServiceIntegration {
3270
+ /**
3271
+ * Type of the service integration. The only supported value at the moment is `readReplica`
3272
+ */
2198
3273
  integrationType: string;
3274
+ /**
3275
+ * Name of the source service
3276
+ */
2199
3277
  sourceServiceName: string;
2200
3278
  }
2201
3279
  export interface PgTag {
3280
+ /**
3281
+ * Service tag key
3282
+ */
2202
3283
  key: string;
3284
+ /**
3285
+ * Service tag value
3286
+ */
2203
3287
  value: string;
2204
3288
  }
2205
3289
  export interface ProjectTag {
3290
+ /**
3291
+ * Project tag key
3292
+ */
2206
3293
  key: string;
3294
+ /**
3295
+ * Project tag value
3296
+ */
2207
3297
  value: string;
2208
3298
  }
2209
3299
  export interface RedisComponent {
@@ -2218,25 +3308,85 @@ export interface RedisComponent {
2218
3308
  export interface RedisRedi {
2219
3309
  }
2220
3310
  export interface RedisRedisUserConfig {
3311
+ /**
3312
+ * IP filter
3313
+ */
2221
3314
  ipFilters?: string[];
3315
+ /**
3316
+ * Migrate data from existing server
3317
+ */
2222
3318
  migration?: outputs.RedisRedisUserConfigMigration;
3319
+ /**
3320
+ * Allow access to selected service ports from private networks
3321
+ */
2223
3322
  privateAccess?: outputs.RedisRedisUserConfigPrivateAccess;
3323
+ /**
3324
+ * Allow access to selected service components through Privatelink
3325
+ */
2224
3326
  privatelinkAccess?: outputs.RedisRedisUserConfigPrivatelinkAccess;
3327
+ /**
3328
+ * Name of another project to fork a service from. This has effect only when a new service is being created.
3329
+ */
2225
3330
  projectToForkFrom?: string;
3331
+ /**
3332
+ * Allow access to selected service ports from the public Internet
3333
+ */
2226
3334
  publicAccess?: outputs.RedisRedisUserConfigPublicAccess;
3335
+ /**
3336
+ * Name of the basebackup to restore in forked service
3337
+ */
2227
3338
  recoveryBasebackupName?: string;
3339
+ /**
3340
+ * Default ACL for pub/sub channels used when Redis user is created
3341
+ */
2228
3342
  redisAclChannelsDefault?: string;
3343
+ /**
3344
+ * Redis IO thread count
3345
+ */
2229
3346
  redisIoThreads?: string;
3347
+ /**
3348
+ * LFU maxmemory-policy counter decay time in minutes
3349
+ */
2230
3350
  redisLfuDecayTime?: string;
3351
+ /**
3352
+ * Counter logarithm factor for volatile-lfu and allkeys-lfu maxmemory-policies
3353
+ */
2231
3354
  redisLfuLogFactor?: string;
3355
+ /**
3356
+ * Redis maxmemory-policy
3357
+ */
2232
3358
  redisMaxmemoryPolicy?: string;
3359
+ /**
3360
+ * Set notify-keyspace-events option
3361
+ */
2233
3362
  redisNotifyKeyspaceEvents?: string;
3363
+ /**
3364
+ * Number of redis databases
3365
+ */
2234
3366
  redisNumberOfDatabases?: string;
3367
+ /**
3368
+ * Redis persistence
3369
+ */
2235
3370
  redisPersistence?: string;
3371
+ /**
3372
+ * Pub/sub client output buffer hard limit in MB
3373
+ */
2236
3374
  redisPubsubClientOutputBufferLimit?: string;
3375
+ /**
3376
+ * Require SSL to access Redis
3377
+ */
2237
3378
  redisSsl?: string;
3379
+ /**
3380
+ * Redis idle connection timeout in seconds
3381
+ */
2238
3382
  redisTimeout?: string;
3383
+ /**
3384
+ * Name of another service to fork from. This has effect only when a new service is being created.
3385
+ */
2239
3386
  serviceToForkFrom?: string;
3387
+ /**
3388
+ * Static IP addresses
3389
+ */
2240
3390
  staticIps?: string;
2241
3391
  }
2242
3392
  export interface RedisRedisUserConfigMigration {
@@ -2251,31 +3401,73 @@ export interface RedisRedisUserConfigMigration {
2251
3401
  }
2252
3402
  export interface RedisRedisUserConfigPrivateAccess {
2253
3403
  prometheus?: string;
3404
+ /**
3405
+ * Redis server provided values
3406
+ */
2254
3407
  redis?: string;
2255
3408
  }
2256
3409
  export interface RedisRedisUserConfigPrivatelinkAccess {
2257
3410
  prometheus?: string;
3411
+ /**
3412
+ * Redis server provided values
3413
+ */
2258
3414
  redis?: string;
2259
3415
  }
2260
3416
  export interface RedisRedisUserConfigPublicAccess {
2261
3417
  prometheus?: string;
3418
+ /**
3419
+ * Redis server provided values
3420
+ */
2262
3421
  redis?: string;
2263
3422
  }
2264
3423
  export interface RedisServiceIntegration {
3424
+ /**
3425
+ * Type of the service integration. The only supported value at the moment is `readReplica`
3426
+ */
2265
3427
  integrationType: string;
3428
+ /**
3429
+ * Name of the source service
3430
+ */
2266
3431
  sourceServiceName: string;
2267
3432
  }
2268
3433
  export interface RedisTag {
3434
+ /**
3435
+ * Service tag key
3436
+ */
2269
3437
  key: string;
3438
+ /**
3439
+ * Service tag value
3440
+ */
2270
3441
  value: string;
2271
3442
  }
2272
3443
  export interface ServiceIntegrationEndpointDatadogUserConfig {
3444
+ /**
3445
+ * Datadog API key
3446
+ */
2273
3447
  datadogApiKey?: string;
3448
+ /**
3449
+ * Custom tags provided by user
3450
+ */
2274
3451
  datadogTags?: outputs.ServiceIntegrationEndpointDatadogUserConfigDatadogTag[];
3452
+ /**
3453
+ * Disable consumer group metrics
3454
+ */
2275
3455
  disableConsumerStats?: string;
3456
+ /**
3457
+ * Number of separate instances to fetch kafka consumer statistics with
3458
+ */
2276
3459
  kafkaConsumerCheckInstances?: string;
3460
+ /**
3461
+ * Number of seconds that datadog will wait to get consumer statistics from brokers
3462
+ */
2277
3463
  kafkaConsumerStatsTimeout?: string;
3464
+ /**
3465
+ * Maximum number of partition contexts to send
3466
+ */
2278
3467
  maxPartitionContexts?: string;
3468
+ /**
3469
+ * Datadog intake site. Defaults to datadoghq.com
3470
+ */
2279
3471
  site?: string;
2280
3472
  }
2281
3473
  export interface ServiceIntegrationEndpointDatadogUserConfigDatadogTag {
@@ -2283,71 +3475,209 @@ export interface ServiceIntegrationEndpointDatadogUserConfigDatadogTag {
2283
3475
  tag?: string;
2284
3476
  }
2285
3477
  export interface ServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfig {
3478
+ /**
3479
+ * AWS access key. Required permissions are logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents and logs:DescribeLogStreams
3480
+ */
2286
3481
  accessKey?: string;
3482
+ /**
3483
+ * AWS CloudWatch log group name
3484
+ */
2287
3485
  logGroupName?: string;
3486
+ /**
3487
+ * AWS region
3488
+ */
2288
3489
  region?: string;
3490
+ /**
3491
+ * AWS secret key
3492
+ */
2289
3493
  secretKey?: string;
2290
3494
  }
2291
3495
  export interface ServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfig {
3496
+ /**
3497
+ * AWS access key. Required permissions are cloudwatch:PutMetricData
3498
+ */
2292
3499
  accessKey?: string;
3500
+ /**
3501
+ * AWS CloudWatch Metrics Namespace
3502
+ */
2293
3503
  namespace?: string;
3504
+ /**
3505
+ * AWS region
3506
+ */
2294
3507
  region?: string;
3508
+ /**
3509
+ * AWS secret key
3510
+ */
2295
3511
  secretKey?: string;
2296
3512
  }
2297
3513
  export interface ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig {
3514
+ /**
3515
+ * PEM encoded CA certificate
3516
+ */
2298
3517
  ca?: string;
3518
+ /**
3519
+ * Maximum number of days of logs to keep
3520
+ */
2299
3521
  indexDaysMax?: string;
3522
+ /**
3523
+ * Elasticsearch index prefix
3524
+ */
2300
3525
  indexPrefix?: string;
3526
+ /**
3527
+ * Elasticsearch request timeout limit
3528
+ */
2301
3529
  timeout?: string;
3530
+ /**
3531
+ * Elasticsearch connection URL
3532
+ */
2302
3533
  url?: string;
2303
3534
  }
2304
3535
  export interface ServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfig {
3536
+ /**
3537
+ * Google Cloud Logging log id
3538
+ */
2305
3539
  logId?: string;
3540
+ /**
3541
+ * GCP project id.
3542
+ */
2306
3543
  projectId?: string;
3544
+ /**
3545
+ * Google Service Account Credentials
3546
+ */
2307
3547
  serviceAccountCredentials?: string;
2308
3548
  }
2309
3549
  export interface ServiceIntegrationEndpointExternalKafkaUserConfig {
3550
+ /**
3551
+ * Bootstrap servers
3552
+ */
2310
3553
  bootstrapServers?: string;
3554
+ /**
3555
+ * The list of SASL mechanisms enabled in the Kafka server.
3556
+ */
2311
3557
  saslMechanism?: string;
3558
+ /**
3559
+ * Password for SASL PLAIN mechanism in the Kafka server.
3560
+ */
2312
3561
  saslPlainPassword?: string;
3562
+ /**
3563
+ * Username for SASL PLAIN mechanism in the Kafka server.
3564
+ */
2313
3565
  saslPlainUsername?: string;
3566
+ /**
3567
+ * Security protocol
3568
+ */
2314
3569
  securityProtocol?: string;
3570
+ /**
3571
+ * PEM-encoded CA certificate
3572
+ */
2315
3573
  sslCaCert?: string;
3574
+ /**
3575
+ * PEM-encoded client certificate
3576
+ */
2316
3577
  sslClientCert?: string;
3578
+ /**
3579
+ * PEM-encoded client key
3580
+ */
2317
3581
  sslClientKey?: string;
3582
+ /**
3583
+ * The endpoint identification algorithm to validate server hostname using server certificate.
3584
+ */
2318
3585
  sslEndpointIdentificationAlgorithm?: string;
2319
3586
  }
2320
3587
  export interface ServiceIntegrationEndpointExternalSchemaRegistryUserConfig {
3588
+ /**
3589
+ * Authentication method
3590
+ */
2321
3591
  authentication?: string;
3592
+ /**
3593
+ * Basic authentication password
3594
+ */
2322
3595
  basicAuthPassword?: string;
3596
+ /**
3597
+ * Basic authentication user name
3598
+ */
2323
3599
  basicAuthUsername?: string;
3600
+ /**
3601
+ * Schema Registry URL
3602
+ */
2324
3603
  url?: string;
2325
3604
  }
2326
3605
  export interface ServiceIntegrationEndpointJolokiaUserConfig {
3606
+ /**
3607
+ * Jolokia basic authentication password
3608
+ */
2327
3609
  basicAuthPassword?: string;
3610
+ /**
3611
+ * Jolokia basic authentication username
3612
+ */
2328
3613
  basicAuthUsername?: string;
2329
3614
  }
2330
3615
  export interface ServiceIntegrationEndpointPrometheusUserConfig {
3616
+ /**
3617
+ * Prometheus basic authentication password
3618
+ */
2331
3619
  basicAuthPassword?: string;
3620
+ /**
3621
+ * Prometheus basic authentication username
3622
+ */
2332
3623
  basicAuthUsername?: string;
2333
3624
  }
2334
3625
  export interface ServiceIntegrationEndpointRsyslogUserConfig {
3626
+ /**
3627
+ * PEM encoded CA certificate
3628
+ */
2335
3629
  ca?: string;
3630
+ /**
3631
+ * PEM encoded client certificate
3632
+ */
2336
3633
  cert?: string;
3634
+ /**
3635
+ * message format
3636
+ */
2337
3637
  format?: string;
3638
+ /**
3639
+ * PEM encoded client key
3640
+ */
2338
3641
  key?: string;
3642
+ /**
3643
+ * custom syslog message format
3644
+ */
2339
3645
  logline?: string;
3646
+ /**
3647
+ * rsyslog server port
3648
+ */
2340
3649
  port?: string;
3650
+ /**
3651
+ * Structured data block for log message
3652
+ */
2341
3653
  sd?: string;
3654
+ /**
3655
+ * rsyslog server IP address or hostname
3656
+ */
2342
3657
  server?: string;
3658
+ /**
3659
+ * Require TLS
3660
+ */
2343
3661
  tls?: string;
2344
3662
  }
2345
3663
  export interface ServiceIntegrationEndpointSignalfxUserConfig {
3664
+ /**
3665
+ * list of metrics to send
3666
+ */
2346
3667
  enabledMetrics?: string[];
3668
+ /**
3669
+ * SignalFX API key
3670
+ */
2347
3671
  signalfxApiKey?: string;
3672
+ /**
3673
+ * SignalFX realm
3674
+ */
2348
3675
  signalfxRealm?: string;
2349
3676
  }
2350
3677
  export interface ServiceIntegrationKafkaConnectUserConfig {
3678
+ /**
3679
+ * Kafka Connect service configuration values
3680
+ */
2351
3681
  kafkaConnect?: outputs.ServiceIntegrationKafkaConnectUserConfigKafkaConnect;
2352
3682
  }
2353
3683
  export interface ServiceIntegrationKafkaConnectUserConfigKafkaConnect {
@@ -2357,10 +3687,19 @@ export interface ServiceIntegrationKafkaConnectUserConfigKafkaConnect {
2357
3687
  statusStorageTopic?: string;
2358
3688
  }
2359
3689
  export interface ServiceIntegrationKafkaLogsUserConfig {
3690
+ /**
3691
+ * Topic name
3692
+ */
2360
3693
  kafkaTopic?: string;
2361
3694
  }
2362
3695
  export interface ServiceIntegrationKafkaMirrormakerUserConfig {
3696
+ /**
3697
+ * Kafka cluster alias
3698
+ */
2363
3699
  clusterAlias?: string;
3700
+ /**
3701
+ * Kafka MirrorMaker configuration values
3702
+ */
2364
3703
  kafkaMirrormaker?: outputs.ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker;
2365
3704
  }
2366
3705
  export interface ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
@@ -2371,14 +3710,35 @@ export interface ServiceIntegrationKafkaMirrormakerUserConfigKafkaMirrormaker {
2371
3710
  producerMaxRequestSize?: string;
2372
3711
  }
2373
3712
  export interface ServiceIntegrationLogsUserConfig {
3713
+ /**
3714
+ * Elasticsearch index retention limit
3715
+ */
2374
3716
  elasticsearchIndexDaysMax?: string;
3717
+ /**
3718
+ * Elasticsearch index prefix
3719
+ */
2375
3720
  elasticsearchIndexPrefix?: string;
2376
3721
  }
2377
3722
  export interface ServiceIntegrationMetricsUserConfig {
3723
+ /**
3724
+ * Name of the database where to store metric datapoints. Only affects PostgreSQL destinations. Defaults to 'metrics'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
3725
+ */
2378
3726
  database?: string;
3727
+ /**
3728
+ * Number of days to keep old metrics. Only affects PostgreSQL destinations. Set to 0 for no automatic cleanup. Defaults to 30 days.
3729
+ */
2379
3730
  retentionDays?: string;
3731
+ /**
3732
+ * 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.
3733
+ */
2380
3734
  roUsername?: string;
3735
+ /**
3736
+ * Configuration options for metrics where source service is MySQL
3737
+ */
2381
3738
  sourceMysql?: outputs.ServiceIntegrationMetricsUserConfigSourceMysql;
3739
+ /**
3740
+ * Name of the user used to write metrics. Only affects PostgreSQL destinations. Defaults to 'metrics_writer'. Note that this must be the same for all metrics integrations that write data to the same PostgreSQL service.
3741
+ */
2382
3742
  username?: string;
2383
3743
  }
2384
3744
  export interface ServiceIntegrationMetricsUserConfigSourceMysql {
@@ -2401,5 +3761,8 @@ export interface ServiceIntegrationMetricsUserConfigSourceMysqlTelegraf {
2401
3761
  perfEventsStatementsTimeLimit?: string;
2402
3762
  }
2403
3763
  export interface ServiceIntegrationMirrormakerUserConfig {
3764
+ /**
3765
+ * Mirrormaker topic whitelist
3766
+ */
2404
3767
  mirrormakerWhitelist?: string;
2405
3768
  }