pulumi-aiven 6.18.0__py3-none-any.whl → 6.18.0a1717478109__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 (42) hide show
  1. pulumi_aiven/_inputs.py +1106 -1650
  2. pulumi_aiven/_utilities.py +0 -35
  3. pulumi_aiven/account.py +27 -9
  4. pulumi_aiven/account_authentication.py +4 -10
  5. pulumi_aiven/account_team.py +8 -16
  6. pulumi_aiven/account_team_member.py +8 -16
  7. pulumi_aiven/account_team_project.py +8 -16
  8. pulumi_aiven/azure_privatelink_connection_approval.py +2 -2
  9. pulumi_aiven/billing_group.py +9 -3
  10. pulumi_aiven/cassandra.py +9 -3
  11. pulumi_aiven/clickhouse.py +9 -3
  12. pulumi_aiven/dragonfly.py +9 -3
  13. pulumi_aiven/flink.py +9 -3
  14. pulumi_aiven/flink_application_version.py +18 -6
  15. pulumi_aiven/get_mirror_maker_replication_flow.py +1 -14
  16. pulumi_aiven/get_project.py +1 -1
  17. pulumi_aiven/grafana.py +9 -3
  18. pulumi_aiven/influx_db.py +9 -3
  19. pulumi_aiven/kafka.py +18 -6
  20. pulumi_aiven/kafka_connect.py +9 -3
  21. pulumi_aiven/kafka_mirror_maker.py +9 -3
  22. pulumi_aiven/m3_aggregator.py +9 -3
  23. pulumi_aiven/m3_db.py +9 -3
  24. pulumi_aiven/mirror_maker_replication_flow.py +0 -63
  25. pulumi_aiven/my_sql.py +9 -3
  26. pulumi_aiven/open_search.py +9 -3
  27. pulumi_aiven/organization.py +2 -2
  28. pulumi_aiven/organization_group_project.py +2 -2
  29. pulumi_aiven/organization_user.py +12 -4
  30. pulumi_aiven/organization_user_group.py +2 -2
  31. pulumi_aiven/organization_user_group_member.py +2 -2
  32. pulumi_aiven/organizational_unit.py +2 -2
  33. pulumi_aiven/outputs.py +2245 -3107
  34. pulumi_aiven/pg.py +9 -3
  35. pulumi_aiven/project.py +36 -18
  36. pulumi_aiven/pulumi-plugin.json +1 -1
  37. pulumi_aiven/redis.py +9 -3
  38. pulumi_aiven/transit_gateway_vpc_attachment.py +9 -3
  39. {pulumi_aiven-6.18.0.dist-info → pulumi_aiven-6.18.0a1717478109.dist-info}/METADATA +1 -1
  40. {pulumi_aiven-6.18.0.dist-info → pulumi_aiven-6.18.0a1717478109.dist-info}/RECORD +42 -42
  41. {pulumi_aiven-6.18.0.dist-info → pulumi_aiven-6.18.0a1717478109.dist-info}/WHEEL +1 -1
  42. {pulumi_aiven-6.18.0.dist-info → pulumi_aiven-6.18.0a1717478109.dist-info}/top_level.txt +0 -0
@@ -116,11 +116,13 @@ class FlinkApplicationVersionArgs:
116
116
 
117
117
  @property
118
118
  @pulumi.getter
119
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
120
119
  def sinks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]]]:
121
120
  """
122
121
  Application sinks
123
122
  """
123
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""", DeprecationWarning)
124
+ pulumi.log.warn("""sinks is deprecated: This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
125
+
124
126
  return pulumi.get(self, "sinks")
125
127
 
126
128
  @sinks.setter
@@ -141,11 +143,13 @@ class FlinkApplicationVersionArgs:
141
143
 
142
144
  @property
143
145
  @pulumi.getter
144
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `source` instead.""")
145
146
  def sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSourceArgs']]]]:
146
147
  """
147
148
  Application sources
148
149
  """
150
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `source` instead.""", DeprecationWarning)
151
+ pulumi.log.warn("""sources is deprecated: This field is deprecated and will be removed in the next major release. Use `source` instead.""")
152
+
149
153
  return pulumi.get(self, "sources")
150
154
 
151
155
  @sources.setter
@@ -300,11 +304,13 @@ class _FlinkApplicationVersionState:
300
304
 
301
305
  @property
302
306
  @pulumi.getter
303
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
304
307
  def sinks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSinkArgs']]]]:
305
308
  """
306
309
  Application sinks
307
310
  """
311
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""", DeprecationWarning)
312
+ pulumi.log.warn("""sinks is deprecated: This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
313
+
308
314
  return pulumi.get(self, "sinks")
309
315
 
310
316
  @sinks.setter
@@ -325,11 +331,13 @@ class _FlinkApplicationVersionState:
325
331
 
326
332
  @property
327
333
  @pulumi.getter
328
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `source` instead.""")
329
334
  def sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlinkApplicationVersionSourceArgs']]]]:
330
335
  """
331
336
  Application sources
332
337
  """
338
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `source` instead.""", DeprecationWarning)
339
+ pulumi.log.warn("""sources is deprecated: This field is deprecated and will be removed in the next major release. Use `source` instead.""")
340
+
333
341
  return pulumi.get(self, "sources")
334
342
 
335
343
  @sources.setter
@@ -662,11 +670,13 @@ class FlinkApplicationVersion(pulumi.CustomResource):
662
670
 
663
671
  @property
664
672
  @pulumi.getter
665
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
666
673
  def sinks(self) -> pulumi.Output[Optional[Sequence['outputs.FlinkApplicationVersionSink']]]:
667
674
  """
668
675
  Application sinks
669
676
  """
677
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `sink` instead.""", DeprecationWarning)
678
+ pulumi.log.warn("""sinks is deprecated: This field is deprecated and will be removed in the next major release. Use `sink` instead.""")
679
+
670
680
  return pulumi.get(self, "sinks")
671
681
 
672
682
  @property
@@ -679,11 +689,13 @@ class FlinkApplicationVersion(pulumi.CustomResource):
679
689
 
680
690
  @property
681
691
  @pulumi.getter
682
- @_utilities.deprecated("""This field is deprecated and will be removed in the next major release. Use `source` instead.""")
683
692
  def sources(self) -> pulumi.Output[Optional[Sequence['outputs.FlinkApplicationVersionSource']]]:
684
693
  """
685
694
  Application sources
686
695
  """
696
+ warnings.warn("""This field is deprecated and will be removed in the next major release. Use `source` instead.""", DeprecationWarning)
697
+ pulumi.log.warn("""sources is deprecated: This field is deprecated and will be removed in the next major release. Use `source` instead.""")
698
+
687
699
  return pulumi.get(self, "sources")
688
700
 
689
701
  @property
@@ -21,10 +21,7 @@ class GetMirrorMakerReplicationFlowResult:
21
21
  """
22
22
  A collection of values returned by getMirrorMakerReplicationFlow.
23
23
  """
24
- def __init__(__self__, config_properties_excludes=None, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
25
- if config_properties_excludes and not isinstance(config_properties_excludes, list):
26
- raise TypeError("Expected argument 'config_properties_excludes' to be a list")
27
- pulumi.set(__self__, "config_properties_excludes", config_properties_excludes)
24
+ def __init__(__self__, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
28
25
  if emit_backward_heartbeats_enabled and not isinstance(emit_backward_heartbeats_enabled, bool):
29
26
  raise TypeError("Expected argument 'emit_backward_heartbeats_enabled' to be a bool")
30
27
  pulumi.set(__self__, "emit_backward_heartbeats_enabled", emit_backward_heartbeats_enabled)
@@ -71,14 +68,6 @@ class GetMirrorMakerReplicationFlowResult:
71
68
  raise TypeError("Expected argument 'topics_blacklists' to be a list")
72
69
  pulumi.set(__self__, "topics_blacklists", topics_blacklists)
73
70
 
74
- @property
75
- @pulumi.getter(name="configPropertiesExcludes")
76
- def config_properties_excludes(self) -> Sequence[str]:
77
- """
78
- List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\\\.replication\\\\.throttled\\\\.replicas", "leader\\\\.replication\\\\.throttled\\\\.replicas", "message\\\\.timestamp\\\\.difference\\\\.max\\\\.ms", "message\\\\.timestamp\\\\.type"]
79
- """
80
- return pulumi.get(self, "config_properties_excludes")
81
-
82
71
  @property
83
72
  @pulumi.getter(name="emitBackwardHeartbeatsEnabled")
84
73
  def emit_backward_heartbeats_enabled(self) -> bool:
@@ -206,7 +195,6 @@ class AwaitableGetMirrorMakerReplicationFlowResult(GetMirrorMakerReplicationFlow
206
195
  if False:
207
196
  yield self
208
197
  return GetMirrorMakerReplicationFlowResult(
209
- config_properties_excludes=self.config_properties_excludes,
210
198
  emit_backward_heartbeats_enabled=self.emit_backward_heartbeats_enabled,
211
199
  emit_heartbeats_enabled=self.emit_heartbeats_enabled,
212
200
  enable=self.enable,
@@ -259,7 +247,6 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
259
247
  __ret__ = pulumi.runtime.invoke('aiven:index/getMirrorMakerReplicationFlow:getMirrorMakerReplicationFlow', __args__, opts=opts, typ=GetMirrorMakerReplicationFlowResult).value
260
248
 
261
249
  return AwaitableGetMirrorMakerReplicationFlowResult(
262
- config_properties_excludes=pulumi.get(__ret__, 'config_properties_excludes'),
263
250
  emit_backward_heartbeats_enabled=pulumi.get(__ret__, 'emit_backward_heartbeats_enabled'),
264
251
  emit_heartbeats_enabled=pulumi.get(__ret__, 'emit_heartbeats_enabled'),
265
252
  enable=pulumi.get(__ret__, 'enable'),
@@ -145,7 +145,7 @@ class GetProjectResult:
145
145
  @pulumi.getter(name="parentId")
146
146
  def parent_id(self) -> str:
147
147
  """
148
- Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
148
+ Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/projects_accounts_access) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
149
149
  """
150
150
  return pulumi.get(self, "parent_id")
151
151
 
pulumi_aiven/grafana.py CHANGED
@@ -135,11 +135,13 @@ class GrafanaArgs:
135
135
 
136
136
  @property
137
137
  @pulumi.getter(name="diskSpace")
138
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
139
138
  def disk_space(self) -> Optional[pulumi.Input[str]]:
140
139
  """
141
140
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
142
141
  """
142
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
143
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
144
+
143
145
  return pulumi.get(self, "disk_space")
144
146
 
145
147
  @disk_space.setter
@@ -439,11 +441,13 @@ class _GrafanaState:
439
441
 
440
442
  @property
441
443
  @pulumi.getter(name="diskSpace")
442
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
443
444
  def disk_space(self) -> Optional[pulumi.Input[str]]:
444
445
  """
445
446
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
446
447
  """
448
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
449
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
450
+
447
451
  return pulumi.get(self, "disk_space")
448
452
 
449
453
  @disk_space.setter
@@ -1054,11 +1058,13 @@ class Grafana(pulumi.CustomResource):
1054
1058
 
1055
1059
  @property
1056
1060
  @pulumi.getter(name="diskSpace")
1057
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1058
1061
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1059
1062
  """
1060
1063
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1061
1064
  """
1065
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1066
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1067
+
1062
1068
  return pulumi.get(self, "disk_space")
1063
1069
 
1064
1070
  @property
pulumi_aiven/influx_db.py CHANGED
@@ -180,12 +180,14 @@ class InfluxDbArgs:
180
180
 
181
181
  @property
182
182
  @pulumi.getter(name="diskSpace")
183
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
184
183
  def disk_space(self) -> Optional[pulumi.Input[str]]:
185
184
  """
186
185
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
187
186
  will result in the service rebalancing.
188
187
  """
188
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
189
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
190
+
189
191
  return pulumi.get(self, "disk_space")
190
192
 
191
193
  @disk_space.setter
@@ -509,12 +511,14 @@ class _InfluxDbState:
509
511
 
510
512
  @property
511
513
  @pulumi.getter(name="diskSpace")
512
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
513
514
  def disk_space(self) -> Optional[pulumi.Input[str]]:
514
515
  """
515
516
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
516
517
  will result in the service rebalancing.
517
518
  """
519
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
520
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
521
+
518
522
  return pulumi.get(self, "disk_space")
519
523
 
520
524
  @disk_space.setter
@@ -1137,12 +1141,14 @@ class InfluxDb(pulumi.CustomResource):
1137
1141
 
1138
1142
  @property
1139
1143
  @pulumi.getter(name="diskSpace")
1140
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1141
1144
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1142
1145
  """
1143
1146
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing
1144
1147
  will result in the service rebalancing.
1145
1148
  """
1149
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1150
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1151
+
1146
1152
  return pulumi.get(self, "disk_space")
1147
1153
 
1148
1154
  @property
pulumi_aiven/kafka.py CHANGED
@@ -169,11 +169,13 @@ class KafkaArgs:
169
169
 
170
170
  @property
171
171
  @pulumi.getter(name="diskSpace")
172
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
173
172
  def disk_space(self) -> Optional[pulumi.Input[str]]:
174
173
  """
175
174
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
176
175
  """
176
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
177
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
178
+
177
179
  return pulumi.get(self, "disk_space")
178
180
 
179
181
  @disk_space.setter
@@ -206,11 +208,13 @@ class KafkaArgs:
206
208
 
207
209
  @property
208
210
  @pulumi.getter
209
- @_utilities.deprecated("""Usage of this field is discouraged.""")
210
211
  def karapace(self) -> Optional[pulumi.Input[bool]]:
211
212
  """
212
213
  Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
213
214
  """
215
+ warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
216
+ pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
217
+
214
218
  return pulumi.get(self, "karapace")
215
219
 
216
220
  @karapace.setter
@@ -497,11 +501,13 @@ class _KafkaState:
497
501
 
498
502
  @property
499
503
  @pulumi.getter(name="diskSpace")
500
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
501
504
  def disk_space(self) -> Optional[pulumi.Input[str]]:
502
505
  """
503
506
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
504
507
  """
508
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
509
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
510
+
505
511
  return pulumi.get(self, "disk_space")
506
512
 
507
513
  @disk_space.setter
@@ -582,11 +588,13 @@ class _KafkaState:
582
588
 
583
589
  @property
584
590
  @pulumi.getter
585
- @_utilities.deprecated("""Usage of this field is discouraged.""")
586
591
  def karapace(self) -> Optional[pulumi.Input[bool]]:
587
592
  """
588
593
  Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
589
594
  """
595
+ warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
596
+ pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
597
+
590
598
  return pulumi.get(self, "karapace")
591
599
 
592
600
  @karapace.setter
@@ -1165,11 +1173,13 @@ class Kafka(pulumi.CustomResource):
1165
1173
 
1166
1174
  @property
1167
1175
  @pulumi.getter(name="diskSpace")
1168
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1169
1176
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1170
1177
  """
1171
1178
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1172
1179
  """
1180
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1181
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1182
+
1173
1183
  return pulumi.get(self, "disk_space")
1174
1184
 
1175
1185
  @property
@@ -1222,11 +1232,13 @@ class Kafka(pulumi.CustomResource):
1222
1232
 
1223
1233
  @property
1224
1234
  @pulumi.getter
1225
- @_utilities.deprecated("""Usage of this field is discouraged.""")
1226
1235
  def karapace(self) -> pulumi.Output[Optional[bool]]:
1227
1236
  """
1228
1237
  Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
1229
1238
  """
1239
+ warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
1240
+ pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
1241
+
1230
1242
  return pulumi.get(self, "karapace")
1231
1243
 
1232
1244
  @property
@@ -142,11 +142,13 @@ class KafkaConnectArgs:
142
142
 
143
143
  @property
144
144
  @pulumi.getter(name="diskSpace")
145
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
146
145
  def disk_space(self) -> Optional[pulumi.Input[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
  """
149
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
150
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
151
+
150
152
  return pulumi.get(self, "disk_space")
151
153
 
152
154
  @disk_space.setter
@@ -418,11 +420,13 @@ class _KafkaConnectState:
418
420
 
419
421
  @property
420
422
  @pulumi.getter(name="diskSpace")
421
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
422
423
  def disk_space(self) -> Optional[pulumi.Input[str]]:
423
424
  """
424
425
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
425
426
  """
427
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
428
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
429
+
426
430
  return pulumi.get(self, "disk_space")
427
431
 
428
432
  @disk_space.setter
@@ -1020,11 +1024,13 @@ class KafkaConnect(pulumi.CustomResource):
1020
1024
 
1021
1025
  @property
1022
1026
  @pulumi.getter(name="diskSpace")
1023
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1024
1027
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1025
1028
  """
1026
1029
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1027
1030
  """
1031
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1032
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1033
+
1028
1034
  return pulumi.get(self, "disk_space")
1029
1035
 
1030
1036
  @property
@@ -142,11 +142,13 @@ class KafkaMirrorMakerArgs:
142
142
 
143
143
  @property
144
144
  @pulumi.getter(name="diskSpace")
145
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
146
145
  def disk_space(self) -> Optional[pulumi.Input[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
  """
149
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
150
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
151
+
150
152
  return pulumi.get(self, "disk_space")
151
153
 
152
154
  @disk_space.setter
@@ -418,11 +420,13 @@ class _KafkaMirrorMakerState:
418
420
 
419
421
  @property
420
422
  @pulumi.getter(name="diskSpace")
421
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
422
423
  def disk_space(self) -> Optional[pulumi.Input[str]]:
423
424
  """
424
425
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
425
426
  """
427
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
428
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
429
+
426
430
  return pulumi.get(self, "disk_space")
427
431
 
428
432
  @disk_space.setter
@@ -1016,11 +1020,13 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1016
1020
 
1017
1021
  @property
1018
1022
  @pulumi.getter(name="diskSpace")
1019
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1020
1023
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1021
1024
  """
1022
1025
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1023
1026
  """
1027
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1028
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1029
+
1024
1030
  return pulumi.get(self, "disk_space")
1025
1031
 
1026
1032
  @property
@@ -146,11 +146,13 @@ class M3AggregatorArgs:
146
146
 
147
147
  @property
148
148
  @pulumi.getter(name="diskSpace")
149
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
150
149
  def disk_space(self) -> Optional[pulumi.Input[str]]:
151
150
  """
152
151
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
153
152
  """
153
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
154
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
155
+
154
156
  return pulumi.get(self, "disk_space")
155
157
 
156
158
  @disk_space.setter
@@ -438,11 +440,13 @@ class _M3AggregatorState:
438
440
 
439
441
  @property
440
442
  @pulumi.getter(name="diskSpace")
441
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
442
443
  def disk_space(self) -> Optional[pulumi.Input[str]]:
443
444
  """
444
445
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
445
446
  """
447
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
448
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
449
+
446
450
  return pulumi.get(self, "disk_space")
447
451
 
448
452
  @disk_space.setter
@@ -1049,11 +1053,13 @@ class M3Aggregator(pulumi.CustomResource):
1049
1053
 
1050
1054
  @property
1051
1055
  @pulumi.getter(name="diskSpace")
1052
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1053
1056
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1054
1057
  """
1055
1058
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1056
1059
  """
1060
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1061
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1062
+
1057
1063
  return pulumi.get(self, "disk_space")
1058
1064
 
1059
1065
  @property
pulumi_aiven/m3_db.py CHANGED
@@ -146,11 +146,13 @@ class M3DbArgs:
146
146
 
147
147
  @property
148
148
  @pulumi.getter(name="diskSpace")
149
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
150
149
  def disk_space(self) -> Optional[pulumi.Input[str]]:
151
150
  """
152
151
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
153
152
  """
153
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
154
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
155
+
154
156
  return pulumi.get(self, "disk_space")
155
157
 
156
158
  @disk_space.setter
@@ -438,11 +440,13 @@ class _M3DbState:
438
440
 
439
441
  @property
440
442
  @pulumi.getter(name="diskSpace")
441
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
442
443
  def disk_space(self) -> Optional[pulumi.Input[str]]:
443
444
  """
444
445
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
445
446
  """
447
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
448
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
449
+
446
450
  return pulumi.get(self, "disk_space")
447
451
 
448
452
  @disk_space.setter
@@ -1057,11 +1061,13 @@ class M3Db(pulumi.CustomResource):
1057
1061
 
1058
1062
  @property
1059
1063
  @pulumi.getter(name="diskSpace")
1060
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1061
1064
  def disk_space(self) -> pulumi.Output[Optional[str]]:
1062
1065
  """
1063
1066
  Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1064
1067
  """
1068
+ warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
1069
+ pulumi.log.warn("""disk_space is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1070
+
1065
1071
  return pulumi.get(self, "disk_space")
1066
1072
 
1067
1073
  @property