@pulumi/aiven 6.7.0 → 6.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cassandra.d.ts CHANGED
@@ -57,7 +57,7 @@ export declare class Cassandra extends pulumi.CustomResource {
57
57
  */
58
58
  readonly cassandraUserConfig: pulumi.Output<outputs.CassandraCassandraUserConfig | undefined>;
59
59
  /**
60
- * Cassandra server provided values
60
+ * cassandra configuration values.
61
61
  */
62
62
  readonly cassandras: pulumi.Output<outputs.CassandraCassandra[]>;
63
63
  /**
@@ -147,7 +147,7 @@ export declare class Cassandra extends pulumi.CustomResource {
147
147
  */
148
148
  readonly state: pulumi.Output<string>;
149
149
  /**
150
- * 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
150
+ * Use static public IP addresses.
151
151
  */
152
152
  readonly staticIps: pulumi.Output<string[] | undefined>;
153
153
  /**
@@ -180,7 +180,7 @@ export interface CassandraState {
180
180
  */
181
181
  cassandraUserConfig?: pulumi.Input<inputs.CassandraCassandraUserConfig>;
182
182
  /**
183
- * Cassandra server provided values
183
+ * cassandra configuration values.
184
184
  */
185
185
  cassandras?: pulumi.Input<pulumi.Input<inputs.CassandraCassandra>[]>;
186
186
  /**
@@ -270,7 +270,7 @@ export interface CassandraState {
270
270
  */
271
271
  state?: pulumi.Input<string>;
272
272
  /**
273
- * 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
273
+ * Use static public IP addresses.
274
274
  */
275
275
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
276
276
  /**
@@ -333,7 +333,7 @@ export interface CassandraArgs {
333
333
  */
334
334
  serviceName: pulumi.Input<string>;
335
335
  /**
336
- * 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
336
+ * Use static public IP addresses.
337
337
  */
338
338
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
339
339
  /**
package/clickhouse.d.ts CHANGED
@@ -51,7 +51,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
51
51
  */
52
52
  readonly clickhouseUserConfig: pulumi.Output<outputs.ClickhouseClickhouseUserConfig | undefined>;
53
53
  /**
54
- * Clickhouse server provided values
54
+ * Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
55
55
  */
56
56
  readonly clickhouses: pulumi.Output<outputs.ClickhouseClickhouse[]>;
57
57
  /**
@@ -141,7 +141,7 @@ export declare class Clickhouse extends pulumi.CustomResource {
141
141
  */
142
142
  readonly state: pulumi.Output<string>;
143
143
  /**
144
- * 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
144
+ * Use static public IP addresses.
145
145
  */
146
146
  readonly staticIps: pulumi.Output<string[] | undefined>;
147
147
  /**
@@ -174,7 +174,7 @@ export interface ClickhouseState {
174
174
  */
175
175
  clickhouseUserConfig?: pulumi.Input<inputs.ClickhouseClickhouseUserConfig>;
176
176
  /**
177
- * Clickhouse server provided values
177
+ * Allow clients to connect to clickhouse with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
178
178
  */
179
179
  clickhouses?: pulumi.Input<pulumi.Input<inputs.ClickhouseClickhouse>[]>;
180
180
  /**
@@ -264,7 +264,7 @@ export interface ClickhouseState {
264
264
  */
265
265
  state?: pulumi.Input<string>;
266
266
  /**
267
- * 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
267
+ * Use static public IP addresses.
268
268
  */
269
269
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
270
270
  /**
@@ -327,7 +327,7 @@ export interface ClickhouseArgs {
327
327
  */
328
328
  serviceName: pulumi.Input<string>;
329
329
  /**
330
- * 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
330
+ * Use static public IP addresses.
331
331
  */
332
332
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
333
333
  /**
@@ -86,7 +86,7 @@ export declare class ClickhouseGrant extends pulumi.CustomResource {
86
86
  */
87
87
  readonly project: pulumi.Output<string>;
88
88
  /**
89
- * The role to grant privileges or roles 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.
89
+ * 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.
90
90
  */
91
91
  readonly role: pulumi.Output<string | undefined>;
92
92
  /**
@@ -123,7 +123,7 @@ export interface ClickhouseGrantState {
123
123
  */
124
124
  project?: pulumi.Input<string>;
125
125
  /**
126
- * The role to grant privileges or roles 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.
126
+ * 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.
127
127
  */
128
128
  role?: pulumi.Input<string>;
129
129
  /**
@@ -152,7 +152,7 @@ export interface ClickhouseGrantArgs {
152
152
  */
153
153
  project: pulumi.Input<string>;
154
154
  /**
155
- * The role to grant privileges or roles 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.
155
+ * 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.
156
156
  */
157
157
  role?: pulumi.Input<string>;
158
158
  /**
package/flink.d.ts CHANGED
@@ -80,7 +80,7 @@ export declare class Flink extends pulumi.CustomResource {
80
80
  */
81
81
  readonly diskSpaceUsed: pulumi.Output<string>;
82
82
  /**
83
- * Flink server provided values
83
+ * Enable flink.
84
84
  */
85
85
  readonly flink: pulumi.Output<outputs.FlinkFlink>;
86
86
  /**
@@ -203,7 +203,7 @@ export interface FlinkState {
203
203
  */
204
204
  diskSpaceUsed?: pulumi.Input<string>;
205
205
  /**
206
- * Flink server provided values
206
+ * Enable flink.
207
207
  */
208
208
  flink?: pulumi.Input<inputs.FlinkFlink>;
209
209
  /**
@@ -298,7 +298,7 @@ export interface FlinkArgs {
298
298
  */
299
299
  diskSpace?: pulumi.Input<string>;
300
300
  /**
301
- * Flink server provided values
301
+ * Enable flink.
302
302
  */
303
303
  flink?: pulumi.Input<inputs.FlinkFlink>;
304
304
  /**
@@ -49,11 +49,11 @@ export interface GetKafkaSchemaResult {
49
49
  */
50
50
  readonly project: string;
51
51
  /**
52
- * Kafka Schema configuration should be a valid Avro Schema JSON format.
52
+ * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
53
53
  */
54
54
  readonly schema: string;
55
55
  /**
56
- * Kafka Schema type JSON or AVRO
56
+ * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
57
57
  */
58
58
  readonly schemaType: string;
59
59
  /**
@@ -46,11 +46,11 @@ export interface GetKafkaSchemaConfigurationResult {
46
46
  */
47
47
  readonly project: string;
48
48
  /**
49
- * Kafka Schema configuration should be a valid Avro Schema JSON format.
49
+ * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
50
50
  */
51
51
  readonly schema: string;
52
52
  /**
53
- * Kafka Schema type JSON or AVRO
53
+ * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
54
54
  */
55
55
  readonly schemaType: string;
56
56
  /**
package/getPgUser.d.ts CHANGED
@@ -50,11 +50,11 @@ export interface GetPgUserResult {
50
50
  */
51
51
  readonly id: string;
52
52
  /**
53
- * The password of the PG User ( not applicable for all services ).
53
+ * The password of the PG User (not applicable for all services).
54
54
  */
55
55
  readonly password: string;
56
56
  /**
57
- * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
57
+ * Defines whether replication is allowed.
58
58
  */
59
59
  readonly pgAllowReplication: boolean;
60
60
  /**
package/influxDb.d.ts CHANGED
@@ -86,7 +86,7 @@ export declare class InfluxDb extends pulumi.CustomResource {
86
86
  */
87
87
  readonly influxdbUserConfig: pulumi.Output<outputs.InfluxDbInfluxdbUserConfig | undefined>;
88
88
  /**
89
- * InfluxDB server provided values
89
+ * influxdb.conf configuration values.
90
90
  */
91
91
  readonly influxdbs: pulumi.Output<outputs.InfluxDbInfluxdb[]>;
92
92
  /**
@@ -146,7 +146,7 @@ export declare class InfluxDb extends pulumi.CustomResource {
146
146
  */
147
147
  readonly state: pulumi.Output<string>;
148
148
  /**
149
- * 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
149
+ * Use static public IP addresses.
150
150
  */
151
151
  readonly staticIps: pulumi.Output<string[] | undefined>;
152
152
  /**
@@ -209,7 +209,7 @@ export interface InfluxDbState {
209
209
  */
210
210
  influxdbUserConfig?: pulumi.Input<inputs.InfluxDbInfluxdbUserConfig>;
211
211
  /**
212
- * InfluxDB server provided values
212
+ * influxdb.conf configuration values.
213
213
  */
214
214
  influxdbs?: pulumi.Input<pulumi.Input<inputs.InfluxDbInfluxdb>[]>;
215
215
  /**
@@ -269,7 +269,7 @@ export interface InfluxDbState {
269
269
  */
270
270
  state?: pulumi.Input<string>;
271
271
  /**
272
- * 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
272
+ * Use static public IP addresses.
273
273
  */
274
274
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
275
275
  /**
@@ -332,7 +332,7 @@ export interface InfluxDbArgs {
332
332
  */
333
333
  serviceName: pulumi.Input<string>;
334
334
  /**
335
- * 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
335
+ * Use static public IP addresses.
336
336
  */
337
337
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
338
338
  /**
package/kafka.d.ts CHANGED
@@ -99,7 +99,7 @@ export declare class Kafka extends pulumi.CustomResource {
99
99
  */
100
100
  readonly kafkaUserConfig: pulumi.Output<outputs.KafkaKafkaUserConfig | undefined>;
101
101
  /**
102
- * Kafka server provided values
102
+ * Kafka broker configuration values.
103
103
  */
104
104
  readonly kafkas: pulumi.Output<outputs.KafkaKafka[]>;
105
105
  /**
@@ -165,7 +165,7 @@ export declare class Kafka extends pulumi.CustomResource {
165
165
  */
166
166
  readonly state: pulumi.Output<string>;
167
167
  /**
168
- * 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
168
+ * Use static public IP addresses.
169
169
  */
170
170
  readonly staticIps: pulumi.Output<string[] | undefined>;
171
171
  /**
@@ -232,7 +232,7 @@ export interface KafkaState {
232
232
  */
233
233
  kafkaUserConfig?: pulumi.Input<inputs.KafkaKafkaUserConfig>;
234
234
  /**
235
- * Kafka server provided values
235
+ * Kafka broker configuration values.
236
236
  */
237
237
  kafkas?: pulumi.Input<pulumi.Input<inputs.KafkaKafka>[]>;
238
238
  /**
@@ -298,7 +298,7 @@ export interface KafkaState {
298
298
  */
299
299
  state?: pulumi.Input<string>;
300
300
  /**
301
- * 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
301
+ * Use static public IP addresses.
302
302
  */
303
303
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
304
304
  /**
@@ -371,7 +371,7 @@ export interface KafkaArgs {
371
371
  */
372
372
  serviceName: pulumi.Input<string>;
373
373
  /**
374
- * 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
374
+ * Use static public IP addresses.
375
375
  */
376
376
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
377
377
  /**
package/kafkaSchema.d.ts CHANGED
@@ -61,11 +61,11 @@ export declare class KafkaSchema extends pulumi.CustomResource {
61
61
  */
62
62
  readonly project: pulumi.Output<string>;
63
63
  /**
64
- * Kafka Schema configuration should be a valid Avro Schema JSON format.
64
+ * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
65
65
  */
66
66
  readonly schema: pulumi.Output<string>;
67
67
  /**
68
- * Kafka Schema type JSON or AVRO
68
+ * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
69
69
  */
70
70
  readonly schemaType: pulumi.Output<string | undefined>;
71
71
  /**
@@ -102,11 +102,11 @@ export interface KafkaSchemaState {
102
102
  */
103
103
  project?: pulumi.Input<string>;
104
104
  /**
105
- * Kafka Schema configuration should be a valid Avro Schema JSON format.
105
+ * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
106
106
  */
107
107
  schema?: pulumi.Input<string>;
108
108
  /**
109
- * Kafka Schema type JSON or AVRO
109
+ * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
110
110
  */
111
111
  schemaType?: pulumi.Input<string>;
112
112
  /**
@@ -135,11 +135,11 @@ export interface KafkaSchemaArgs {
135
135
  */
136
136
  project: pulumi.Input<string>;
137
137
  /**
138
- * Kafka Schema configuration should be a valid Avro Schema JSON format.
138
+ * Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
139
139
  */
140
140
  schema: pulumi.Input<string>;
141
141
  /**
142
- * Kafka Schema type JSON or AVRO
142
+ * Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
143
143
  */
144
144
  schemaType?: pulumi.Input<string>;
145
145
  /**
package/openSearch.d.ts CHANGED
@@ -100,7 +100,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
100
100
  */
101
101
  readonly opensearchUserConfig: pulumi.Output<outputs.OpenSearchOpensearchUserConfig | undefined>;
102
102
  /**
103
- * OpenSearch server provided values
103
+ * OpenSearch settings.
104
104
  */
105
105
  readonly opensearches: pulumi.Output<outputs.OpenSearchOpensearch[]>;
106
106
  /**
@@ -152,7 +152,7 @@ export declare class OpenSearch extends pulumi.CustomResource {
152
152
  */
153
153
  readonly state: pulumi.Output<string>;
154
154
  /**
155
- * 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
155
+ * Use static public IP addresses.
156
156
  */
157
157
  readonly staticIps: pulumi.Output<string[] | undefined>;
158
158
  /**
@@ -223,7 +223,7 @@ export interface OpenSearchState {
223
223
  */
224
224
  opensearchUserConfig?: pulumi.Input<inputs.OpenSearchOpensearchUserConfig>;
225
225
  /**
226
- * OpenSearch server provided values
226
+ * OpenSearch settings.
227
227
  */
228
228
  opensearches?: pulumi.Input<pulumi.Input<inputs.OpenSearchOpensearch>[]>;
229
229
  /**
@@ -275,7 +275,7 @@ export interface OpenSearchState {
275
275
  */
276
276
  state?: pulumi.Input<string>;
277
277
  /**
278
- * 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
278
+ * Use static public IP addresses.
279
279
  */
280
280
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
281
281
  /**
@@ -338,7 +338,7 @@ export interface OpenSearchArgs {
338
338
  */
339
339
  serviceName: pulumi.Input<string>;
340
340
  /**
341
- * 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
341
+ * Use static public IP addresses.
342
342
  */
343
343
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
344
344
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aiven",
3
- "version": "v6.7.0",
3
+ "version": "v6.7.1",
4
4
  "description": "A Pulumi package for creating and managing Aiven cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/pg.d.ts CHANGED
@@ -69,7 +69,7 @@ export declare class Pg extends pulumi.CustomResource {
69
69
  */
70
70
  readonly maintenanceWindowTime: pulumi.Output<string | undefined>;
71
71
  /**
72
- * PostgreSQL specific server provided values
72
+ * postgresql.conf configuration values.
73
73
  */
74
74
  readonly pg: pulumi.Output<outputs.PgPg>;
75
75
  /**
@@ -125,7 +125,7 @@ export declare class Pg extends pulumi.CustomResource {
125
125
  */
126
126
  readonly state: pulumi.Output<string>;
127
127
  /**
128
- * 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
128
+ * Use static public IP addresses.
129
129
  */
130
130
  readonly staticIps: pulumi.Output<string[] | undefined>;
131
131
  /**
@@ -192,7 +192,7 @@ export interface PgState {
192
192
  */
193
193
  maintenanceWindowTime?: pulumi.Input<string>;
194
194
  /**
195
- * PostgreSQL specific server provided values
195
+ * postgresql.conf configuration values.
196
196
  */
197
197
  pg?: pulumi.Input<inputs.PgPg>;
198
198
  /**
@@ -248,7 +248,7 @@ export interface PgState {
248
248
  */
249
249
  state?: pulumi.Input<string>;
250
250
  /**
251
- * 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
251
+ * Use static public IP addresses.
252
252
  */
253
253
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
254
254
  /**
@@ -287,7 +287,7 @@ export interface PgArgs {
287
287
  */
288
288
  maintenanceWindowTime?: pulumi.Input<string>;
289
289
  /**
290
- * PostgreSQL specific server provided values
290
+ * postgresql.conf configuration values.
291
291
  */
292
292
  pg?: pulumi.Input<inputs.PgPg>;
293
293
  /**
@@ -315,7 +315,7 @@ export interface PgArgs {
315
315
  */
316
316
  serviceName?: pulumi.Input<string>;
317
317
  /**
318
- * 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
318
+ * Use static public IP addresses.
319
319
  */
320
320
  staticIps?: pulumi.Input<pulumi.Input<string>[]>;
321
321
  /**
package/pgUser.d.ts CHANGED
@@ -47,11 +47,11 @@ export declare class PgUser extends pulumi.CustomResource {
47
47
  */
48
48
  readonly accessKey: pulumi.Output<string>;
49
49
  /**
50
- * The password of the PG User ( not applicable for all services ).
50
+ * The password of the PG User (not applicable for all services).
51
51
  */
52
52
  readonly password: pulumi.Output<string>;
53
53
  /**
54
- * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
54
+ * Defines whether replication is allowed.
55
55
  */
56
56
  readonly pgAllowReplication: pulumi.Output<boolean | undefined>;
57
57
  /**
@@ -92,11 +92,11 @@ export interface PgUserState {
92
92
  */
93
93
  accessKey?: pulumi.Input<string>;
94
94
  /**
95
- * The password of the PG User ( not applicable for all services ).
95
+ * The password of the PG User (not applicable for all services).
96
96
  */
97
97
  password?: pulumi.Input<string>;
98
98
  /**
99
- * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
99
+ * Defines whether replication is allowed.
100
100
  */
101
101
  pgAllowReplication?: pulumi.Input<boolean>;
102
102
  /**
@@ -121,11 +121,11 @@ export interface PgUserState {
121
121
  */
122
122
  export interface PgUserArgs {
123
123
  /**
124
- * The password of the PG User ( not applicable for all services ).
124
+ * The password of the PG User (not applicable for all services).
125
125
  */
126
126
  password?: pulumi.Input<string>;
127
127
  /**
128
- * Defines whether replication is allowed. This property cannot be changed, doing so forces recreation of the resource.
128
+ * Defines whether replication is allowed.
129
129
  */
130
130
  pgAllowReplication?: pulumi.Input<boolean>;
131
131
  /**