pulumi-aiven 6.13.0a1711361534__py3-none-any.whl → 6.14.0__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 +200 -262
- pulumi_aiven/account.py +2 -6
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team.py +6 -6
- pulumi_aiven/account_team_member.py +6 -10
- pulumi_aiven/account_team_project.py +12 -12
- pulumi_aiven/aws_privatelink.py +18 -22
- pulumi_aiven/aws_vpc_peering_connection.py +8 -12
- pulumi_aiven/azure_privatelink.py +18 -22
- pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
- pulumi_aiven/azure_vpc_peering_connection.py +6 -10
- pulumi_aiven/billing_group.py +18 -18
- pulumi_aiven/cassandra.py +25 -57
- pulumi_aiven/cassandra_user.py +18 -22
- pulumi_aiven/clickhouse.py +25 -57
- pulumi_aiven/clickhouse_database.py +24 -26
- pulumi_aiven/clickhouse_grant.py +35 -37
- pulumi_aiven/clickhouse_role.py +16 -20
- pulumi_aiven/clickhouse_user.py +18 -22
- pulumi_aiven/connection_pool.py +24 -28
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +32 -36
- pulumi_aiven/flink_application.py +22 -24
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +96 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
- pulumi_aiven/get_account.py +0 -4
- pulumi_aiven/get_aws_privatelink.py +10 -14
- pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
- pulumi_aiven/get_azure_privatelink.py +10 -14
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +7 -24
- pulumi_aiven/get_cassandra.py +7 -24
- pulumi_aiven/get_cassandra_user.py +10 -14
- pulumi_aiven/get_clickhouse.py +7 -24
- pulumi_aiven/get_clickhouse_database.py +10 -14
- pulumi_aiven/get_clickhouse_user.py +10 -14
- pulumi_aiven/get_connection_pool.py +10 -14
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +6 -10
- pulumi_aiven/get_flink_application.py +8 -12
- pulumi_aiven/get_flink_application_version.py +8 -12
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
- pulumi_aiven/get_grafana.py +7 -24
- pulumi_aiven/get_kafka.py +13 -17
- pulumi_aiven/get_kafka_acl.py +10 -14
- pulumi_aiven/get_kafka_connect.py +7 -24
- pulumi_aiven/get_kafka_connector.py +10 -14
- pulumi_aiven/get_kafka_mirror_maker.py +7 -24
- pulumi_aiven/get_kafka_schema.py +10 -14
- pulumi_aiven/get_kafka_schema_configuration.py +10 -14
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -20
- pulumi_aiven/get_kafka_user.py +10 -14
- pulumi_aiven/get_m3_aggregator.py +7 -24
- pulumi_aiven/get_m3_db.py +7 -24
- pulumi_aiven/get_m3db_user.py +10 -14
- pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
- pulumi_aiven/get_my_sql.py +7 -24
- pulumi_aiven/get_mysql_database.py +10 -14
- pulumi_aiven/get_mysql_user.py +10 -14
- pulumi_aiven/get_open_search.py +6 -10
- pulumi_aiven/get_open_search_acl_config.py +10 -14
- pulumi_aiven/get_open_search_acl_rule.py +10 -14
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
- pulumi_aiven/get_opensearch_user.py +10 -14
- pulumi_aiven/get_organization.py +0 -4
- pulumi_aiven/get_organization_user_group.py +2 -6
- pulumi_aiven/get_pg.py +6 -10
- pulumi_aiven/get_pg_database.py +10 -14
- pulumi_aiven/get_pg_user.py +10 -14
- pulumi_aiven/get_project.py +17 -21
- pulumi_aiven/get_project_user.py +9 -13
- pulumi_aiven/get_project_vpc.py +2 -6
- pulumi_aiven/get_redis.py +7 -24
- pulumi_aiven/get_redis_user.py +10 -14
- pulumi_aiven/get_service_component.py +4 -8
- pulumi_aiven/get_service_integration.py +19 -33
- pulumi_aiven/get_service_integration_endpoint.py +2 -6
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
- pulumi_aiven/grafana.py +82 -267
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +50 -54
- pulumi_aiven/kafka_acl.py +20 -24
- pulumi_aiven/kafka_connect.py +80 -267
- pulumi_aiven/kafka_connector.py +26 -30
- pulumi_aiven/kafka_mirror_maker.py +80 -267
- pulumi_aiven/kafka_schema.py +18 -22
- pulumi_aiven/kafka_schema_configuration.py +20 -24
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +84 -46
- pulumi_aiven/kafka_user.py +18 -22
- pulumi_aiven/m3_aggregator.py +80 -267
- pulumi_aiven/m3_db.py +80 -267
- pulumi_aiven/m3db_user.py +16 -20
- pulumi_aiven/mirror_maker_replication_flow.py +22 -26
- pulumi_aiven/my_sql.py +80 -267
- pulumi_aiven/mysql_database.py +20 -24
- pulumi_aiven/mysql_user.py +18 -22
- pulumi_aiven/open_search.py +27 -31
- pulumi_aiven/open_search_acl_config.py +28 -36
- pulumi_aiven/open_search_acl_rule.py +36 -40
- pulumi_aiven/opensearch_security_plugin_config.py +28 -32
- pulumi_aiven/opensearch_user.py +18 -22
- pulumi_aiven/organization.py +2 -6
- pulumi_aiven/organization_group_project.py +46 -0
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/organization_user_group.py +4 -6
- pulumi_aiven/organization_user_group_member.py +8 -10
- pulumi_aiven/organizational_unit.py +6 -6
- pulumi_aiven/outputs.py +271 -390
- pulumi_aiven/pg.py +30 -30
- pulumi_aiven/pg_database.py +20 -24
- pulumi_aiven/pg_user.py +18 -22
- pulumi_aiven/project.py +75 -79
- pulumi_aiven/project_user.py +24 -28
- pulumi_aiven/project_vpc.py +31 -7
- pulumi_aiven/redis.py +80 -267
- pulumi_aiven/redis_user.py +18 -22
- pulumi_aiven/service_integration.py +54 -58
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/connection_pool.py
CHANGED
|
@@ -25,8 +25,8 @@ class ConnectionPoolArgs:
|
|
|
25
25
|
The set of arguments for constructing a ConnectionPool resource.
|
|
26
26
|
:param pulumi.Input[str] database_name: The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
27
27
|
:param pulumi.Input[str] pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
28
|
-
:param pulumi.Input[str] project:
|
|
29
|
-
:param pulumi.Input[str] service_name:
|
|
28
|
+
: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 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 reference. Changing this property forces recreation of the resource.
|
|
30
30
|
:param pulumi.Input[str] pool_mode: The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
31
31
|
:param pulumi.Input[int] pool_size: The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
32
32
|
:param pulumi.Input[str] username: The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
@@ -70,7 +70,7 @@ class ConnectionPoolArgs:
|
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def project(self) -> pulumi.Input[str]:
|
|
72
72
|
"""
|
|
73
|
-
|
|
73
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "project")
|
|
76
76
|
|
|
@@ -82,7 +82,7 @@ class ConnectionPoolArgs:
|
|
|
82
82
|
@pulumi.getter(name="serviceName")
|
|
83
83
|
def service_name(self) -> pulumi.Input[str]:
|
|
84
84
|
"""
|
|
85
|
-
|
|
85
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "service_name")
|
|
88
88
|
|
|
@@ -145,8 +145,8 @@ class _ConnectionPoolState:
|
|
|
145
145
|
:param pulumi.Input[str] pool_mode: The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
146
146
|
:param pulumi.Input[str] pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
147
147
|
:param pulumi.Input[int] pool_size: The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
148
|
-
:param pulumi.Input[str] project:
|
|
149
|
-
:param pulumi.Input[str] service_name:
|
|
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 reference. Changing this property forces recreation of the resource.
|
|
149
|
+
: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 reference. Changing this property forces recreation of the resource.
|
|
150
150
|
:param pulumi.Input[str] username: The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
151
151
|
"""
|
|
152
152
|
if connection_uri is not None:
|
|
@@ -230,7 +230,7 @@ class _ConnectionPoolState:
|
|
|
230
230
|
@pulumi.getter
|
|
231
231
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
232
232
|
"""
|
|
233
|
-
|
|
233
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
234
234
|
"""
|
|
235
235
|
return pulumi.get(self, "project")
|
|
236
236
|
|
|
@@ -242,7 +242,7 @@ class _ConnectionPoolState:
|
|
|
242
242
|
@pulumi.getter(name="serviceName")
|
|
243
243
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
244
244
|
"""
|
|
245
|
-
|
|
245
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
246
246
|
"""
|
|
247
247
|
return pulumi.get(self, "service_name")
|
|
248
248
|
|
|
@@ -281,26 +281,24 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
281
281
|
|
|
282
282
|
## Example Usage
|
|
283
283
|
|
|
284
|
-
<!--Start PulumiCodeChooser -->
|
|
285
284
|
```python
|
|
286
285
|
import pulumi
|
|
287
286
|
import pulumi_aiven as aiven
|
|
288
287
|
|
|
289
288
|
mytestpool = aiven.ConnectionPool("mytestpool",
|
|
290
|
-
project=
|
|
291
|
-
service_name=
|
|
292
|
-
database_name=
|
|
289
|
+
project=myproject["project"],
|
|
290
|
+
service_name=mypg["serviceName"],
|
|
291
|
+
database_name=mypgdatabase["databaseName"],
|
|
293
292
|
pool_mode="transaction",
|
|
294
293
|
pool_name="mypool",
|
|
295
294
|
pool_size=10,
|
|
296
|
-
username=
|
|
295
|
+
username=mypguser["username"])
|
|
297
296
|
```
|
|
298
|
-
<!--End PulumiCodeChooser -->
|
|
299
297
|
|
|
300
298
|
## Import
|
|
301
299
|
|
|
302
300
|
```sh
|
|
303
|
-
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool
|
|
301
|
+
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool PROJECT/SERVICE_NAME/POOL_NAME
|
|
304
302
|
```
|
|
305
303
|
|
|
306
304
|
:param str resource_name: The name of the resource.
|
|
@@ -309,8 +307,8 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
309
307
|
:param pulumi.Input[str] pool_mode: The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
310
308
|
:param pulumi.Input[str] pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
311
309
|
:param pulumi.Input[int] pool_size: The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
312
|
-
:param pulumi.Input[str] project:
|
|
313
|
-
:param pulumi.Input[str] service_name:
|
|
310
|
+
: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 reference. Changing this property forces recreation of the resource.
|
|
311
|
+
: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 reference. Changing this property forces recreation of the resource.
|
|
314
312
|
:param pulumi.Input[str] username: The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
315
313
|
"""
|
|
316
314
|
...
|
|
@@ -324,26 +322,24 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
324
322
|
|
|
325
323
|
## Example Usage
|
|
326
324
|
|
|
327
|
-
<!--Start PulumiCodeChooser -->
|
|
328
325
|
```python
|
|
329
326
|
import pulumi
|
|
330
327
|
import pulumi_aiven as aiven
|
|
331
328
|
|
|
332
329
|
mytestpool = aiven.ConnectionPool("mytestpool",
|
|
333
|
-
project=
|
|
334
|
-
service_name=
|
|
335
|
-
database_name=
|
|
330
|
+
project=myproject["project"],
|
|
331
|
+
service_name=mypg["serviceName"],
|
|
332
|
+
database_name=mypgdatabase["databaseName"],
|
|
336
333
|
pool_mode="transaction",
|
|
337
334
|
pool_name="mypool",
|
|
338
335
|
pool_size=10,
|
|
339
|
-
username=
|
|
336
|
+
username=mypguser["username"])
|
|
340
337
|
```
|
|
341
|
-
<!--End PulumiCodeChooser -->
|
|
342
338
|
|
|
343
339
|
## Import
|
|
344
340
|
|
|
345
341
|
```sh
|
|
346
|
-
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool
|
|
342
|
+
$ pulumi import aiven:index/connectionPool:ConnectionPool mytestpool PROJECT/SERVICE_NAME/POOL_NAME
|
|
347
343
|
```
|
|
348
344
|
|
|
349
345
|
:param str resource_name: The name of the resource.
|
|
@@ -425,8 +421,8 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
425
421
|
:param pulumi.Input[str] pool_mode: The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
|
|
426
422
|
:param pulumi.Input[str] pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
427
423
|
:param pulumi.Input[int] pool_size: The number of connections the pool may create towards the backend server. This does not affect the number of incoming connections, which is always a much larger number. The default value is `10`.
|
|
428
|
-
:param pulumi.Input[str] project:
|
|
429
|
-
:param pulumi.Input[str] service_name:
|
|
424
|
+
: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 reference. Changing this property forces recreation of the resource.
|
|
425
|
+
: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 reference. Changing this property forces recreation of the resource.
|
|
430
426
|
:param pulumi.Input[str] username: The name of the service user used to connect to the database. To set up proper dependencies please refer to this variable as a reference.
|
|
431
427
|
"""
|
|
432
428
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -487,7 +483,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
487
483
|
@pulumi.getter
|
|
488
484
|
def project(self) -> pulumi.Output[str]:
|
|
489
485
|
"""
|
|
490
|
-
|
|
486
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
491
487
|
"""
|
|
492
488
|
return pulumi.get(self, "project")
|
|
493
489
|
|
|
@@ -495,7 +491,7 @@ class ConnectionPool(pulumi.CustomResource):
|
|
|
495
491
|
@pulumi.getter(name="serviceName")
|
|
496
492
|
def service_name(self) -> pulumi.Output[str]:
|
|
497
493
|
"""
|
|
498
|
-
|
|
494
|
+
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
499
495
|
"""
|
|
500
496
|
return pulumi.get(self, "service_name")
|
|
501
497
|
|