pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744255932__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.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,22 +20,22 @@ __all__ = ['ConnectionPoolArgs', 'ConnectionPool']
19
20
  @pulumi.input_type
20
21
  class ConnectionPoolArgs:
21
22
  def __init__(__self__, *,
22
- database_name: pulumi.Input[str],
23
- pool_name: pulumi.Input[str],
24
- project: pulumi.Input[str],
25
- service_name: pulumi.Input[str],
26
- pool_mode: Optional[pulumi.Input[str]] = None,
27
- pool_size: Optional[pulumi.Input[int]] = None,
28
- username: Optional[pulumi.Input[str]] = None):
23
+ database_name: pulumi.Input[builtins.str],
24
+ pool_name: pulumi.Input[builtins.str],
25
+ project: pulumi.Input[builtins.str],
26
+ service_name: pulumi.Input[builtins.str],
27
+ pool_mode: Optional[pulumi.Input[builtins.str]] = None,
28
+ pool_size: Optional[pulumi.Input[builtins.int]] = None,
29
+ username: Optional[pulumi.Input[builtins.str]] = None):
29
30
  """
30
31
  The set of arguments for constructing a ConnectionPool resource.
31
- :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.
32
- :param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
33
- :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.
34
- :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.
35
- :param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
36
- :param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
37
- :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.
32
+ :param pulumi.Input[builtins.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.
33
+ :param pulumi.Input[builtins.str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[builtins.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.
35
+ :param pulumi.Input[builtins.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.
36
+ :param pulumi.Input[builtins.str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
37
+ :param pulumi.Input[builtins.int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
38
+ :param pulumi.Input[builtins.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.
38
39
  """
39
40
  pulumi.set(__self__, "database_name", database_name)
40
41
  pulumi.set(__self__, "pool_name", pool_name)
@@ -49,110 +50,110 @@ class ConnectionPoolArgs:
49
50
 
50
51
  @property
51
52
  @pulumi.getter(name="databaseName")
52
- def database_name(self) -> pulumi.Input[str]:
53
+ def database_name(self) -> pulumi.Input[builtins.str]:
53
54
  """
54
55
  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.
55
56
  """
56
57
  return pulumi.get(self, "database_name")
57
58
 
58
59
  @database_name.setter
59
- def database_name(self, value: pulumi.Input[str]):
60
+ def database_name(self, value: pulumi.Input[builtins.str]):
60
61
  pulumi.set(self, "database_name", value)
61
62
 
62
63
  @property
63
64
  @pulumi.getter(name="poolName")
64
- def pool_name(self) -> pulumi.Input[str]:
65
+ def pool_name(self) -> pulumi.Input[builtins.str]:
65
66
  """
66
67
  Name of the pool. Changing this property forces recreation of the resource.
67
68
  """
68
69
  return pulumi.get(self, "pool_name")
69
70
 
70
71
  @pool_name.setter
71
- def pool_name(self, value: pulumi.Input[str]):
72
+ def pool_name(self, value: pulumi.Input[builtins.str]):
72
73
  pulumi.set(self, "pool_name", value)
73
74
 
74
75
  @property
75
76
  @pulumi.getter
76
- def project(self) -> pulumi.Input[str]:
77
+ def project(self) -> pulumi.Input[builtins.str]:
77
78
  """
78
79
  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.
79
80
  """
80
81
  return pulumi.get(self, "project")
81
82
 
82
83
  @project.setter
83
- def project(self, value: pulumi.Input[str]):
84
+ def project(self, value: pulumi.Input[builtins.str]):
84
85
  pulumi.set(self, "project", value)
85
86
 
86
87
  @property
87
88
  @pulumi.getter(name="serviceName")
88
- def service_name(self) -> pulumi.Input[str]:
89
+ def service_name(self) -> pulumi.Input[builtins.str]:
89
90
  """
90
91
  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.
91
92
  """
92
93
  return pulumi.get(self, "service_name")
93
94
 
94
95
  @service_name.setter
95
- def service_name(self, value: pulumi.Input[str]):
96
+ def service_name(self, value: pulumi.Input[builtins.str]):
96
97
  pulumi.set(self, "service_name", value)
97
98
 
98
99
  @property
99
100
  @pulumi.getter(name="poolMode")
100
- def pool_mode(self) -> Optional[pulumi.Input[str]]:
101
+ def pool_mode(self) -> Optional[pulumi.Input[builtins.str]]:
101
102
  """
102
103
  The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
103
104
  """
104
105
  return pulumi.get(self, "pool_mode")
105
106
 
106
107
  @pool_mode.setter
107
- def pool_mode(self, value: Optional[pulumi.Input[str]]):
108
+ def pool_mode(self, value: Optional[pulumi.Input[builtins.str]]):
108
109
  pulumi.set(self, "pool_mode", value)
109
110
 
110
111
  @property
111
112
  @pulumi.getter(name="poolSize")
112
- def pool_size(self) -> Optional[pulumi.Input[int]]:
113
+ def pool_size(self) -> Optional[pulumi.Input[builtins.int]]:
113
114
  """
114
115
  The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
115
116
  """
116
117
  return pulumi.get(self, "pool_size")
117
118
 
118
119
  @pool_size.setter
119
- def pool_size(self, value: Optional[pulumi.Input[int]]):
120
+ def pool_size(self, value: Optional[pulumi.Input[builtins.int]]):
120
121
  pulumi.set(self, "pool_size", value)
121
122
 
122
123
  @property
123
124
  @pulumi.getter
124
- def username(self) -> Optional[pulumi.Input[str]]:
125
+ def username(self) -> Optional[pulumi.Input[builtins.str]]:
125
126
  """
126
127
  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.
127
128
  """
128
129
  return pulumi.get(self, "username")
129
130
 
130
131
  @username.setter
131
- def username(self, value: Optional[pulumi.Input[str]]):
132
+ def username(self, value: Optional[pulumi.Input[builtins.str]]):
132
133
  pulumi.set(self, "username", value)
133
134
 
134
135
 
135
136
  @pulumi.input_type
136
137
  class _ConnectionPoolState:
137
138
  def __init__(__self__, *,
138
- connection_uri: Optional[pulumi.Input[str]] = None,
139
- database_name: Optional[pulumi.Input[str]] = None,
140
- pool_mode: Optional[pulumi.Input[str]] = None,
141
- pool_name: Optional[pulumi.Input[str]] = None,
142
- pool_size: Optional[pulumi.Input[int]] = None,
143
- project: Optional[pulumi.Input[str]] = None,
144
- service_name: Optional[pulumi.Input[str]] = None,
145
- username: Optional[pulumi.Input[str]] = None):
139
+ connection_uri: Optional[pulumi.Input[builtins.str]] = None,
140
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
141
+ pool_mode: Optional[pulumi.Input[builtins.str]] = None,
142
+ pool_name: Optional[pulumi.Input[builtins.str]] = None,
143
+ pool_size: Optional[pulumi.Input[builtins.int]] = None,
144
+ project: Optional[pulumi.Input[builtins.str]] = None,
145
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
146
+ username: Optional[pulumi.Input[builtins.str]] = None):
146
147
  """
147
148
  Input properties used for looking up and filtering ConnectionPool resources.
148
- :param pulumi.Input[str] connection_uri: The URI for connecting to the pool.
149
- :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.
150
- :param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
151
- :param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
152
- :param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
153
- :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.
154
- :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.
155
- :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.
149
+ :param pulumi.Input[builtins.str] connection_uri: The URI for connecting to the pool.
150
+ :param pulumi.Input[builtins.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.
151
+ :param pulumi.Input[builtins.str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
152
+ :param pulumi.Input[builtins.str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
153
+ :param pulumi.Input[builtins.int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
154
+ :param pulumi.Input[builtins.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.
155
+ :param pulumi.Input[builtins.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.
156
+ :param pulumi.Input[builtins.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.
156
157
  """
157
158
  if connection_uri is not None:
158
159
  pulumi.set(__self__, "connection_uri", connection_uri)
@@ -173,98 +174,98 @@ class _ConnectionPoolState:
173
174
 
174
175
  @property
175
176
  @pulumi.getter(name="connectionUri")
176
- def connection_uri(self) -> Optional[pulumi.Input[str]]:
177
+ def connection_uri(self) -> Optional[pulumi.Input[builtins.str]]:
177
178
  """
178
179
  The URI for connecting to the pool.
179
180
  """
180
181
  return pulumi.get(self, "connection_uri")
181
182
 
182
183
  @connection_uri.setter
183
- def connection_uri(self, value: Optional[pulumi.Input[str]]):
184
+ def connection_uri(self, value: Optional[pulumi.Input[builtins.str]]):
184
185
  pulumi.set(self, "connection_uri", value)
185
186
 
186
187
  @property
187
188
  @pulumi.getter(name="databaseName")
188
- def database_name(self) -> Optional[pulumi.Input[str]]:
189
+ def database_name(self) -> Optional[pulumi.Input[builtins.str]]:
189
190
  """
190
191
  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.
191
192
  """
192
193
  return pulumi.get(self, "database_name")
193
194
 
194
195
  @database_name.setter
195
- def database_name(self, value: Optional[pulumi.Input[str]]):
196
+ def database_name(self, value: Optional[pulumi.Input[builtins.str]]):
196
197
  pulumi.set(self, "database_name", value)
197
198
 
198
199
  @property
199
200
  @pulumi.getter(name="poolMode")
200
- def pool_mode(self) -> Optional[pulumi.Input[str]]:
201
+ def pool_mode(self) -> Optional[pulumi.Input[builtins.str]]:
201
202
  """
202
203
  The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
203
204
  """
204
205
  return pulumi.get(self, "pool_mode")
205
206
 
206
207
  @pool_mode.setter
207
- def pool_mode(self, value: Optional[pulumi.Input[str]]):
208
+ def pool_mode(self, value: Optional[pulumi.Input[builtins.str]]):
208
209
  pulumi.set(self, "pool_mode", value)
209
210
 
210
211
  @property
211
212
  @pulumi.getter(name="poolName")
212
- def pool_name(self) -> Optional[pulumi.Input[str]]:
213
+ def pool_name(self) -> Optional[pulumi.Input[builtins.str]]:
213
214
  """
214
215
  Name of the pool. Changing this property forces recreation of the resource.
215
216
  """
216
217
  return pulumi.get(self, "pool_name")
217
218
 
218
219
  @pool_name.setter
219
- def pool_name(self, value: Optional[pulumi.Input[str]]):
220
+ def pool_name(self, value: Optional[pulumi.Input[builtins.str]]):
220
221
  pulumi.set(self, "pool_name", value)
221
222
 
222
223
  @property
223
224
  @pulumi.getter(name="poolSize")
224
- def pool_size(self) -> Optional[pulumi.Input[int]]:
225
+ def pool_size(self) -> Optional[pulumi.Input[builtins.int]]:
225
226
  """
226
227
  The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
227
228
  """
228
229
  return pulumi.get(self, "pool_size")
229
230
 
230
231
  @pool_size.setter
231
- def pool_size(self, value: Optional[pulumi.Input[int]]):
232
+ def pool_size(self, value: Optional[pulumi.Input[builtins.int]]):
232
233
  pulumi.set(self, "pool_size", value)
233
234
 
234
235
  @property
235
236
  @pulumi.getter
236
- def project(self) -> Optional[pulumi.Input[str]]:
237
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
237
238
  """
238
239
  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.
239
240
  """
240
241
  return pulumi.get(self, "project")
241
242
 
242
243
  @project.setter
243
- def project(self, value: Optional[pulumi.Input[str]]):
244
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
244
245
  pulumi.set(self, "project", value)
245
246
 
246
247
  @property
247
248
  @pulumi.getter(name="serviceName")
248
- def service_name(self) -> Optional[pulumi.Input[str]]:
249
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
249
250
  """
250
251
  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.
251
252
  """
252
253
  return pulumi.get(self, "service_name")
253
254
 
254
255
  @service_name.setter
255
- def service_name(self, value: Optional[pulumi.Input[str]]):
256
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
256
257
  pulumi.set(self, "service_name", value)
257
258
 
258
259
  @property
259
260
  @pulumi.getter
260
- def username(self) -> Optional[pulumi.Input[str]]:
261
+ def username(self) -> Optional[pulumi.Input[builtins.str]]:
261
262
  """
262
263
  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.
263
264
  """
264
265
  return pulumi.get(self, "username")
265
266
 
266
267
  @username.setter
267
- def username(self, value: Optional[pulumi.Input[str]]):
268
+ def username(self, value: Optional[pulumi.Input[builtins.str]]):
268
269
  pulumi.set(self, "username", value)
269
270
 
270
271
 
@@ -273,13 +274,13 @@ class ConnectionPool(pulumi.CustomResource):
273
274
  def __init__(__self__,
274
275
  resource_name: str,
275
276
  opts: Optional[pulumi.ResourceOptions] = None,
276
- database_name: Optional[pulumi.Input[str]] = None,
277
- pool_mode: Optional[pulumi.Input[str]] = None,
278
- pool_name: Optional[pulumi.Input[str]] = None,
279
- pool_size: Optional[pulumi.Input[int]] = None,
280
- project: Optional[pulumi.Input[str]] = None,
281
- service_name: Optional[pulumi.Input[str]] = None,
282
- username: Optional[pulumi.Input[str]] = None,
277
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
278
+ pool_mode: Optional[pulumi.Input[builtins.str]] = None,
279
+ pool_name: Optional[pulumi.Input[builtins.str]] = None,
280
+ pool_size: Optional[pulumi.Input[builtins.int]] = None,
281
+ project: Optional[pulumi.Input[builtins.str]] = None,
282
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
283
+ username: Optional[pulumi.Input[builtins.str]] = None,
283
284
  __props__=None):
284
285
  """
285
286
  Creates and manages a [connection pool](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling) in an Aiven for PostgreSQL® service.
@@ -308,13 +309,13 @@ class ConnectionPool(pulumi.CustomResource):
308
309
 
309
310
  :param str resource_name: The name of the resource.
310
311
  :param pulumi.ResourceOptions opts: Options for the resource.
311
- :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.
312
- :param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
313
- :param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
314
- :param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
315
- :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.
316
- :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.
317
- :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.
312
+ :param pulumi.Input[builtins.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.
313
+ :param pulumi.Input[builtins.str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
314
+ :param pulumi.Input[builtins.str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
315
+ :param pulumi.Input[builtins.int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
316
+ :param pulumi.Input[builtins.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.
317
+ :param pulumi.Input[builtins.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.
318
+ :param pulumi.Input[builtins.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.
318
319
  """
319
320
  ...
320
321
  @overload
@@ -362,13 +363,13 @@ class ConnectionPool(pulumi.CustomResource):
362
363
  def _internal_init(__self__,
363
364
  resource_name: str,
364
365
  opts: Optional[pulumi.ResourceOptions] = None,
365
- database_name: Optional[pulumi.Input[str]] = None,
366
- pool_mode: Optional[pulumi.Input[str]] = None,
367
- pool_name: Optional[pulumi.Input[str]] = None,
368
- pool_size: Optional[pulumi.Input[int]] = None,
369
- project: Optional[pulumi.Input[str]] = None,
370
- service_name: Optional[pulumi.Input[str]] = None,
371
- username: Optional[pulumi.Input[str]] = None,
366
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
367
+ pool_mode: Optional[pulumi.Input[builtins.str]] = None,
368
+ pool_name: Optional[pulumi.Input[builtins.str]] = None,
369
+ pool_size: Optional[pulumi.Input[builtins.int]] = None,
370
+ project: Optional[pulumi.Input[builtins.str]] = None,
371
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
372
+ username: Optional[pulumi.Input[builtins.str]] = None,
372
373
  __props__=None):
373
374
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
374
375
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -406,14 +407,14 @@ class ConnectionPool(pulumi.CustomResource):
406
407
  def get(resource_name: str,
407
408
  id: pulumi.Input[str],
408
409
  opts: Optional[pulumi.ResourceOptions] = None,
409
- connection_uri: Optional[pulumi.Input[str]] = None,
410
- database_name: Optional[pulumi.Input[str]] = None,
411
- pool_mode: Optional[pulumi.Input[str]] = None,
412
- pool_name: Optional[pulumi.Input[str]] = None,
413
- pool_size: Optional[pulumi.Input[int]] = None,
414
- project: Optional[pulumi.Input[str]] = None,
415
- service_name: Optional[pulumi.Input[str]] = None,
416
- username: Optional[pulumi.Input[str]] = None) -> 'ConnectionPool':
410
+ connection_uri: Optional[pulumi.Input[builtins.str]] = None,
411
+ database_name: Optional[pulumi.Input[builtins.str]] = None,
412
+ pool_mode: Optional[pulumi.Input[builtins.str]] = None,
413
+ pool_name: Optional[pulumi.Input[builtins.str]] = None,
414
+ pool_size: Optional[pulumi.Input[builtins.int]] = None,
415
+ project: Optional[pulumi.Input[builtins.str]] = None,
416
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
417
+ username: Optional[pulumi.Input[builtins.str]] = None) -> 'ConnectionPool':
417
418
  """
418
419
  Get an existing ConnectionPool resource's state with the given name, id, and optional extra
419
420
  properties used to qualify the lookup.
@@ -421,14 +422,14 @@ class ConnectionPool(pulumi.CustomResource):
421
422
  :param str resource_name: The unique name of the resulting resource.
422
423
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
423
424
  :param pulumi.ResourceOptions opts: Options for the resource.
424
- :param pulumi.Input[str] connection_uri: The URI for connecting to the pool.
425
- :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.
426
- :param pulumi.Input[str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
427
- :param pulumi.Input[str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
428
- :param pulumi.Input[int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
429
- :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.
430
- :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.
431
- :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.
425
+ :param pulumi.Input[builtins.str] connection_uri: The URI for connecting to the pool.
426
+ :param pulumi.Input[builtins.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.
427
+ :param pulumi.Input[builtins.str] pool_mode: The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
428
+ :param pulumi.Input[builtins.str] pool_name: Name of the pool. Changing this property forces recreation of the resource.
429
+ :param pulumi.Input[builtins.int] pool_size: The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
430
+ :param pulumi.Input[builtins.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.
431
+ :param pulumi.Input[builtins.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.
432
+ :param pulumi.Input[builtins.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.
432
433
  """
433
434
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
434
435
 
@@ -446,7 +447,7 @@ class ConnectionPool(pulumi.CustomResource):
446
447
 
447
448
  @property
448
449
  @pulumi.getter(name="connectionUri")
449
- def connection_uri(self) -> pulumi.Output[str]:
450
+ def connection_uri(self) -> pulumi.Output[builtins.str]:
450
451
  """
451
452
  The URI for connecting to the pool.
452
453
  """
@@ -454,7 +455,7 @@ class ConnectionPool(pulumi.CustomResource):
454
455
 
455
456
  @property
456
457
  @pulumi.getter(name="databaseName")
457
- def database_name(self) -> pulumi.Output[str]:
458
+ def database_name(self) -> pulumi.Output[builtins.str]:
458
459
  """
459
460
  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.
460
461
  """
@@ -462,7 +463,7 @@ class ConnectionPool(pulumi.CustomResource):
462
463
 
463
464
  @property
464
465
  @pulumi.getter(name="poolMode")
465
- def pool_mode(self) -> pulumi.Output[Optional[str]]:
466
+ def pool_mode(self) -> pulumi.Output[Optional[builtins.str]]:
466
467
  """
467
468
  The [operational mode](https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling#pooling-modes). The possible values are `session`, `statement` and `transaction`. The default value is `transaction`.
468
469
  """
@@ -470,7 +471,7 @@ class ConnectionPool(pulumi.CustomResource):
470
471
 
471
472
  @property
472
473
  @pulumi.getter(name="poolName")
473
- def pool_name(self) -> pulumi.Output[str]:
474
+ def pool_name(self) -> pulumi.Output[builtins.str]:
474
475
  """
475
476
  Name of the pool. Changing this property forces recreation of the resource.
476
477
  """
@@ -478,7 +479,7 @@ class ConnectionPool(pulumi.CustomResource):
478
479
 
479
480
  @property
480
481
  @pulumi.getter(name="poolSize")
481
- def pool_size(self) -> pulumi.Output[Optional[int]]:
482
+ def pool_size(self) -> pulumi.Output[Optional[builtins.int]]:
482
483
  """
483
484
  The number of PostgreSQL server connections this pool can use at a time. This does not affect the number of incoming connections. Each pool can handle a minimum of 5000 client connections. The default value is `10`.
484
485
  """
@@ -486,7 +487,7 @@ class ConnectionPool(pulumi.CustomResource):
486
487
 
487
488
  @property
488
489
  @pulumi.getter
489
- def project(self) -> pulumi.Output[str]:
490
+ def project(self) -> pulumi.Output[builtins.str]:
490
491
  """
491
492
  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.
492
493
  """
@@ -494,7 +495,7 @@ class ConnectionPool(pulumi.CustomResource):
494
495
 
495
496
  @property
496
497
  @pulumi.getter(name="serviceName")
497
- def service_name(self) -> pulumi.Output[str]:
498
+ def service_name(self) -> pulumi.Output[builtins.str]:
498
499
  """
499
500
  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.
500
501
  """
@@ -502,7 +503,7 @@ class ConnectionPool(pulumi.CustomResource):
502
503
 
503
504
  @property
504
505
  @pulumi.getter
505
- def username(self) -> pulumi.Output[Optional[str]]:
506
+ def username(self) -> pulumi.Output[Optional[builtins.str]]:
506
507
  """
507
508
  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.
508
509
  """