pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.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.

Files changed (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10923 -10764
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +311 -303
  142. pulumi_aiven/m3_db.py +311 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14499 -14292
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -102,7 +101,7 @@ class GetServiceIntegrationEndpointResult:
102
101
  raise TypeError("Expected argument 'rsyslog_user_configs' to be a list")
103
102
  pulumi.set(__self__, "rsyslog_user_configs", rsyslog_user_configs)
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter(name="autoscalerUserConfigs")
107
106
  def autoscaler_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointAutoscalerUserConfigResult']:
108
107
  """
@@ -110,7 +109,7 @@ class GetServiceIntegrationEndpointResult:
110
109
  """
111
110
  return pulumi.get(self, "autoscaler_user_configs")
112
111
 
113
- @property
112
+ @_builtins.property
114
113
  @pulumi.getter(name="datadogUserConfigs")
115
114
  def datadog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointDatadogUserConfigResult']:
116
115
  """
@@ -118,31 +117,31 @@ class GetServiceIntegrationEndpointResult:
118
117
  """
119
118
  return pulumi.get(self, "datadog_user_configs")
120
119
 
121
- @property
120
+ @_builtins.property
122
121
  @pulumi.getter(name="endpointConfig")
123
- def endpoint_config(self) -> Mapping[str, builtins.str]:
122
+ def endpoint_config(self) -> Mapping[str, _builtins.str]:
124
123
  """
125
124
  Backend configuration for the endpoint.
126
125
  """
127
126
  return pulumi.get(self, "endpoint_config")
128
127
 
129
- @property
128
+ @_builtins.property
130
129
  @pulumi.getter(name="endpointName")
131
- def endpoint_name(self) -> builtins.str:
130
+ def endpoint_name(self) -> _builtins.str:
132
131
  """
133
132
  Name of the service integration endpoint.
134
133
  """
135
134
  return pulumi.get(self, "endpoint_name")
136
135
 
137
- @property
136
+ @_builtins.property
138
137
  @pulumi.getter(name="endpointType")
139
- def endpoint_type(self) -> builtins.str:
138
+ def endpoint_type(self) -> _builtins.str:
140
139
  """
141
140
  The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
142
141
  """
143
142
  return pulumi.get(self, "endpoint_type")
144
143
 
145
- @property
144
+ @_builtins.property
146
145
  @pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
147
146
  def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalAwsCloudwatchLogsUserConfigResult']:
148
147
  """
@@ -150,7 +149,7 @@ class GetServiceIntegrationEndpointResult:
150
149
  """
151
150
  return pulumi.get(self, "external_aws_cloudwatch_logs_user_configs")
152
151
 
153
- @property
152
+ @_builtins.property
154
153
  @pulumi.getter(name="externalAwsCloudwatchMetricsUserConfigs")
155
154
  def external_aws_cloudwatch_metrics_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalAwsCloudwatchMetricsUserConfigResult']:
156
155
  """
@@ -158,7 +157,7 @@ class GetServiceIntegrationEndpointResult:
158
157
  """
159
158
  return pulumi.get(self, "external_aws_cloudwatch_metrics_user_configs")
160
159
 
161
- @property
160
+ @_builtins.property
162
161
  @pulumi.getter(name="externalAwsS3UserConfigs")
163
162
  def external_aws_s3_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalAwsS3UserConfigResult']:
164
163
  """
@@ -166,7 +165,7 @@ class GetServiceIntegrationEndpointResult:
166
165
  """
167
166
  return pulumi.get(self, "external_aws_s3_user_configs")
168
167
 
169
- @property
168
+ @_builtins.property
170
169
  @pulumi.getter(name="externalAzureBlobStorageUserConfigs")
171
170
  def external_azure_blob_storage_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalAzureBlobStorageUserConfigResult']:
172
171
  """
@@ -174,7 +173,7 @@ class GetServiceIntegrationEndpointResult:
174
173
  """
175
174
  return pulumi.get(self, "external_azure_blob_storage_user_configs")
176
175
 
177
- @property
176
+ @_builtins.property
178
177
  @pulumi.getter(name="externalClickhouseUserConfigs")
179
178
  def external_clickhouse_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalClickhouseUserConfigResult']:
180
179
  """
@@ -182,7 +181,7 @@ class GetServiceIntegrationEndpointResult:
182
181
  """
183
182
  return pulumi.get(self, "external_clickhouse_user_configs")
184
183
 
185
- @property
184
+ @_builtins.property
186
185
  @pulumi.getter(name="externalElasticsearchLogsUserConfigs")
187
186
  def external_elasticsearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfigResult']:
188
187
  """
@@ -190,7 +189,7 @@ class GetServiceIntegrationEndpointResult:
190
189
  """
191
190
  return pulumi.get(self, "external_elasticsearch_logs_user_configs")
192
191
 
193
- @property
192
+ @_builtins.property
194
193
  @pulumi.getter(name="externalGoogleCloudBigqueries")
195
194
  def external_google_cloud_bigqueries(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalGoogleCloudBigqueryResult']:
196
195
  """
@@ -198,7 +197,7 @@ class GetServiceIntegrationEndpointResult:
198
197
  """
199
198
  return pulumi.get(self, "external_google_cloud_bigqueries")
200
199
 
201
- @property
200
+ @_builtins.property
202
201
  @pulumi.getter(name="externalGoogleCloudLoggingUserConfigs")
203
202
  def external_google_cloud_logging_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalGoogleCloudLoggingUserConfigResult']:
204
203
  """
@@ -206,7 +205,7 @@ class GetServiceIntegrationEndpointResult:
206
205
  """
207
206
  return pulumi.get(self, "external_google_cloud_logging_user_configs")
208
207
 
209
- @property
208
+ @_builtins.property
210
209
  @pulumi.getter(name="externalKafkaUserConfigs")
211
210
  def external_kafka_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalKafkaUserConfigResult']:
212
211
  """
@@ -214,7 +213,7 @@ class GetServiceIntegrationEndpointResult:
214
213
  """
215
214
  return pulumi.get(self, "external_kafka_user_configs")
216
215
 
217
- @property
216
+ @_builtins.property
218
217
  @pulumi.getter(name="externalMysqlUserConfigs")
219
218
  def external_mysql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalMysqlUserConfigResult']:
220
219
  """
@@ -222,7 +221,7 @@ class GetServiceIntegrationEndpointResult:
222
221
  """
223
222
  return pulumi.get(self, "external_mysql_user_configs")
224
223
 
225
- @property
224
+ @_builtins.property
226
225
  @pulumi.getter(name="externalOpensearchLogsUserConfigs")
227
226
  def external_opensearch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalOpensearchLogsUserConfigResult']:
228
227
  """
@@ -230,7 +229,7 @@ class GetServiceIntegrationEndpointResult:
230
229
  """
231
230
  return pulumi.get(self, "external_opensearch_logs_user_configs")
232
231
 
233
- @property
232
+ @_builtins.property
234
233
  @pulumi.getter(name="externalPostgresqls")
235
234
  def external_postgresqls(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalPostgresqlResult']:
236
235
  """
@@ -238,7 +237,7 @@ class GetServiceIntegrationEndpointResult:
238
237
  """
239
238
  return pulumi.get(self, "external_postgresqls")
240
239
 
241
- @property
240
+ @_builtins.property
242
241
  @pulumi.getter(name="externalPrometheusUserConfigs")
243
242
  def external_prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalPrometheusUserConfigResult']:
244
243
  """
@@ -246,7 +245,7 @@ class GetServiceIntegrationEndpointResult:
246
245
  """
247
246
  return pulumi.get(self, "external_prometheus_user_configs")
248
247
 
249
- @property
248
+ @_builtins.property
250
249
  @pulumi.getter(name="externalSchemaRegistryUserConfigs")
251
250
  def external_schema_registry_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointExternalSchemaRegistryUserConfigResult']:
252
251
  """
@@ -254,15 +253,15 @@ class GetServiceIntegrationEndpointResult:
254
253
  """
255
254
  return pulumi.get(self, "external_schema_registry_user_configs")
256
255
 
257
- @property
256
+ @_builtins.property
258
257
  @pulumi.getter
259
- def id(self) -> builtins.str:
258
+ def id(self) -> _builtins.str:
260
259
  """
261
260
  The provider-assigned unique ID for this managed resource.
262
261
  """
263
262
  return pulumi.get(self, "id")
264
263
 
265
- @property
264
+ @_builtins.property
266
265
  @pulumi.getter(name="jolokiaUserConfigs")
267
266
  def jolokia_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointJolokiaUserConfigResult']:
268
267
  """
@@ -270,15 +269,15 @@ class GetServiceIntegrationEndpointResult:
270
269
  """
271
270
  return pulumi.get(self, "jolokia_user_configs")
272
271
 
273
- @property
272
+ @_builtins.property
274
273
  @pulumi.getter
275
- def project(self) -> builtins.str:
274
+ def project(self) -> _builtins.str:
276
275
  """
277
276
  Project the service integration endpoint is in.
278
277
  """
279
278
  return pulumi.get(self, "project")
280
279
 
281
- @property
280
+ @_builtins.property
282
281
  @pulumi.getter(name="prometheusUserConfigs")
283
282
  def prometheus_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointPrometheusUserConfigResult']:
284
283
  """
@@ -286,7 +285,7 @@ class GetServiceIntegrationEndpointResult:
286
285
  """
287
286
  return pulumi.get(self, "prometheus_user_configs")
288
287
 
289
- @property
288
+ @_builtins.property
290
289
  @pulumi.getter(name="rsyslogUserConfigs")
291
290
  def rsyslog_user_configs(self) -> Sequence['outputs.GetServiceIntegrationEndpointRsyslogUserConfigResult']:
292
291
  """
@@ -327,8 +326,8 @@ class AwaitableGetServiceIntegrationEndpointResult(GetServiceIntegrationEndpoint
327
326
  rsyslog_user_configs=self.rsyslog_user_configs)
328
327
 
329
328
 
330
- def get_service_integration_endpoint(endpoint_name: Optional[builtins.str] = None,
331
- project: Optional[builtins.str] = None,
329
+ def get_service_integration_endpoint(endpoint_name: Optional[_builtins.str] = None,
330
+ project: Optional[_builtins.str] = None,
332
331
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationEndpointResult:
333
332
  """
334
333
  Gets information about an integration endpoint.
@@ -344,8 +343,8 @@ def get_service_integration_endpoint(endpoint_name: Optional[builtins.str] = Non
344
343
  ```
345
344
 
346
345
 
347
- :param builtins.str endpoint_name: Name of the service integration endpoint.
348
- :param builtins.str project: Project the service integration endpoint is in.
346
+ :param _builtins.str endpoint_name: Name of the service integration endpoint.
347
+ :param _builtins.str project: Project the service integration endpoint is in.
349
348
  """
350
349
  __args__ = dict()
351
350
  __args__['endpointName'] = endpoint_name
@@ -378,8 +377,8 @@ def get_service_integration_endpoint(endpoint_name: Optional[builtins.str] = Non
378
377
  project=pulumi.get(__ret__, 'project'),
379
378
  prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
380
379
  rsyslog_user_configs=pulumi.get(__ret__, 'rsyslog_user_configs'))
381
- def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
382
- project: Optional[pulumi.Input[builtins.str]] = None,
380
+ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
381
+ project: Optional[pulumi.Input[_builtins.str]] = None,
383
382
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationEndpointResult]:
384
383
  """
385
384
  Gets information about an integration endpoint.
@@ -395,8 +394,8 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
395
394
  ```
396
395
 
397
396
 
398
- :param builtins.str endpoint_name: Name of the service integration endpoint.
399
- :param builtins.str project: Project the service integration endpoint is in.
397
+ :param _builtins.str endpoint_name: Name of the service integration endpoint.
398
+ :param _builtins.str project: Project the service integration endpoint is in.
400
399
  """
401
400
  __args__ = dict()
402
401
  __args__['endpointName'] = endpoint_name
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -117,23 +116,23 @@ class GetThanosResult:
117
116
  raise TypeError("Expected argument 'thanos_user_configs' to be a list")
118
117
  pulumi.set(__self__, "thanos_user_configs", thanos_user_configs)
119
118
 
120
- @property
119
+ @_builtins.property
121
120
  @pulumi.getter(name="additionalDiskSpace")
122
- def additional_disk_space(self) -> builtins.str:
121
+ def additional_disk_space(self) -> _builtins.str:
123
122
  """
124
123
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart, and there might be a short downtime for services without an autoscaler integration or high availability capabilities. The field can be safely removed when autoscaler is enabled without causing any changes.
125
124
  """
126
125
  return pulumi.get(self, "additional_disk_space")
127
126
 
128
- @property
127
+ @_builtins.property
129
128
  @pulumi.getter(name="cloudName")
130
- def cloud_name(self) -> builtins.str:
129
+ def cloud_name(self) -> _builtins.str:
131
130
  """
132
131
  The cloud provider and region the service is hosted in. The format is `provider-region`, for example: `google-europe-west1`. The [available cloud regions](https://aiven.io/docs/platform/reference/list_of_clouds) can differ per project and service. Changing this value [migrates the service to another cloud provider or region](https://aiven.io/docs/platform/howto/migrate-services-cloud-region). The migration runs in the background and includes a DNS update to redirect traffic to the new region. Most services experience no downtime, but some databases may have a brief interruption during DNS propagation.
133
132
  """
134
133
  return pulumi.get(self, "cloud_name")
135
134
 
136
- @property
135
+ @_builtins.property
137
136
  @pulumi.getter
138
137
  def components(self) -> Sequence['outputs.GetThanosComponentResult']:
139
138
  """
@@ -141,103 +140,103 @@ class GetThanosResult:
141
140
  """
142
141
  return pulumi.get(self, "components")
143
142
 
144
- @property
143
+ @_builtins.property
145
144
  @pulumi.getter(name="diskSpace")
146
- def disk_space(self) -> builtins.str:
145
+ def disk_space(self) -> _builtins.str:
147
146
  """
148
147
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
149
148
  """
150
149
  return pulumi.get(self, "disk_space")
151
150
 
152
- @property
151
+ @_builtins.property
153
152
  @pulumi.getter(name="diskSpaceCap")
154
- def disk_space_cap(self) -> builtins.str:
153
+ def disk_space_cap(self) -> _builtins.str:
155
154
  """
156
155
  The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
157
156
  """
158
157
  return pulumi.get(self, "disk_space_cap")
159
158
 
160
- @property
159
+ @_builtins.property
161
160
  @pulumi.getter(name="diskSpaceDefault")
162
- def disk_space_default(self) -> builtins.str:
161
+ def disk_space_default(self) -> _builtins.str:
163
162
  """
164
163
  The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
165
164
  """
166
165
  return pulumi.get(self, "disk_space_default")
167
166
 
168
- @property
167
+ @_builtins.property
169
168
  @pulumi.getter(name="diskSpaceStep")
170
- def disk_space_step(self) -> builtins.str:
169
+ def disk_space_step(self) -> _builtins.str:
171
170
  """
172
171
  The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
173
172
  """
174
173
  return pulumi.get(self, "disk_space_step")
175
174
 
176
- @property
175
+ @_builtins.property
177
176
  @pulumi.getter(name="diskSpaceUsed")
178
- def disk_space_used(self) -> builtins.str:
177
+ def disk_space_used(self) -> _builtins.str:
179
178
  """
180
179
  Disk space that service is currently using
181
180
  """
182
181
  return pulumi.get(self, "disk_space_used")
183
182
 
184
- @property
183
+ @_builtins.property
185
184
  @pulumi.getter
186
- def id(self) -> builtins.str:
185
+ def id(self) -> _builtins.str:
187
186
  """
188
187
  The provider-assigned unique ID for this managed resource.
189
188
  """
190
189
  return pulumi.get(self, "id")
191
190
 
192
- @property
191
+ @_builtins.property
193
192
  @pulumi.getter(name="maintenanceWindowDow")
194
- def maintenance_window_dow(self) -> builtins.str:
193
+ def maintenance_window_dow(self) -> _builtins.str:
195
194
  """
196
195
  Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
197
196
  """
198
197
  return pulumi.get(self, "maintenance_window_dow")
199
198
 
200
- @property
199
+ @_builtins.property
201
200
  @pulumi.getter(name="maintenanceWindowTime")
202
- def maintenance_window_time(self) -> builtins.str:
201
+ def maintenance_window_time(self) -> _builtins.str:
203
202
  """
204
203
  Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
205
204
  """
206
205
  return pulumi.get(self, "maintenance_window_time")
207
206
 
208
- @property
207
+ @_builtins.property
209
208
  @pulumi.getter
210
- def plan(self) -> builtins.str:
209
+ def plan(self) -> _builtins.str:
211
210
  """
212
211
  Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seen from the [Aiven pricing page](https://aiven.io/pricing).
213
212
  """
214
213
  return pulumi.get(self, "plan")
215
214
 
216
- @property
215
+ @_builtins.property
217
216
  @pulumi.getter
218
- def project(self) -> builtins.str:
217
+ def project(self) -> _builtins.str:
219
218
  """
220
219
  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.
221
220
  """
222
221
  return pulumi.get(self, "project")
223
222
 
224
- @property
223
+ @_builtins.property
225
224
  @pulumi.getter(name="projectVpcId")
226
- def project_vpc_id(self) -> builtins.str:
225
+ def project_vpc_id(self) -> _builtins.str:
227
226
  """
228
227
  Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
229
228
  """
230
229
  return pulumi.get(self, "project_vpc_id")
231
230
 
232
- @property
231
+ @_builtins.property
233
232
  @pulumi.getter(name="serviceHost")
234
- def service_host(self) -> builtins.str:
233
+ def service_host(self) -> _builtins.str:
235
234
  """
236
235
  The hostname of the service.
237
236
  """
238
237
  return pulumi.get(self, "service_host")
239
238
 
240
- @property
239
+ @_builtins.property
241
240
  @pulumi.getter(name="serviceIntegrations")
242
241
  def service_integrations(self) -> Sequence['outputs.GetThanosServiceIntegrationResult']:
243
242
  """
@@ -245,68 +244,68 @@ class GetThanosResult:
245
244
  """
246
245
  return pulumi.get(self, "service_integrations")
247
246
 
248
- @property
247
+ @_builtins.property
249
248
  @pulumi.getter(name="serviceName")
250
- def service_name(self) -> builtins.str:
249
+ def service_name(self) -> _builtins.str:
251
250
  """
252
251
  Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
253
252
  """
254
253
  return pulumi.get(self, "service_name")
255
254
 
256
- @property
255
+ @_builtins.property
257
256
  @pulumi.getter(name="servicePassword")
258
- def service_password(self) -> builtins.str:
257
+ def service_password(self) -> _builtins.str:
259
258
  """
260
259
  Password used for connecting to the service, if applicable
261
260
  """
262
261
  return pulumi.get(self, "service_password")
263
262
 
264
- @property
263
+ @_builtins.property
265
264
  @pulumi.getter(name="servicePort")
266
- def service_port(self) -> builtins.int:
265
+ def service_port(self) -> _builtins.int:
267
266
  """
268
267
  The port of the service
269
268
  """
270
269
  return pulumi.get(self, "service_port")
271
270
 
272
- @property
271
+ @_builtins.property
273
272
  @pulumi.getter(name="serviceType")
274
- def service_type(self) -> builtins.str:
273
+ def service_type(self) -> _builtins.str:
275
274
  """
276
275
  Aiven internal service type code
277
276
  """
278
277
  return pulumi.get(self, "service_type")
279
278
 
280
- @property
279
+ @_builtins.property
281
280
  @pulumi.getter(name="serviceUri")
282
- def service_uri(self) -> builtins.str:
281
+ def service_uri(self) -> _builtins.str:
283
282
  """
284
283
  URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
285
284
  """
286
285
  return pulumi.get(self, "service_uri")
287
286
 
288
- @property
287
+ @_builtins.property
289
288
  @pulumi.getter(name="serviceUsername")
290
- def service_username(self) -> builtins.str:
289
+ def service_username(self) -> _builtins.str:
291
290
  """
292
291
  Username used for connecting to the service, if applicable
293
292
  """
294
293
  return pulumi.get(self, "service_username")
295
294
 
296
- @property
295
+ @_builtins.property
297
296
  @pulumi.getter
298
- def state(self) -> builtins.str:
297
+ def state(self) -> _builtins.str:
299
298
  return pulumi.get(self, "state")
300
299
 
301
- @property
300
+ @_builtins.property
302
301
  @pulumi.getter(name="staticIps")
303
- def static_ips(self) -> Sequence[builtins.str]:
302
+ def static_ips(self) -> Sequence[_builtins.str]:
304
303
  """
305
304
  Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
306
305
  """
307
306
  return pulumi.get(self, "static_ips")
308
307
 
309
- @property
308
+ @_builtins.property
310
309
  @pulumi.getter
311
310
  def tags(self) -> Sequence['outputs.GetThanosTagResult']:
312
311
  """
@@ -314,7 +313,7 @@ class GetThanosResult:
314
313
  """
315
314
  return pulumi.get(self, "tags")
316
315
 
317
- @property
316
+ @_builtins.property
318
317
  @pulumi.getter(name="techEmails")
319
318
  def tech_emails(self) -> Sequence['outputs.GetThanosTechEmailResult']:
320
319
  """
@@ -322,15 +321,15 @@ class GetThanosResult:
322
321
  """
323
322
  return pulumi.get(self, "tech_emails")
324
323
 
325
- @property
324
+ @_builtins.property
326
325
  @pulumi.getter(name="terminationProtection")
327
- def termination_protection(self) -> builtins.bool:
326
+ def termination_protection(self) -> _builtins.bool:
328
327
  """
329
328
  Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
330
329
  """
331
330
  return pulumi.get(self, "termination_protection")
332
331
 
333
- @property
332
+ @_builtins.property
334
333
  @pulumi.getter
335
334
  def thanos(self) -> Sequence['outputs.GetThanosThanoResult']:
336
335
  """
@@ -338,7 +337,7 @@ class GetThanosResult:
338
337
  """
339
338
  return pulumi.get(self, "thanos")
340
339
 
341
- @property
340
+ @_builtins.property
342
341
  @pulumi.getter(name="thanosUserConfigs")
343
342
  def thanos_user_configs(self) -> Sequence['outputs.GetThanosThanosUserConfigResult']:
344
343
  """
@@ -384,8 +383,8 @@ class AwaitableGetThanosResult(GetThanosResult):
384
383
  thanos_user_configs=self.thanos_user_configs)
385
384
 
386
385
 
387
- def get_thanos(project: Optional[builtins.str] = None,
388
- service_name: Optional[builtins.str] = None,
386
+ def get_thanos(project: Optional[_builtins.str] = None,
387
+ service_name: Optional[_builtins.str] = None,
389
388
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetThanosResult:
390
389
  """
391
390
  Gets information about an Aiven for Thanos® service.
@@ -401,8 +400,8 @@ def get_thanos(project: Optional[builtins.str] = None,
401
400
  ```
402
401
 
403
402
 
404
- :param 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.
405
- :param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
403
+ :param _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.
404
+ :param _builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
406
405
  """
407
406
  __args__ = dict()
408
407
  __args__['project'] = project
@@ -440,8 +439,8 @@ def get_thanos(project: Optional[builtins.str] = None,
440
439
  termination_protection=pulumi.get(__ret__, 'termination_protection'),
441
440
  thanos=pulumi.get(__ret__, 'thanos'),
442
441
  thanos_user_configs=pulumi.get(__ret__, 'thanos_user_configs'))
443
- def get_thanos_output(project: Optional[pulumi.Input[builtins.str]] = None,
444
- service_name: Optional[pulumi.Input[builtins.str]] = None,
442
+ def get_thanos_output(project: Optional[pulumi.Input[_builtins.str]] = None,
443
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
445
444
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetThanosResult]:
446
445
  """
447
446
  Gets information about an Aiven for Thanos® service.
@@ -457,8 +456,8 @@ def get_thanos_output(project: Optional[pulumi.Input[builtins.str]] = None,
457
456
  ```
458
457
 
459
458
 
460
- :param 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.
461
- :param builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
459
+ :param _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.
460
+ :param _builtins.str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
462
461
  """
463
462
  __args__ = dict()
464
463
  __args__['project'] = project