pulumi-aiven 6.13.0a1709702245__py3-none-any.whl → 6.13.0a1710911852__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 +12 -12
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +6 -2
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +6 -2
- pulumi_aiven/aws_vpc_peering_connection.py +6 -2
- pulumi_aiven/azure_privatelink.py +6 -2
- pulumi_aiven/azure_privatelink_connection_approval.py +2 -2
- pulumi_aiven/azure_vpc_peering_connection.py +6 -2
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +6 -2
- pulumi_aiven/cassandra_user.py +6 -2
- pulumi_aiven/clickhouse.py +6 -2
- pulumi_aiven/clickhouse_database.py +6 -2
- pulumi_aiven/clickhouse_grant.py +4 -0
- pulumi_aiven/clickhouse_role.py +6 -2
- pulumi_aiven/clickhouse_user.py +6 -2
- pulumi_aiven/connection_pool.py +6 -2
- pulumi_aiven/flink.py +6 -2
- pulumi_aiven/flink_application.py +6 -2
- pulumi_aiven/flink_application_version.py +2 -2
- pulumi_aiven/gcp_vpc_peering_connection.py +6 -2
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_aws_privatelink.py +4 -0
- pulumi_aiven/get_aws_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_azure_privatelink.py +4 -0
- pulumi_aiven/get_cassanda.py +4 -0
- pulumi_aiven/get_cassandra.py +4 -0
- pulumi_aiven/get_cassandra_user.py +4 -0
- pulumi_aiven/get_clickhouse.py +4 -0
- pulumi_aiven/get_clickhouse_database.py +4 -0
- pulumi_aiven/get_clickhouse_user.py +4 -0
- pulumi_aiven/get_connection_pool.py +4 -0
- pulumi_aiven/get_flink.py +4 -0
- pulumi_aiven/get_flink_application.py +4 -0
- pulumi_aiven/get_flink_application_version.py +4 -0
- pulumi_aiven/get_gcp_vpc_peering_connection.py +4 -0
- pulumi_aiven/get_grafana.py +4 -0
- pulumi_aiven/get_kafka.py +4 -0
- pulumi_aiven/get_kafka_acl.py +4 -0
- pulumi_aiven/get_kafka_connect.py +4 -0
- pulumi_aiven/get_kafka_connector.py +4 -0
- pulumi_aiven/get_kafka_mirror_maker.py +4 -0
- pulumi_aiven/get_kafka_schema.py +4 -0
- pulumi_aiven/get_kafka_schema_configuration.py +4 -0
- pulumi_aiven/get_kafka_topic.py +4 -0
- pulumi_aiven/get_kafka_user.py +4 -0
- pulumi_aiven/get_m3_aggregator.py +4 -0
- pulumi_aiven/get_m3_db.py +4 -0
- pulumi_aiven/get_m3db_user.py +4 -0
- pulumi_aiven/get_mirror_maker_replication_flow.py +4 -0
- pulumi_aiven/get_my_sql.py +4 -0
- pulumi_aiven/get_mysql_database.py +4 -0
- pulumi_aiven/get_mysql_user.py +4 -0
- pulumi_aiven/get_open_search.py +4 -0
- pulumi_aiven/get_open_search_acl_config.py +4 -0
- pulumi_aiven/get_open_search_acl_rule.py +4 -0
- pulumi_aiven/get_opensearch_security_plugin_config.py +4 -0
- pulumi_aiven/get_opensearch_user.py +4 -0
- pulumi_aiven/get_organization.py +4 -0
- pulumi_aiven/get_pg.py +4 -0
- pulumi_aiven/get_pg_database.py +4 -0
- pulumi_aiven/get_pg_user.py +4 -0
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +4 -0
- pulumi_aiven/get_project_vpc.py +4 -0
- pulumi_aiven/get_redis.py +4 -0
- pulumi_aiven/get_redis_user.py +4 -0
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +4 -0
- pulumi_aiven/get_service_integration_endpoint.py +4 -0
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +4 -0
- pulumi_aiven/grafana.py +6 -2
- pulumi_aiven/kafka.py +6 -2
- pulumi_aiven/kafka_acl.py +6 -2
- pulumi_aiven/kafka_connect.py +6 -2
- pulumi_aiven/kafka_connector.py +6 -2
- pulumi_aiven/kafka_mirror_maker.py +6 -2
- pulumi_aiven/kafka_schema.py +6 -2
- pulumi_aiven/kafka_schema_configuration.py +6 -2
- pulumi_aiven/kafka_topic.py +2 -2
- pulumi_aiven/kafka_user.py +6 -2
- pulumi_aiven/m3_aggregator.py +6 -2
- pulumi_aiven/m3_db.py +6 -2
- pulumi_aiven/m3db_user.py +6 -2
- pulumi_aiven/mirror_maker_replication_flow.py +6 -2
- pulumi_aiven/my_sql.py +6 -2
- pulumi_aiven/mysql_database.py +6 -2
- pulumi_aiven/mysql_user.py +6 -2
- pulumi_aiven/open_search.py +6 -2
- pulumi_aiven/open_search_acl_config.py +6 -2
- pulumi_aiven/open_search_acl_rule.py +6 -2
- pulumi_aiven/opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/opensearch_user.py +6 -2
- pulumi_aiven/organization.py +6 -2
- pulumi_aiven/organizational_unit.py +6 -2
- pulumi_aiven/outputs.py +24 -24
- pulumi_aiven/pg.py +2 -2
- pulumi_aiven/pg_database.py +6 -2
- pulumi_aiven/pg_user.py +6 -2
- pulumi_aiven/project.py +2 -2
- pulumi_aiven/project_user.py +6 -2
- pulumi_aiven/project_vpc.py +2 -2
- pulumi_aiven/redis.py +6 -2
- pulumi_aiven/redis_user.py +6 -2
- pulumi_aiven/service_integration.py +6 -2
- pulumi_aiven/transit_gateway_vpc_attachment.py +6 -2
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1710911852.dist-info/RECORD +146 -0
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.13.0a1709702245.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1709702245.dist-info → pulumi_aiven-6.13.0a1710911852.dist-info}/top_level.txt +0 -0
|
@@ -176,6 +176,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
176
176
|
|
|
177
177
|
## Example Usage
|
|
178
178
|
|
|
179
|
+
<!--Start PulumiCodeChooser -->
|
|
179
180
|
```python
|
|
180
181
|
import pulumi
|
|
181
182
|
import pulumi_aiven as aiven
|
|
@@ -184,11 +185,12 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
184
185
|
project=aiven_clickhouse["ch"]["project"],
|
|
185
186
|
service_name=aiven_clickhouse["ch"]["service_name"])
|
|
186
187
|
```
|
|
188
|
+
<!--End PulumiCodeChooser -->
|
|
187
189
|
|
|
188
190
|
## Import
|
|
189
191
|
|
|
190
192
|
```sh
|
|
191
|
-
|
|
193
|
+
$ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
|
|
192
194
|
```
|
|
193
195
|
|
|
194
196
|
:param str resource_name: The name of the resource.
|
|
@@ -211,6 +213,7 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
211
213
|
|
|
212
214
|
## Example Usage
|
|
213
215
|
|
|
216
|
+
<!--Start PulumiCodeChooser -->
|
|
214
217
|
```python
|
|
215
218
|
import pulumi
|
|
216
219
|
import pulumi_aiven as aiven
|
|
@@ -219,11 +222,12 @@ class ClickhouseDatabase(pulumi.CustomResource):
|
|
|
219
222
|
project=aiven_clickhouse["ch"]["project"],
|
|
220
223
|
service_name=aiven_clickhouse["ch"]["service_name"])
|
|
221
224
|
```
|
|
225
|
+
<!--End PulumiCodeChooser -->
|
|
222
226
|
|
|
223
227
|
## Import
|
|
224
228
|
|
|
225
229
|
```sh
|
|
226
|
-
|
|
230
|
+
$ pulumi import aiven:index/clickhouseDatabase:ClickhouseDatabase clickhouse_db project/service_name/name
|
|
227
231
|
```
|
|
228
232
|
|
|
229
233
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/clickhouse_grant.py
CHANGED
|
@@ -241,6 +241,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
241
241
|
|
|
242
242
|
## Example Usage
|
|
243
243
|
|
|
244
|
+
<!--Start PulumiCodeChooser -->
|
|
244
245
|
```python
|
|
245
246
|
import pulumi
|
|
246
247
|
import pulumi_aiven as aiven
|
|
@@ -284,6 +285,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
284
285
|
role=demo_clickhouse_role.role,
|
|
285
286
|
)])
|
|
286
287
|
```
|
|
288
|
+
<!--End PulumiCodeChooser -->
|
|
287
289
|
|
|
288
290
|
:param str resource_name: The name of the resource.
|
|
289
291
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -310,6 +312,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
310
312
|
|
|
311
313
|
## Example Usage
|
|
312
314
|
|
|
315
|
+
<!--Start PulumiCodeChooser -->
|
|
313
316
|
```python
|
|
314
317
|
import pulumi
|
|
315
318
|
import pulumi_aiven as aiven
|
|
@@ -353,6 +356,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
353
356
|
role=demo_clickhouse_role.role,
|
|
354
357
|
)])
|
|
355
358
|
```
|
|
359
|
+
<!--End PulumiCodeChooser -->
|
|
356
360
|
|
|
357
361
|
:param str resource_name: The name of the resource.
|
|
358
362
|
:param ClickhouseGrantArgs args: The arguments to use to populate this resource's properties.
|
pulumi_aiven/clickhouse_role.py
CHANGED
|
@@ -134,6 +134,7 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
134
134
|
|
|
135
135
|
## Example Usage
|
|
136
136
|
|
|
137
|
+
<!--Start PulumiCodeChooser -->
|
|
137
138
|
```python
|
|
138
139
|
import pulumi
|
|
139
140
|
import pulumi_aiven as aiven
|
|
@@ -150,11 +151,12 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
150
151
|
project=bar.project,
|
|
151
152
|
role="writer")
|
|
152
153
|
```
|
|
154
|
+
<!--End PulumiCodeChooser -->
|
|
153
155
|
|
|
154
156
|
## Import
|
|
155
157
|
|
|
156
158
|
```sh
|
|
157
|
-
|
|
159
|
+
$ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo project/service_name/role
|
|
158
160
|
```
|
|
159
161
|
|
|
160
162
|
:param str resource_name: The name of the resource.
|
|
@@ -174,6 +176,7 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
174
176
|
|
|
175
177
|
## Example Usage
|
|
176
178
|
|
|
179
|
+
<!--Start PulumiCodeChooser -->
|
|
177
180
|
```python
|
|
178
181
|
import pulumi
|
|
179
182
|
import pulumi_aiven as aiven
|
|
@@ -190,11 +193,12 @@ class ClickhouseRole(pulumi.CustomResource):
|
|
|
190
193
|
project=bar.project,
|
|
191
194
|
role="writer")
|
|
192
195
|
```
|
|
196
|
+
<!--End PulumiCodeChooser -->
|
|
193
197
|
|
|
194
198
|
## Import
|
|
195
199
|
|
|
196
200
|
```sh
|
|
197
|
-
|
|
201
|
+
$ pulumi import aiven:index/clickhouseRole:ClickhouseRole foo project/service_name/role
|
|
198
202
|
```
|
|
199
203
|
|
|
200
204
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/clickhouse_user.py
CHANGED
|
@@ -182,6 +182,7 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
182
182
|
|
|
183
183
|
## Example Usage
|
|
184
184
|
|
|
185
|
+
<!--Start PulumiCodeChooser -->
|
|
185
186
|
```python
|
|
186
187
|
import pulumi
|
|
187
188
|
import pulumi_aiven as aiven
|
|
@@ -191,11 +192,12 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
191
192
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
192
193
|
username="<USERNAME>")
|
|
193
194
|
```
|
|
195
|
+
<!--End PulumiCodeChooser -->
|
|
194
196
|
|
|
195
197
|
## Import
|
|
196
198
|
|
|
197
199
|
```sh
|
|
198
|
-
|
|
200
|
+
$ pulumi import aiven:index/clickhouseUser:ClickhouseUser ch-user project/service_name/username
|
|
199
201
|
```
|
|
200
202
|
|
|
201
203
|
:param str resource_name: The name of the resource.
|
|
@@ -215,6 +217,7 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
215
217
|
|
|
216
218
|
## Example Usage
|
|
217
219
|
|
|
220
|
+
<!--Start PulumiCodeChooser -->
|
|
218
221
|
```python
|
|
219
222
|
import pulumi
|
|
220
223
|
import pulumi_aiven as aiven
|
|
@@ -224,11 +227,12 @@ class ClickhouseUser(pulumi.CustomResource):
|
|
|
224
227
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
225
228
|
username="<USERNAME>")
|
|
226
229
|
```
|
|
230
|
+
<!--End PulumiCodeChooser -->
|
|
227
231
|
|
|
228
232
|
## Import
|
|
229
233
|
|
|
230
234
|
```sh
|
|
231
|
-
|
|
235
|
+
$ pulumi import aiven:index/clickhouseUser:ClickhouseUser ch-user project/service_name/username
|
|
232
236
|
```
|
|
233
237
|
|
|
234
238
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/connection_pool.py
CHANGED
|
@@ -281,6 +281,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
281
281
|
|
|
282
282
|
## Example Usage
|
|
283
283
|
|
|
284
|
+
<!--Start PulumiCodeChooser -->
|
|
284
285
|
```python
|
|
285
286
|
import pulumi
|
|
286
287
|
import pulumi_aiven as aiven
|
|
@@ -294,11 +295,12 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
294
295
|
pool_size=10,
|
|
295
296
|
username=aiven_pg_user["mypguser"]["username"])
|
|
296
297
|
```
|
|
298
|
+
<!--End PulumiCodeChooser -->
|
|
297
299
|
|
|
298
300
|
## Import
|
|
299
301
|
|
|
300
302
|
```sh
|
|
301
|
-
|
|
303
|
+
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool project/service_name/pool_name
|
|
302
304
|
```
|
|
303
305
|
|
|
304
306
|
:param str resource_name: The name of the resource.
|
|
@@ -322,6 +324,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
322
324
|
|
|
323
325
|
## Example Usage
|
|
324
326
|
|
|
327
|
+
<!--Start PulumiCodeChooser -->
|
|
325
328
|
```python
|
|
326
329
|
import pulumi
|
|
327
330
|
import pulumi_aiven as aiven
|
|
@@ -335,11 +338,12 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
335
338
|
pool_size=10,
|
|
336
339
|
username=aiven_pg_user["mypguser"]["username"])
|
|
337
340
|
```
|
|
341
|
+
<!--End PulumiCodeChooser -->
|
|
338
342
|
|
|
339
343
|
## Import
|
|
340
344
|
|
|
341
345
|
```sh
|
|
342
|
-
|
|
346
|
+
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool project/service_name/pool_name
|
|
343
347
|
```
|
|
344
348
|
|
|
345
349
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/flink.py
CHANGED
|
@@ -769,6 +769,7 @@ class Flink(pulumi.CustomResource):
|
|
|
769
769
|
|
|
770
770
|
## Example Usage
|
|
771
771
|
|
|
772
|
+
<!--Start PulumiCodeChooser -->
|
|
772
773
|
```python
|
|
773
774
|
import pulumi
|
|
774
775
|
import pulumi_aiven as aiven
|
|
@@ -784,11 +785,12 @@ class Flink(pulumi.CustomResource):
|
|
|
784
785
|
flink_version="1.16",
|
|
785
786
|
))
|
|
786
787
|
```
|
|
788
|
+
<!--End PulumiCodeChooser -->
|
|
787
789
|
|
|
788
790
|
## Import
|
|
789
791
|
|
|
790
792
|
```sh
|
|
791
|
-
|
|
793
|
+
$ pulumi import aiven:index/flink:Flink flink project/service_name
|
|
792
794
|
```
|
|
793
795
|
|
|
794
796
|
:param str resource_name: The name of the resource.
|
|
@@ -821,6 +823,7 @@ class Flink(pulumi.CustomResource):
|
|
|
821
823
|
|
|
822
824
|
## Example Usage
|
|
823
825
|
|
|
826
|
+
<!--Start PulumiCodeChooser -->
|
|
824
827
|
```python
|
|
825
828
|
import pulumi
|
|
826
829
|
import pulumi_aiven as aiven
|
|
@@ -836,11 +839,12 @@ class Flink(pulumi.CustomResource):
|
|
|
836
839
|
flink_version="1.16",
|
|
837
840
|
))
|
|
838
841
|
```
|
|
842
|
+
<!--End PulumiCodeChooser -->
|
|
839
843
|
|
|
840
844
|
## Import
|
|
841
845
|
|
|
842
846
|
```sh
|
|
843
|
-
|
|
847
|
+
$ pulumi import aiven:index/flink:Flink flink project/service_name
|
|
844
848
|
```
|
|
845
849
|
|
|
846
850
|
:param str resource_name: The name of the resource.
|
|
@@ -215,6 +215,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
215
215
|
|
|
216
216
|
## Example Usage
|
|
217
217
|
|
|
218
|
+
<!--Start PulumiCodeChooser -->
|
|
218
219
|
```python
|
|
219
220
|
import pulumi
|
|
220
221
|
import pulumi_aiven as aiven
|
|
@@ -223,11 +224,12 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
223
224
|
project=aiven_project["foo"]["project"],
|
|
224
225
|
service_name="flink-service-1")
|
|
225
226
|
```
|
|
227
|
+
<!--End PulumiCodeChooser -->
|
|
226
228
|
|
|
227
229
|
## Import
|
|
228
230
|
|
|
229
231
|
```sh
|
|
230
|
-
|
|
232
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
|
|
231
233
|
```
|
|
232
234
|
|
|
233
235
|
:param str resource_name: The name of the resource.
|
|
@@ -247,6 +249,7 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
247
249
|
|
|
248
250
|
## Example Usage
|
|
249
251
|
|
|
252
|
+
<!--Start PulumiCodeChooser -->
|
|
250
253
|
```python
|
|
251
254
|
import pulumi
|
|
252
255
|
import pulumi_aiven as aiven
|
|
@@ -255,11 +258,12 @@ class FlinkApplication(pulumi.CustomResource):
|
|
|
255
258
|
project=aiven_project["foo"]["project"],
|
|
256
259
|
service_name="flink-service-1")
|
|
257
260
|
```
|
|
261
|
+
<!--End PulumiCodeChooser -->
|
|
258
262
|
|
|
259
263
|
## Import
|
|
260
264
|
|
|
261
265
|
```sh
|
|
262
|
-
|
|
266
|
+
$ pulumi import aiven:index/flinkApplication:FlinkApplication myapp project/service/application_name
|
|
263
267
|
```
|
|
264
268
|
|
|
265
269
|
:param str resource_name: The name of the resource.
|
|
@@ -389,7 +389,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
389
389
|
## Import
|
|
390
390
|
|
|
391
391
|
```sh
|
|
392
|
-
|
|
392
|
+
$ pulumi import aiven:index/flinkApplicationVersion:FlinkApplicationVersion v1 project/service/application_id/application_version_id
|
|
393
393
|
```
|
|
394
394
|
|
|
395
395
|
:param str resource_name: The name of the resource.
|
|
@@ -415,7 +415,7 @@ class FlinkApplicationVersion(pulumi.CustomResource):
|
|
|
415
415
|
## Import
|
|
416
416
|
|
|
417
417
|
```sh
|
|
418
|
-
|
|
418
|
+
$ pulumi import aiven:index/flinkApplicationVersion:FlinkApplicationVersion v1 project/service/application_id/application_version_id
|
|
419
419
|
```
|
|
420
420
|
|
|
421
421
|
:param str resource_name: The name of the resource.
|
|
@@ -182,6 +182,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
182
182
|
|
|
183
183
|
## Example Usage
|
|
184
184
|
|
|
185
|
+
<!--Start PulumiCodeChooser -->
|
|
185
186
|
```python
|
|
186
187
|
import pulumi
|
|
187
188
|
import pulumi_aiven as aiven
|
|
@@ -191,11 +192,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
191
192
|
gcp_project_id="xxxx",
|
|
192
193
|
peer_vpc="xxxx")
|
|
193
194
|
```
|
|
195
|
+
<!--End PulumiCodeChooser -->
|
|
194
196
|
|
|
195
197
|
## Import
|
|
196
198
|
|
|
197
199
|
```sh
|
|
198
|
-
|
|
200
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
|
|
199
201
|
```
|
|
200
202
|
|
|
201
203
|
:param str resource_name: The name of the resource.
|
|
@@ -215,6 +217,7 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
215
217
|
|
|
216
218
|
## Example Usage
|
|
217
219
|
|
|
220
|
+
<!--Start PulumiCodeChooser -->
|
|
218
221
|
```python
|
|
219
222
|
import pulumi
|
|
220
223
|
import pulumi_aiven as aiven
|
|
@@ -224,11 +227,12 @@ class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
|
224
227
|
gcp_project_id="xxxx",
|
|
225
228
|
peer_vpc="xxxx")
|
|
226
229
|
```
|
|
230
|
+
<!--End PulumiCodeChooser -->
|
|
227
231
|
|
|
228
232
|
## Import
|
|
229
233
|
|
|
230
234
|
```sh
|
|
231
|
-
|
|
235
|
+
$ pulumi import aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection foo project_name/vpc_id/gcp_project_id/peer_vpc
|
|
232
236
|
```
|
|
233
237
|
|
|
234
238
|
:param str resource_name: The name of the resource.
|
pulumi_aiven/get_account.py
CHANGED
|
@@ -147,12 +147,14 @@ def get_account(name: Optional[str] = None,
|
|
|
147
147
|
|
|
148
148
|
## Example Usage
|
|
149
149
|
|
|
150
|
+
<!--Start PulumiCodeChooser -->
|
|
150
151
|
```python
|
|
151
152
|
import pulumi
|
|
152
153
|
import pulumi_aiven as aiven
|
|
153
154
|
|
|
154
155
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
155
156
|
```
|
|
157
|
+
<!--End PulumiCodeChooser -->
|
|
156
158
|
|
|
157
159
|
|
|
158
160
|
:param str name: Account name
|
|
@@ -182,12 +184,14 @@ def get_account_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
182
184
|
|
|
183
185
|
## Example Usage
|
|
184
186
|
|
|
187
|
+
<!--Start PulumiCodeChooser -->
|
|
185
188
|
```python
|
|
186
189
|
import pulumi
|
|
187
190
|
import pulumi_aiven as aiven
|
|
188
191
|
|
|
189
192
|
account1 = aiven.get_account(name="<ACCOUNT_NAME>")
|
|
190
193
|
```
|
|
194
|
+
<!--End PulumiCodeChooser -->
|
|
191
195
|
|
|
192
196
|
|
|
193
197
|
:param str name: Account name
|
|
@@ -112,6 +112,7 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
112
112
|
|
|
113
113
|
## Example Usage
|
|
114
114
|
|
|
115
|
+
<!--Start PulumiCodeChooser -->
|
|
115
116
|
```python
|
|
116
117
|
import pulumi
|
|
117
118
|
import pulumi_aiven as aiven
|
|
@@ -119,6 +120,7 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
119
120
|
foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
|
|
120
121
|
service_name=aiven_kafka["bar"]["service_name"])
|
|
121
122
|
```
|
|
123
|
+
<!--End PulumiCodeChooser -->
|
|
122
124
|
|
|
123
125
|
|
|
124
126
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -148,6 +150,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
148
150
|
|
|
149
151
|
## Example Usage
|
|
150
152
|
|
|
153
|
+
<!--Start PulumiCodeChooser -->
|
|
151
154
|
```python
|
|
152
155
|
import pulumi
|
|
153
156
|
import pulumi_aiven as aiven
|
|
@@ -155,6 +158,7 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
155
158
|
foo = aiven.get_aws_privatelink(project=data["aiven_project"]["foo"]["project"],
|
|
156
159
|
service_name=aiven_kafka["bar"]["service_name"])
|
|
157
160
|
```
|
|
161
|
+
<!--End PulumiCodeChooser -->
|
|
158
162
|
|
|
159
163
|
|
|
160
164
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -138,6 +138,7 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
138
138
|
|
|
139
139
|
## Example Usage
|
|
140
140
|
|
|
141
|
+
<!--Start PulumiCodeChooser -->
|
|
141
142
|
```python
|
|
142
143
|
import pulumi
|
|
143
144
|
import pulumi_aiven as aiven
|
|
@@ -146,6 +147,7 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
146
147
|
aws_account_id="XXXXX",
|
|
147
148
|
aws_vpc_id="XXXXX")
|
|
148
149
|
```
|
|
150
|
+
<!--End PulumiCodeChooser -->
|
|
149
151
|
|
|
150
152
|
|
|
151
153
|
:param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -183,6 +185,7 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
183
185
|
|
|
184
186
|
## Example Usage
|
|
185
187
|
|
|
188
|
+
<!--Start PulumiCodeChooser -->
|
|
186
189
|
```python
|
|
187
190
|
import pulumi
|
|
188
191
|
import pulumi_aiven as aiven
|
|
@@ -191,6 +194,7 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
191
194
|
aws_account_id="XXXXX",
|
|
192
195
|
aws_vpc_id="XXXXX")
|
|
193
196
|
```
|
|
197
|
+
<!--End PulumiCodeChooser -->
|
|
194
198
|
|
|
195
199
|
|
|
196
200
|
:param str aws_account_id: AWS account ID. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -136,6 +136,7 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
136
136
|
|
|
137
137
|
## Example Usage
|
|
138
138
|
|
|
139
|
+
<!--Start PulumiCodeChooser -->
|
|
139
140
|
```python
|
|
140
141
|
import pulumi
|
|
141
142
|
import pulumi_aiven as aiven
|
|
@@ -143,6 +144,7 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
143
144
|
foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
|
|
144
145
|
service_name=aiven_kafka["bar"]["service_name"])
|
|
145
146
|
```
|
|
147
|
+
<!--End PulumiCodeChooser -->
|
|
146
148
|
|
|
147
149
|
|
|
148
150
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -174,6 +176,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
174
176
|
|
|
175
177
|
## Example Usage
|
|
176
178
|
|
|
179
|
+
<!--Start PulumiCodeChooser -->
|
|
177
180
|
```python
|
|
178
181
|
import pulumi
|
|
179
182
|
import pulumi_aiven as aiven
|
|
@@ -181,6 +184,7 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
181
184
|
foo = aiven.get_azure_privatelink(project=data["aiven_project"]["foo"]["project"],
|
|
182
185
|
service_name=aiven_kafka["bar"]["service_name"])
|
|
183
186
|
```
|
|
187
|
+
<!--End PulumiCodeChooser -->
|
|
184
188
|
|
|
185
189
|
|
|
186
190
|
:param str project: Identifies the project this resource belongs 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.
|
pulumi_aiven/get_cassanda.py
CHANGED
|
@@ -391,6 +391,7 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
391
391
|
|
|
392
392
|
## Example Usage
|
|
393
393
|
|
|
394
|
+
<!--Start PulumiCodeChooser -->
|
|
394
395
|
```python
|
|
395
396
|
import pulumi
|
|
396
397
|
import pulumi_aiven as aiven
|
|
@@ -398,6 +399,7 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
398
399
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
399
400
|
service_name="<SERVICE_NAME>")
|
|
400
401
|
```
|
|
402
|
+
<!--End PulumiCodeChooser -->
|
|
401
403
|
|
|
402
404
|
|
|
403
405
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -451,6 +453,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
451
453
|
|
|
452
454
|
## Example Usage
|
|
453
455
|
|
|
456
|
+
<!--Start PulumiCodeChooser -->
|
|
454
457
|
```python
|
|
455
458
|
import pulumi
|
|
456
459
|
import pulumi_aiven as aiven
|
|
@@ -458,6 +461,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
458
461
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
459
462
|
service_name="<SERVICE_NAME>")
|
|
460
463
|
```
|
|
464
|
+
<!--End PulumiCodeChooser -->
|
|
461
465
|
|
|
462
466
|
|
|
463
467
|
:param str project: Identifies the project this resource belongs 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.
|
pulumi_aiven/get_cassandra.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,6 +397,7 @@ def get_cassandra(project: Optional[str] = None,
|
|
|
396
397
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
397
398
|
service_name="<SERVICE_NAME>")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -448,6 +450,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,6 +458,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
bar = aiven.get_cassandra(project=data["aiven_project"]["foo"]["project"],
|
|
456
459
|
service_name="<SERVICE_NAME>")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -137,6 +137,7 @@ def get_cassandra_user(project: Optional[str] = None,
|
|
|
137
137
|
|
|
138
138
|
## Example Usage
|
|
139
139
|
|
|
140
|
+
<!--Start PulumiCodeChooser -->
|
|
140
141
|
```python
|
|
141
142
|
import pulumi
|
|
142
143
|
import pulumi_aiven as aiven
|
|
@@ -145,6 +146,7 @@ def get_cassandra_user(project: Optional[str] = None,
|
|
|
145
146
|
service_name="my-service",
|
|
146
147
|
username="user1")
|
|
147
148
|
```
|
|
149
|
+
<!--End PulumiCodeChooser -->
|
|
148
150
|
|
|
149
151
|
|
|
150
152
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -179,6 +181,7 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
179
181
|
|
|
180
182
|
## Example Usage
|
|
181
183
|
|
|
184
|
+
<!--Start PulumiCodeChooser -->
|
|
182
185
|
```python
|
|
183
186
|
import pulumi
|
|
184
187
|
import pulumi_aiven as aiven
|
|
@@ -187,6 +190,7 @@ def get_cassandra_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
187
190
|
service_name="my-service",
|
|
188
191
|
username="user1")
|
|
189
192
|
```
|
|
193
|
+
<!--End PulumiCodeChooser -->
|
|
190
194
|
|
|
191
195
|
|
|
192
196
|
:param str project: Identifies the project this resource belongs 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.
|
pulumi_aiven/get_clickhouse.py
CHANGED
|
@@ -389,6 +389,7 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,6 +397,7 @@ def get_clickhouse(project: Optional[str] = None,
|
|
|
396
397
|
clickhouse = aiven.get_clickhouse(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="<SERVICE_NAME>")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
403
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -448,6 +450,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,6 +458,7 @@ def get_clickhouse_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
clickhouse = aiven.get_clickhouse(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="<SERVICE_NAME>")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
464
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -98,6 +98,7 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
98
98
|
|
|
99
99
|
## Example Usage
|
|
100
100
|
|
|
101
|
+
<!--Start PulumiCodeChooser -->
|
|
101
102
|
```python
|
|
102
103
|
import pulumi
|
|
103
104
|
import pulumi_aiven as aiven
|
|
@@ -106,6 +107,7 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
106
107
|
service_name=aiven_clickhouse["ch"]["service_name"],
|
|
107
108
|
name="my-ch-db")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
:param str name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -137,6 +139,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
137
139
|
|
|
138
140
|
## Example Usage
|
|
139
141
|
|
|
142
|
+
<!--Start PulumiCodeChooser -->
|
|
140
143
|
```python
|
|
141
144
|
import pulumi
|
|
142
145
|
import pulumi_aiven as aiven
|
|
@@ -145,6 +148,7 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
145
148
|
service_name=aiven_clickhouse["ch"]["service_name"],
|
|
146
149
|
name="my-ch-db")
|
|
147
150
|
```
|
|
151
|
+
<!--End PulumiCodeChooser -->
|
|
148
152
|
|
|
149
153
|
|
|
150
154
|
:param str name: The name of the Clickhouse database. This property cannot be changed, doing so forces recreation of the resource.
|
|
@@ -125,6 +125,7 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
125
125
|
|
|
126
126
|
## Example Usage
|
|
127
127
|
|
|
128
|
+
<!--Start PulumiCodeChooser -->
|
|
128
129
|
```python
|
|
129
130
|
import pulumi
|
|
130
131
|
import pulumi_aiven as aiven
|
|
@@ -133,6 +134,7 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
133
134
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
134
135
|
username="<USERNAME>")
|
|
135
136
|
```
|
|
137
|
+
<!--End PulumiCodeChooser -->
|
|
136
138
|
|
|
137
139
|
|
|
138
140
|
:param str project: Identifies the project this resource belongs 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.
|
|
@@ -166,6 +168,7 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
166
168
|
|
|
167
169
|
## Example Usage
|
|
168
170
|
|
|
171
|
+
<!--Start PulumiCodeChooser -->
|
|
169
172
|
```python
|
|
170
173
|
import pulumi
|
|
171
174
|
import pulumi_aiven as aiven
|
|
@@ -174,6 +177,7 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
174
177
|
service_name=aiven_clickhouse["myservice"]["service_name"],
|
|
175
178
|
username="<USERNAME>")
|
|
176
179
|
```
|
|
180
|
+
<!--End PulumiCodeChooser -->
|
|
177
181
|
|
|
178
182
|
|
|
179
183
|
:param str project: Identifies the project this resource belongs 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.
|