pulumi-aiven 6.16.0__py3-none-any.whl → 6.16.0a1715859567__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/_inputs.py +181 -1061
- pulumi_aiven/cassandra.py +1 -48
- pulumi_aiven/clickhouse.py +1 -48
- pulumi_aiven/dragonfly.py +1 -48
- pulumi_aiven/flink.py +2 -2
- pulumi_aiven/flink_application_deployment.py +30 -56
- pulumi_aiven/gcp_privatelink.py +30 -52
- pulumi_aiven/gcp_privatelink_connection_approval.py +30 -54
- pulumi_aiven/get_cassanda.py +1 -14
- pulumi_aiven/get_cassandra.py +1 -14
- pulumi_aiven/get_clickhouse.py +1 -14
- pulumi_aiven/get_dragonfly.py +1 -14
- pulumi_aiven/get_gcp_privatelink.py +2 -45
- pulumi_aiven/get_grafana.py +1 -14
- pulumi_aiven/get_m3_aggregator.py +1 -14
- pulumi_aiven/get_m3_db.py +1 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
- pulumi_aiven/get_my_sql.py +1 -14
- pulumi_aiven/get_redis.py +1 -14
- pulumi_aiven/get_service_integration.py +3 -3
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/grafana.py +1 -48
- pulumi_aiven/influx_db.py +2 -21
- pulumi_aiven/kafka.py +1 -20
- pulumi_aiven/m3_aggregator.py +1 -48
- pulumi_aiven/m3_db.py +1 -48
- pulumi_aiven/mirror_maker_replication_flow.py +7 -7
- pulumi_aiven/my_sql.py +1 -48
- pulumi_aiven/open_search.py +2 -21
- pulumi_aiven/outputs.py +285 -1758
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +1 -48
- pulumi_aiven/service_integration.py +7 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715859567.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715859567.dist-info}/RECORD +39 -39
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715859567.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.16.0.dist-info → pulumi_aiven-6.16.0a1715859567.dist-info}/top_level.txt +0 -0
|
@@ -24,8 +24,10 @@ class FlinkApplicationDeploymentArgs:
|
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a FlinkApplicationDeployment resource.
|
|
26
26
|
:param pulumi.Input[str] application_id: Application ID
|
|
27
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
28
|
-
|
|
27
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
28
|
+
reference. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
30
|
+
reference. Changing this property forces recreation of the resource.
|
|
29
31
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
30
32
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
31
33
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
@@ -58,7 +60,8 @@ class FlinkApplicationDeploymentArgs:
|
|
|
58
60
|
@pulumi.getter
|
|
59
61
|
def project(self) -> pulumi.Input[str]:
|
|
60
62
|
"""
|
|
61
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
63
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
64
|
+
reference. Changing this property forces recreation of the resource.
|
|
62
65
|
"""
|
|
63
66
|
return pulumi.get(self, "project")
|
|
64
67
|
|
|
@@ -70,7 +73,8 @@ class FlinkApplicationDeploymentArgs:
|
|
|
70
73
|
@pulumi.getter(name="serviceName")
|
|
71
74
|
def service_name(self) -> pulumi.Input[str]:
|
|
72
75
|
"""
|
|
73
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
76
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
77
|
+
reference. Changing this property forces recreation of the resource.
|
|
74
78
|
"""
|
|
75
79
|
return pulumi.get(self, "service_name")
|
|
76
80
|
|
|
@@ -145,9 +149,11 @@ class _FlinkApplicationDeploymentState:
|
|
|
145
149
|
:param pulumi.Input[str] created_at: Application deployment creation time
|
|
146
150
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
147
151
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
148
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
152
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
153
|
+
reference. Changing this property forces recreation of the resource.
|
|
149
154
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
150
|
-
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
155
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
156
|
+
reference. Changing this property forces recreation of the resource.
|
|
151
157
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
152
158
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
153
159
|
"""
|
|
@@ -222,7 +228,8 @@ class _FlinkApplicationDeploymentState:
|
|
|
222
228
|
@pulumi.getter
|
|
223
229
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
224
230
|
"""
|
|
225
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
231
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
232
|
+
reference. Changing this property forces recreation of the resource.
|
|
226
233
|
"""
|
|
227
234
|
return pulumi.get(self, "project")
|
|
228
235
|
|
|
@@ -246,7 +253,8 @@ class _FlinkApplicationDeploymentState:
|
|
|
246
253
|
@pulumi.getter(name="serviceName")
|
|
247
254
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
248
255
|
"""
|
|
249
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
256
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
257
|
+
reference. Changing this property forces recreation of the resource.
|
|
250
258
|
"""
|
|
251
259
|
return pulumi.get(self, "service_name")
|
|
252
260
|
|
|
@@ -293,34 +301,16 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
293
301
|
version_id: Optional[pulumi.Input[str]] = None,
|
|
294
302
|
__props__=None):
|
|
295
303
|
"""
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
## Example Usage
|
|
299
|
-
|
|
300
|
-
```python
|
|
301
|
-
import pulumi
|
|
302
|
-
import pulumi_aiven as aiven
|
|
303
|
-
|
|
304
|
-
deployment = aiven.FlinkApplicationDeployment("deployment",
|
|
305
|
-
project=foo["project"],
|
|
306
|
-
service_name=foo_aiven_flink["serviceName"],
|
|
307
|
-
application_id=foo_app["applicationId"],
|
|
308
|
-
version_id=foo_app_version["applicationVersionId"])
|
|
309
|
-
```
|
|
310
|
-
|
|
311
|
-
## Import
|
|
312
|
-
|
|
313
|
-
```sh
|
|
314
|
-
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment foo_deploy PROJECT/SERVICE/APPLICATION_ID/APPLICATION_VERSION_ID/DEPLOYMENT_ID
|
|
315
|
-
```
|
|
316
|
-
|
|
304
|
+
Create a FlinkApplicationDeployment resource with the given unique name, props, and options.
|
|
317
305
|
:param str resource_name: The name of the resource.
|
|
318
306
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
319
307
|
:param pulumi.Input[str] application_id: Application ID
|
|
320
308
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
321
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
309
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
310
|
+
reference. Changing this property forces recreation of the resource.
|
|
322
311
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
323
|
-
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
312
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
313
|
+
reference. Changing this property forces recreation of the resource.
|
|
324
314
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
325
315
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
326
316
|
"""
|
|
@@ -331,27 +321,7 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
331
321
|
args: FlinkApplicationDeploymentArgs,
|
|
332
322
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
333
323
|
"""
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
## Example Usage
|
|
337
|
-
|
|
338
|
-
```python
|
|
339
|
-
import pulumi
|
|
340
|
-
import pulumi_aiven as aiven
|
|
341
|
-
|
|
342
|
-
deployment = aiven.FlinkApplicationDeployment("deployment",
|
|
343
|
-
project=foo["project"],
|
|
344
|
-
service_name=foo_aiven_flink["serviceName"],
|
|
345
|
-
application_id=foo_app["applicationId"],
|
|
346
|
-
version_id=foo_app_version["applicationVersionId"])
|
|
347
|
-
```
|
|
348
|
-
|
|
349
|
-
## Import
|
|
350
|
-
|
|
351
|
-
```sh
|
|
352
|
-
$ pulumi import aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment foo_deploy PROJECT/SERVICE/APPLICATION_ID/APPLICATION_VERSION_ID/DEPLOYMENT_ID
|
|
353
|
-
```
|
|
354
|
-
|
|
324
|
+
Create a FlinkApplicationDeployment resource with the given unique name, props, and options.
|
|
355
325
|
:param str resource_name: The name of the resource.
|
|
356
326
|
:param FlinkApplicationDeploymentArgs args: The arguments to use to populate this resource's properties.
|
|
357
327
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -430,9 +400,11 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
430
400
|
:param pulumi.Input[str] created_at: Application deployment creation time
|
|
431
401
|
:param pulumi.Input[str] created_by: Application deployment creator
|
|
432
402
|
:param pulumi.Input[int] parallelism: Flink Job parallelism
|
|
433
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
403
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
404
|
+
reference. Changing this property forces recreation of the resource.
|
|
434
405
|
:param pulumi.Input[bool] restart_enabled: Specifies whether a Flink Job is restarted in case it fails
|
|
435
|
-
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
406
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
407
|
+
reference. Changing this property forces recreation of the resource.
|
|
436
408
|
:param pulumi.Input[str] starting_savepoint: Job savepoint
|
|
437
409
|
:param pulumi.Input[str] version_id: ApplicationVersion ID
|
|
438
410
|
"""
|
|
@@ -487,7 +459,8 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
487
459
|
@pulumi.getter
|
|
488
460
|
def project(self) -> pulumi.Output[str]:
|
|
489
461
|
"""
|
|
490
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
462
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
463
|
+
reference. Changing this property forces recreation of the resource.
|
|
491
464
|
"""
|
|
492
465
|
return pulumi.get(self, "project")
|
|
493
466
|
|
|
@@ -503,7 +476,8 @@ class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
|
503
476
|
@pulumi.getter(name="serviceName")
|
|
504
477
|
def service_name(self) -> pulumi.Output[str]:
|
|
505
478
|
"""
|
|
506
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
479
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
480
|
+
reference. Changing this property forces recreation of the resource.
|
|
507
481
|
"""
|
|
508
482
|
return pulumi.get(self, "service_name")
|
|
509
483
|
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -18,8 +18,10 @@ class GcpPrivatelinkArgs:
|
|
|
18
18
|
service_name: pulumi.Input[str]):
|
|
19
19
|
"""
|
|
20
20
|
The set of arguments for constructing a GcpPrivatelink resource.
|
|
21
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
|
-
|
|
21
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
22
|
+
reference. Changing this property forces recreation of the resource.
|
|
23
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
24
|
+
reference. Changing this property forces recreation of the resource.
|
|
23
25
|
"""
|
|
24
26
|
pulumi.set(__self__, "project", project)
|
|
25
27
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -28,7 +30,8 @@ class GcpPrivatelinkArgs:
|
|
|
28
30
|
@pulumi.getter
|
|
29
31
|
def project(self) -> pulumi.Input[str]:
|
|
30
32
|
"""
|
|
31
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
33
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
34
|
+
reference. Changing this property forces recreation of the resource.
|
|
32
35
|
"""
|
|
33
36
|
return pulumi.get(self, "project")
|
|
34
37
|
|
|
@@ -40,7 +43,8 @@ class GcpPrivatelinkArgs:
|
|
|
40
43
|
@pulumi.getter(name="serviceName")
|
|
41
44
|
def service_name(self) -> pulumi.Input[str]:
|
|
42
45
|
"""
|
|
43
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
46
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
47
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
48
|
"""
|
|
45
49
|
return pulumi.get(self, "service_name")
|
|
46
50
|
|
|
@@ -61,8 +65,10 @@ class _GcpPrivatelinkState:
|
|
|
61
65
|
Input properties used for looking up and filtering GcpPrivatelink resources.
|
|
62
66
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
63
67
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
64
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
65
|
-
|
|
68
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
69
|
+
reference. Changing this property forces recreation of the resource.
|
|
70
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
71
|
+
reference. Changing this property forces recreation of the resource.
|
|
66
72
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
67
73
|
"""
|
|
68
74
|
if google_service_attachment is not None:
|
|
@@ -104,7 +110,8 @@ class _GcpPrivatelinkState:
|
|
|
104
110
|
@pulumi.getter
|
|
105
111
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
106
112
|
"""
|
|
107
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
113
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
114
|
+
reference. Changing this property forces recreation of the resource.
|
|
108
115
|
"""
|
|
109
116
|
return pulumi.get(self, "project")
|
|
110
117
|
|
|
@@ -116,7 +123,8 @@ class _GcpPrivatelinkState:
|
|
|
116
123
|
@pulumi.getter(name="serviceName")
|
|
117
124
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
118
125
|
"""
|
|
119
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
127
|
+
reference. Changing this property forces recreation of the resource.
|
|
120
128
|
"""
|
|
121
129
|
return pulumi.get(self, "service_name")
|
|
122
130
|
|
|
@@ -146,29 +154,13 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
146
154
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
147
155
|
__props__=None):
|
|
148
156
|
"""
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## Example Usage
|
|
152
|
-
|
|
153
|
-
```python
|
|
154
|
-
import pulumi
|
|
155
|
-
import pulumi_aiven as aiven
|
|
156
|
-
|
|
157
|
-
main = aiven.GcpPrivatelink("main",
|
|
158
|
-
project=example_project["project"],
|
|
159
|
-
service_name=example_kafka["serviceName"])
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
## Import
|
|
163
|
-
|
|
164
|
-
```sh
|
|
165
|
-
$ pulumi import aiven:index/gcpPrivatelink:GcpPrivatelink main PROJECT/SERVICE_NAME
|
|
166
|
-
```
|
|
167
|
-
|
|
157
|
+
Create a GcpPrivatelink resource with the given unique name, props, and options.
|
|
168
158
|
:param str resource_name: The name of the resource.
|
|
169
159
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
170
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
171
|
-
|
|
160
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
161
|
+
reference. Changing this property forces recreation of the resource.
|
|
162
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
163
|
+
reference. Changing this property forces recreation of the resource.
|
|
172
164
|
"""
|
|
173
165
|
...
|
|
174
166
|
@overload
|
|
@@ -177,25 +169,7 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
177
169
|
args: GcpPrivatelinkArgs,
|
|
178
170
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
179
171
|
"""
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## Example Usage
|
|
183
|
-
|
|
184
|
-
```python
|
|
185
|
-
import pulumi
|
|
186
|
-
import pulumi_aiven as aiven
|
|
187
|
-
|
|
188
|
-
main = aiven.GcpPrivatelink("main",
|
|
189
|
-
project=example_project["project"],
|
|
190
|
-
service_name=example_kafka["serviceName"])
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
## Import
|
|
194
|
-
|
|
195
|
-
```sh
|
|
196
|
-
$ pulumi import aiven:index/gcpPrivatelink:GcpPrivatelink main PROJECT/SERVICE_NAME
|
|
197
|
-
```
|
|
198
|
-
|
|
172
|
+
Create a GcpPrivatelink resource with the given unique name, props, and options.
|
|
199
173
|
:param str resource_name: The name of the resource.
|
|
200
174
|
:param GcpPrivatelinkArgs args: The arguments to use to populate this resource's properties.
|
|
201
175
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -255,8 +229,10 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
255
229
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
256
230
|
:param pulumi.Input[str] google_service_attachment: Google Private Service Connect service attachment.
|
|
257
231
|
:param pulumi.Input[str] message: Printable result of the Google Cloud Private Service Connect request.
|
|
258
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
259
|
-
|
|
232
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
233
|
+
reference. Changing this property forces recreation of the resource.
|
|
234
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
235
|
+
reference. Changing this property forces recreation of the resource.
|
|
260
236
|
:param pulumi.Input[str] state: The state of the Private Service Connect resource.
|
|
261
237
|
"""
|
|
262
238
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -290,7 +266,8 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
290
266
|
@pulumi.getter
|
|
291
267
|
def project(self) -> pulumi.Output[str]:
|
|
292
268
|
"""
|
|
293
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
269
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
|
+
reference. Changing this property forces recreation of the resource.
|
|
294
271
|
"""
|
|
295
272
|
return pulumi.get(self, "project")
|
|
296
273
|
|
|
@@ -298,7 +275,8 @@ class GcpPrivatelink(pulumi.CustomResource):
|
|
|
298
275
|
@pulumi.getter(name="serviceName")
|
|
299
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
300
277
|
"""
|
|
301
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
278
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
279
|
+
reference. Changing this property forces recreation of the resource.
|
|
302
280
|
"""
|
|
303
281
|
return pulumi.get(self, "service_name")
|
|
304
282
|
|
|
@@ -19,8 +19,10 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
19
19
|
user_ip_address: pulumi.Input[str]):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a GcpPrivatelinkConnectionApproval resource.
|
|
22
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
23
|
-
|
|
22
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
23
|
+
reference. Changing this property forces recreation of the resource.
|
|
24
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
25
|
+
reference. Changing this property forces recreation of the resource.
|
|
24
26
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
25
27
|
"""
|
|
26
28
|
pulumi.set(__self__, "project", project)
|
|
@@ -31,7 +33,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
31
33
|
@pulumi.getter
|
|
32
34
|
def project(self) -> pulumi.Input[str]:
|
|
33
35
|
"""
|
|
34
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
36
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
37
|
+
reference. Changing this property forces recreation of the resource.
|
|
35
38
|
"""
|
|
36
39
|
return pulumi.get(self, "project")
|
|
37
40
|
|
|
@@ -43,7 +46,8 @@ class GcpPrivatelinkConnectionApprovalArgs:
|
|
|
43
46
|
@pulumi.getter(name="serviceName")
|
|
44
47
|
def service_name(self) -> pulumi.Input[str]:
|
|
45
48
|
"""
|
|
46
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
49
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
50
|
+
reference. Changing this property forces recreation of the resource.
|
|
47
51
|
"""
|
|
48
52
|
return pulumi.get(self, "service_name")
|
|
49
53
|
|
|
@@ -76,9 +80,11 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
76
80
|
"""
|
|
77
81
|
Input properties used for looking up and filtering GcpPrivatelinkConnectionApproval resources.
|
|
78
82
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
79
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
83
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
84
|
+
reference. Changing this property forces recreation of the resource.
|
|
80
85
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
81
|
-
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
86
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
87
|
+
reference. Changing this property forces recreation of the resource.
|
|
82
88
|
:param pulumi.Input[str] state: The state of the connection.
|
|
83
89
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
84
90
|
"""
|
|
@@ -111,7 +117,8 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
111
117
|
@pulumi.getter
|
|
112
118
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
113
119
|
"""
|
|
114
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
120
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
121
|
+
reference. Changing this property forces recreation of the resource.
|
|
115
122
|
"""
|
|
116
123
|
return pulumi.get(self, "project")
|
|
117
124
|
|
|
@@ -135,7 +142,8 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
135
142
|
@pulumi.getter(name="serviceName")
|
|
136
143
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
137
144
|
"""
|
|
138
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
145
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
146
|
+
reference. Changing this property forces recreation of the resource.
|
|
139
147
|
"""
|
|
140
148
|
return pulumi.get(self, "service_name")
|
|
141
149
|
|
|
@@ -178,30 +186,13 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
178
186
|
user_ip_address: Optional[pulumi.Input[str]] = None,
|
|
179
187
|
__props__=None):
|
|
180
188
|
"""
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## Example Usage
|
|
184
|
-
|
|
185
|
-
```python
|
|
186
|
-
import pulumi
|
|
187
|
-
import pulumi_aiven as aiven
|
|
188
|
-
|
|
189
|
-
approve = aiven.GcpPrivatelinkConnectionApproval("approve",
|
|
190
|
-
project=example_project["project"],
|
|
191
|
-
service_name=example_kafka["serviceName"],
|
|
192
|
-
user_ip_address="10.0.0.100")
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
## Import
|
|
196
|
-
|
|
197
|
-
```sh
|
|
198
|
-
$ pulumi import aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval main PROJECT/SERVICE_NAME
|
|
199
|
-
```
|
|
200
|
-
|
|
189
|
+
Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
|
|
201
190
|
:param str resource_name: The name of the resource.
|
|
202
191
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
203
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
204
|
-
|
|
192
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
193
|
+
reference. Changing this property forces recreation of the resource.
|
|
194
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
195
|
+
reference. Changing this property forces recreation of the resource.
|
|
205
196
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
206
197
|
"""
|
|
207
198
|
...
|
|
@@ -211,26 +202,7 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
211
202
|
args: GcpPrivatelinkConnectionApprovalArgs,
|
|
212
203
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
213
204
|
"""
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
## Example Usage
|
|
217
|
-
|
|
218
|
-
```python
|
|
219
|
-
import pulumi
|
|
220
|
-
import pulumi_aiven as aiven
|
|
221
|
-
|
|
222
|
-
approve = aiven.GcpPrivatelinkConnectionApproval("approve",
|
|
223
|
-
project=example_project["project"],
|
|
224
|
-
service_name=example_kafka["serviceName"],
|
|
225
|
-
user_ip_address="10.0.0.100")
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
## Import
|
|
229
|
-
|
|
230
|
-
```sh
|
|
231
|
-
$ pulumi import aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval main PROJECT/SERVICE_NAME
|
|
232
|
-
```
|
|
233
|
-
|
|
205
|
+
Create a GcpPrivatelinkConnectionApproval resource with the given unique name, props, and options.
|
|
234
206
|
:param str resource_name: The name of the resource.
|
|
235
207
|
:param GcpPrivatelinkConnectionApprovalArgs args: The arguments to use to populate this resource's properties.
|
|
236
208
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -294,9 +266,11 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
294
266
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
295
267
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
296
268
|
:param pulumi.Input[str] privatelink_connection_id: Aiven internal ID for the private link connection.
|
|
297
|
-
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
269
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
270
|
+
reference. Changing this property forces recreation of the resource.
|
|
298
271
|
:param pulumi.Input[str] psc_connection_id: The Google Private Service Connect connection ID.
|
|
299
|
-
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
272
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
273
|
+
reference. Changing this property forces recreation of the resource.
|
|
300
274
|
:param pulumi.Input[str] state: The state of the connection.
|
|
301
275
|
:param pulumi.Input[str] user_ip_address: The Private Service Connect connection user IP address.
|
|
302
276
|
"""
|
|
@@ -324,7 +298,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
324
298
|
@pulumi.getter
|
|
325
299
|
def project(self) -> pulumi.Output[str]:
|
|
326
300
|
"""
|
|
327
|
-
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
301
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
302
|
+
reference. Changing this property forces recreation of the resource.
|
|
328
303
|
"""
|
|
329
304
|
return pulumi.get(self, "project")
|
|
330
305
|
|
|
@@ -340,7 +315,8 @@ class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
|
340
315
|
@pulumi.getter(name="serviceName")
|
|
341
316
|
def service_name(self) -> pulumi.Output[str]:
|
|
342
317
|
"""
|
|
343
|
-
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
318
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
319
|
+
reference. Changing this property forces recreation of the resource.
|
|
344
320
|
"""
|
|
345
321
|
return pulumi.get(self, "service_name")
|
|
346
322
|
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -24,16 +24,13 @@ class GetCassandaResult:
|
|
|
24
24
|
"""
|
|
25
25
|
A collection of values returned by getCassanda.
|
|
26
26
|
"""
|
|
27
|
-
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None,
|
|
27
|
+
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
28
28
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
29
29
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
30
30
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
31
31
|
if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
|
|
32
32
|
raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
|
|
33
33
|
pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
|
|
34
|
-
if cassandras and not isinstance(cassandras, list):
|
|
35
|
-
raise TypeError("Expected argument 'cassandras' to be a list")
|
|
36
|
-
pulumi.set(__self__, "cassandras", cassandras)
|
|
37
34
|
if cloud_name and not isinstance(cloud_name, str):
|
|
38
35
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
39
36
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -129,14 +126,6 @@ class GetCassandaResult:
|
|
|
129
126
|
"""
|
|
130
127
|
return pulumi.get(self, "cassandra_user_configs")
|
|
131
128
|
|
|
132
|
-
@property
|
|
133
|
-
@pulumi.getter
|
|
134
|
-
def cassandras(self) -> Sequence['outputs.GetCassandaCassandraResult']:
|
|
135
|
-
"""
|
|
136
|
-
Cassandra server provided values
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "cassandras")
|
|
139
|
-
|
|
140
129
|
@property
|
|
141
130
|
@pulumi.getter(name="cloudName")
|
|
142
131
|
def cloud_name(self) -> str:
|
|
@@ -354,7 +343,6 @@ class AwaitableGetCassandaResult(GetCassandaResult):
|
|
|
354
343
|
return GetCassandaResult(
|
|
355
344
|
additional_disk_space=self.additional_disk_space,
|
|
356
345
|
cassandra_user_configs=self.cassandra_user_configs,
|
|
357
|
-
cassandras=self.cassandras,
|
|
358
346
|
cloud_name=self.cloud_name,
|
|
359
347
|
components=self.components,
|
|
360
348
|
disk_space=self.disk_space,
|
|
@@ -413,7 +401,6 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
413
401
|
return AwaitableGetCassandaResult(
|
|
414
402
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
415
403
|
cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
|
|
416
|
-
cassandras=pulumi.get(__ret__, 'cassandras'),
|
|
417
404
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
418
405
|
components=pulumi.get(__ret__, 'components'),
|
|
419
406
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -22,16 +22,13 @@ class GetCassandraResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getCassandra.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
29
29
|
if cassandra_user_configs and not isinstance(cassandra_user_configs, list):
|
|
30
30
|
raise TypeError("Expected argument 'cassandra_user_configs' to be a list")
|
|
31
31
|
pulumi.set(__self__, "cassandra_user_configs", cassandra_user_configs)
|
|
32
|
-
if cassandras and not isinstance(cassandras, list):
|
|
33
|
-
raise TypeError("Expected argument 'cassandras' to be a list")
|
|
34
|
-
pulumi.set(__self__, "cassandras", cassandras)
|
|
35
32
|
if cloud_name and not isinstance(cloud_name, str):
|
|
36
33
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
37
34
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -127,14 +124,6 @@ class GetCassandraResult:
|
|
|
127
124
|
"""
|
|
128
125
|
return pulumi.get(self, "cassandra_user_configs")
|
|
129
126
|
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter
|
|
132
|
-
def cassandras(self) -> Sequence['outputs.GetCassandraCassandraResult']:
|
|
133
|
-
"""
|
|
134
|
-
Cassandra server provided values
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "cassandras")
|
|
137
|
-
|
|
138
127
|
@property
|
|
139
128
|
@pulumi.getter(name="cloudName")
|
|
140
129
|
def cloud_name(self) -> str:
|
|
@@ -352,7 +341,6 @@ class AwaitableGetCassandraResult(GetCassandraResult):
|
|
|
352
341
|
return GetCassandraResult(
|
|
353
342
|
additional_disk_space=self.additional_disk_space,
|
|
354
343
|
cassandra_user_configs=self.cassandra_user_configs,
|
|
355
|
-
cassandras=self.cassandras,
|
|
356
344
|
cloud_name=self.cloud_name,
|
|
357
345
|
components=self.components,
|
|
358
346
|
disk_space=self.disk_space,
|
|
@@ -410,7 +398,6 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
410
398
|
return AwaitableGetCassandraResult(
|
|
411
399
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
412
400
|
cassandra_user_configs=pulumi.get(__ret__, 'cassandra_user_configs'),
|
|
413
|
-
cassandras=pulumi.get(__ret__, 'cassandras'),
|
|
414
401
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
415
402
|
components=pulumi.get(__ret__, 'components'),
|
|
416
403
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -22,16 +22,13 @@ class GetClickhouseResult:
|
|
|
22
22
|
"""
|
|
23
23
|
A collection of values returned by getClickhouse.
|
|
24
24
|
"""
|
|
25
|
-
def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None,
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, clickhouse_user_configs=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
26
|
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
27
|
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
28
|
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
29
29
|
if clickhouse_user_configs and not isinstance(clickhouse_user_configs, list):
|
|
30
30
|
raise TypeError("Expected argument 'clickhouse_user_configs' to be a list")
|
|
31
31
|
pulumi.set(__self__, "clickhouse_user_configs", clickhouse_user_configs)
|
|
32
|
-
if clickhouses and not isinstance(clickhouses, list):
|
|
33
|
-
raise TypeError("Expected argument 'clickhouses' to be a list")
|
|
34
|
-
pulumi.set(__self__, "clickhouses", clickhouses)
|
|
35
32
|
if cloud_name and not isinstance(cloud_name, str):
|
|
36
33
|
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
37
34
|
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
@@ -127,14 +124,6 @@ class GetClickhouseResult:
|
|
|
127
124
|
"""
|
|
128
125
|
return pulumi.get(self, "clickhouse_user_configs")
|
|
129
126
|
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter
|
|
132
|
-
def clickhouses(self) -> Sequence['outputs.GetClickhouseClickhouseResult']:
|
|
133
|
-
"""
|
|
134
|
-
Clickhouse server provided values
|
|
135
|
-
"""
|
|
136
|
-
return pulumi.get(self, "clickhouses")
|
|
137
|
-
|
|
138
127
|
@property
|
|
139
128
|
@pulumi.getter(name="cloudName")
|
|
140
129
|
def cloud_name(self) -> str:
|
|
@@ -352,7 +341,6 @@ class AwaitableGetClickhouseResult(GetClickhouseResult):
|
|
|
352
341
|
return GetClickhouseResult(
|
|
353
342
|
additional_disk_space=self.additional_disk_space,
|
|
354
343
|
clickhouse_user_configs=self.clickhouse_user_configs,
|
|
355
|
-
clickhouses=self.clickhouses,
|
|
356
344
|
cloud_name=self.cloud_name,
|
|
357
345
|
components=self.components,
|
|
358
346
|
disk_space=self.disk_space,
|
|
@@ -410,7 +398,6 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
410
398
|
return AwaitableGetClickhouseResult(
|
|
411
399
|
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
412
400
|
clickhouse_user_configs=pulumi.get(__ret__, 'clickhouse_user_configs'),
|
|
413
|
-
clickhouses=pulumi.get(__ret__, 'clickhouses'),
|
|
414
401
|
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
415
402
|
components=pulumi.get(__ret__, 'components'),
|
|
416
403
|
disk_space=pulumi.get(__ret__, 'disk_space'),
|