pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.47.0a1767071446__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.
Files changed (102) hide show
  1. pulumi_aiven/__init__.py +4 -0
  2. pulumi_aiven/_inputs.py +3087 -602
  3. pulumi_aiven/account_team.py +6 -12
  4. pulumi_aiven/account_team_member.py +6 -12
  5. pulumi_aiven/account_team_project.py +6 -12
  6. pulumi_aiven/alloydbomni.py +72 -23
  7. pulumi_aiven/alloydbomni_database.py +26 -0
  8. pulumi_aiven/alloydbomni_user.py +135 -8
  9. pulumi_aiven/billing_group.py +225 -114
  10. pulumi_aiven/cassandra.py +46 -23
  11. pulumi_aiven/cassandra_user.py +110 -9
  12. pulumi_aiven/clickhouse.py +46 -23
  13. pulumi_aiven/clickhouse_user.py +127 -7
  14. pulumi_aiven/dragonfly.py +46 -23
  15. pulumi_aiven/flink.py +46 -23
  16. pulumi_aiven/get_account_team.py +6 -12
  17. pulumi_aiven/get_account_team_member.py +6 -12
  18. pulumi_aiven/get_account_team_project.py +6 -12
  19. pulumi_aiven/get_alloydbomni.py +43 -3
  20. pulumi_aiven/get_alloydbomni_database.py +26 -0
  21. pulumi_aiven/get_alloydbomni_user.py +27 -1
  22. pulumi_aiven/get_billing_group.py +47 -15
  23. pulumi_aiven/get_cassanda.py +17 -3
  24. pulumi_aiven/get_cassandra.py +17 -3
  25. pulumi_aiven/get_cassandra_user.py +1 -1
  26. pulumi_aiven/get_clickhouse.py +17 -3
  27. pulumi_aiven/get_clickhouse_user.py +1 -1
  28. pulumi_aiven/get_dragonfly.py +17 -3
  29. pulumi_aiven/get_flink.py +17 -3
  30. pulumi_aiven/get_grafana.py +17 -3
  31. pulumi_aiven/get_influx_db.py +12 -1
  32. pulumi_aiven/get_kafka.py +17 -3
  33. pulumi_aiven/get_kafka_connect.py +17 -3
  34. pulumi_aiven/get_kafka_mirror_maker.py +17 -3
  35. pulumi_aiven/get_kafka_user.py +1 -1
  36. pulumi_aiven/get_m3_aggregator.py +14 -112
  37. pulumi_aiven/get_m3_db.py +14 -124
  38. pulumi_aiven/get_m3db_user.py +2 -61
  39. pulumi_aiven/get_my_sql.py +17 -3
  40. pulumi_aiven/get_mysql_user.py +1 -1
  41. pulumi_aiven/get_open_search.py +17 -3
  42. pulumi_aiven/get_opensearch_user.py +1 -1
  43. pulumi_aiven/get_organization.py +1 -1
  44. pulumi_aiven/get_organization_address.py +1 -1
  45. pulumi_aiven/get_organization_application_user.py +29 -11
  46. pulumi_aiven/get_organization_billing_group.py +3 -3
  47. pulumi_aiven/get_organization_project.py +2 -8
  48. pulumi_aiven/get_organization_user_group_list.py +131 -0
  49. pulumi_aiven/get_organization_user_group_member_list.py +171 -0
  50. pulumi_aiven/get_organization_user_list.py +33 -11
  51. pulumi_aiven/get_organizational_unit.py +4 -0
  52. pulumi_aiven/get_pg.py +17 -3
  53. pulumi_aiven/get_pg_user.py +1 -1
  54. pulumi_aiven/get_redis.py +14 -128
  55. pulumi_aiven/get_redis_user.py +2 -77
  56. pulumi_aiven/get_service_component.py +3 -3
  57. pulumi_aiven/get_service_plan.py +309 -0
  58. pulumi_aiven/get_service_plan_list.py +151 -0
  59. pulumi_aiven/get_thanos.py +17 -3
  60. pulumi_aiven/get_valkey.py +17 -3
  61. pulumi_aiven/get_valkey_user.py +4 -4
  62. pulumi_aiven/governance_access.py +12 -0
  63. pulumi_aiven/grafana.py +46 -23
  64. pulumi_aiven/influx_db.py +133 -291
  65. pulumi_aiven/influxdb_database.py +14 -28
  66. pulumi_aiven/influxdb_user.py +21 -42
  67. pulumi_aiven/kafka.py +46 -23
  68. pulumi_aiven/kafka_connect.py +48 -25
  69. pulumi_aiven/kafka_mirror_maker.py +46 -23
  70. pulumi_aiven/kafka_schema.py +20 -20
  71. pulumi_aiven/kafka_user.py +110 -9
  72. pulumi_aiven/m3_aggregator.py +48 -75
  73. pulumi_aiven/m3_db.py +48 -95
  74. pulumi_aiven/m3db_user.py +2 -54
  75. pulumi_aiven/my_sql.py +46 -23
  76. pulumi_aiven/mysql_user.py +110 -9
  77. pulumi_aiven/open_search.py +46 -23
  78. pulumi_aiven/opensearch_user.py +110 -9
  79. pulumi_aiven/organization.py +6 -6
  80. pulumi_aiven/organization_address.py +12 -0
  81. pulumi_aiven/organization_application_user.py +76 -48
  82. pulumi_aiven/organization_application_user_token.py +127 -91
  83. pulumi_aiven/organization_billing_group.py +33 -21
  84. pulumi_aiven/organization_permission.py +82 -49
  85. pulumi_aiven/organization_project.py +9 -15
  86. pulumi_aiven/organization_user.py +8 -8
  87. pulumi_aiven/organization_user_group_member.py +29 -35
  88. pulumi_aiven/outputs.py +2042 -326
  89. pulumi_aiven/pg.py +112 -23
  90. pulumi_aiven/pg_user.py +109 -8
  91. pulumi_aiven/project.py +2 -24
  92. pulumi_aiven/pulumi-plugin.json +1 -1
  93. pulumi_aiven/redis.py +57 -97
  94. pulumi_aiven/redis_user.py +23 -79
  95. pulumi_aiven/thanos.py +46 -23
  96. pulumi_aiven/valkey.py +46 -23
  97. pulumi_aiven/valkey_user.py +130 -29
  98. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/METADATA +1 -1
  99. pulumi_aiven-6.47.0a1767071446.dist-info/RECORD +193 -0
  100. pulumi_aiven-6.43.0a1756184863.dist-info/RECORD +0 -189
  101. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/WHEEL +0 -0
  102. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/top_level.txt +0 -0
@@ -22,19 +22,28 @@ class KafkaUserArgs:
22
22
  project: pulumi.Input[_builtins.str],
23
23
  service_name: pulumi.Input[_builtins.str],
24
24
  username: pulumi.Input[_builtins.str],
25
- password: Optional[pulumi.Input[_builtins.str]] = None):
25
+ password: Optional[pulumi.Input[_builtins.str]] = None,
26
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
27
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
26
28
  """
27
29
  The set of arguments for constructing a KafkaUser resource.
28
30
  :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.
29
31
  :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.
30
32
  :param pulumi.Input[_builtins.str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
- :param pulumi.Input[_builtins.str] password: The Kafka service user's password.
33
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
34
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
35
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
36
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
32
37
  """
33
38
  pulumi.set(__self__, "project", project)
34
39
  pulumi.set(__self__, "service_name", service_name)
35
40
  pulumi.set(__self__, "username", username)
36
41
  if password is not None:
37
42
  pulumi.set(__self__, "password", password)
43
+ if password_wo is not None:
44
+ pulumi.set(__self__, "password_wo", password_wo)
45
+ if password_wo_version is not None:
46
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
38
47
 
39
48
  @_builtins.property
40
49
  @pulumi.getter
@@ -76,7 +85,7 @@ class KafkaUserArgs:
76
85
  @pulumi.getter
77
86
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
78
87
  """
79
- The Kafka service user's password.
88
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
80
89
  """
81
90
  return pulumi.get(self, "password")
82
91
 
@@ -84,6 +93,31 @@ class KafkaUserArgs:
84
93
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
85
94
  pulumi.set(self, "password", value)
86
95
 
96
+ @_builtins.property
97
+ @pulumi.getter(name="passwordWo")
98
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
99
+ """
100
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
101
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
102
+ """
103
+ return pulumi.get(self, "password_wo")
104
+
105
+ @password_wo.setter
106
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
107
+ pulumi.set(self, "password_wo", value)
108
+
109
+ @_builtins.property
110
+ @pulumi.getter(name="passwordWoVersion")
111
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
112
+ """
113
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
114
+ """
115
+ return pulumi.get(self, "password_wo_version")
116
+
117
+ @password_wo_version.setter
118
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
119
+ pulumi.set(self, "password_wo_version", value)
120
+
87
121
 
88
122
  @pulumi.input_type
89
123
  class _KafkaUserState:
@@ -91,6 +125,8 @@ class _KafkaUserState:
91
125
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
92
126
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
93
127
  password: Optional[pulumi.Input[_builtins.str]] = None,
128
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
129
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
94
130
  project: Optional[pulumi.Input[_builtins.str]] = None,
95
131
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
96
132
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -99,7 +135,10 @@ class _KafkaUserState:
99
135
  Input properties used for looking up and filtering KafkaUser resources.
100
136
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
101
137
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
102
- :param pulumi.Input[_builtins.str] password: The Kafka service user's password.
138
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
139
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
140
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
141
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
103
142
  :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.
104
143
  :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.
105
144
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -111,6 +150,10 @@ class _KafkaUserState:
111
150
  pulumi.set(__self__, "access_key", access_key)
112
151
  if password is not None:
113
152
  pulumi.set(__self__, "password", password)
153
+ if password_wo is not None:
154
+ pulumi.set(__self__, "password_wo", password_wo)
155
+ if password_wo_version is not None:
156
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
114
157
  if project is not None:
115
158
  pulumi.set(__self__, "project", project)
116
159
  if service_name is not None:
@@ -148,7 +191,7 @@ class _KafkaUserState:
148
191
  @pulumi.getter
149
192
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
150
193
  """
151
- The Kafka service user's password.
194
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
152
195
  """
153
196
  return pulumi.get(self, "password")
154
197
 
@@ -156,6 +199,31 @@ class _KafkaUserState:
156
199
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
157
200
  pulumi.set(self, "password", value)
158
201
 
202
+ @_builtins.property
203
+ @pulumi.getter(name="passwordWo")
204
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
205
+ """
206
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
207
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
208
+ """
209
+ return pulumi.get(self, "password_wo")
210
+
211
+ @password_wo.setter
212
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
213
+ pulumi.set(self, "password_wo", value)
214
+
215
+ @_builtins.property
216
+ @pulumi.getter(name="passwordWoVersion")
217
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
218
+ """
219
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
220
+ """
221
+ return pulumi.get(self, "password_wo_version")
222
+
223
+ @password_wo_version.setter
224
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
225
+ pulumi.set(self, "password_wo_version", value)
226
+
159
227
  @_builtins.property
160
228
  @pulumi.getter
161
229
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -212,6 +280,8 @@ class KafkaUser(pulumi.CustomResource):
212
280
  resource_name: str,
213
281
  opts: Optional[pulumi.ResourceOptions] = None,
214
282
  password: Optional[pulumi.Input[_builtins.str]] = None,
283
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
284
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
215
285
  project: Optional[pulumi.Input[_builtins.str]] = None,
216
286
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
217
287
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -240,7 +310,10 @@ class KafkaUser(pulumi.CustomResource):
240
310
 
241
311
  :param str resource_name: The name of the resource.
242
312
  :param pulumi.ResourceOptions opts: Options for the resource.
243
- :param pulumi.Input[_builtins.str] password: The Kafka service user's password.
313
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
314
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
315
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
316
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
244
317
  :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.
245
318
  :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.
246
319
  :param pulumi.Input[_builtins.str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -289,6 +362,8 @@ class KafkaUser(pulumi.CustomResource):
289
362
  resource_name: str,
290
363
  opts: Optional[pulumi.ResourceOptions] = None,
291
364
  password: Optional[pulumi.Input[_builtins.str]] = None,
365
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
366
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
292
367
  project: Optional[pulumi.Input[_builtins.str]] = None,
293
368
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
294
369
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -302,6 +377,8 @@ class KafkaUser(pulumi.CustomResource):
302
377
  __props__ = KafkaUserArgs.__new__(KafkaUserArgs)
303
378
 
304
379
  __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
380
+ __props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
381
+ __props__.__dict__["password_wo_version"] = password_wo_version
305
382
  if project is None and not opts.urn:
306
383
  raise TypeError("Missing required property 'project'")
307
384
  __props__.__dict__["project"] = project
@@ -314,7 +391,7 @@ class KafkaUser(pulumi.CustomResource):
314
391
  __props__.__dict__["access_cert"] = None
315
392
  __props__.__dict__["access_key"] = None
316
393
  __props__.__dict__["type"] = None
317
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password"])
394
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password", "passwordWo"])
318
395
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
319
396
  super(KafkaUser, __self__).__init__(
320
397
  'aiven:index/kafkaUser:KafkaUser',
@@ -329,6 +406,8 @@ class KafkaUser(pulumi.CustomResource):
329
406
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
330
407
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
331
408
  password: Optional[pulumi.Input[_builtins.str]] = None,
409
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
410
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
332
411
  project: Optional[pulumi.Input[_builtins.str]] = None,
333
412
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
334
413
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -342,7 +421,10 @@ class KafkaUser(pulumi.CustomResource):
342
421
  :param pulumi.ResourceOptions opts: Options for the resource.
343
422
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
344
423
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
345
- :param pulumi.Input[_builtins.str] password: The Kafka service user's password.
424
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
425
+ :param pulumi.Input[_builtins.str] password_wo: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
426
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
427
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
346
428
  :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.
347
429
  :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.
348
430
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -355,6 +437,8 @@ class KafkaUser(pulumi.CustomResource):
355
437
  __props__.__dict__["access_cert"] = access_cert
356
438
  __props__.__dict__["access_key"] = access_key
357
439
  __props__.__dict__["password"] = password
440
+ __props__.__dict__["password_wo"] = password_wo
441
+ __props__.__dict__["password_wo_version"] = password_wo_version
358
442
  __props__.__dict__["project"] = project
359
443
  __props__.__dict__["service_name"] = service_name
360
444
  __props__.__dict__["type"] = type
@@ -381,10 +465,27 @@ class KafkaUser(pulumi.CustomResource):
381
465
  @pulumi.getter
382
466
  def password(self) -> pulumi.Output[_builtins.str]:
383
467
  """
384
- The Kafka service user's password.
468
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
385
469
  """
386
470
  return pulumi.get(self, "password")
387
471
 
472
+ @_builtins.property
473
+ @pulumi.getter(name="passwordWo")
474
+ def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
475
+ """
476
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
477
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
478
+ """
479
+ return pulumi.get(self, "password_wo")
480
+
481
+ @_builtins.property
482
+ @pulumi.getter(name="passwordWoVersion")
483
+ def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
484
+ """
485
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
486
+ """
487
+ return pulumi.get(self, "password_wo_version")
488
+
388
489
  @_builtins.property
389
490
  @pulumi.getter
390
491
  def project(self) -> pulumi.Output[_builtins.str]:
@@ -44,7 +44,7 @@ class M3AggregatorArgs:
44
44
  :param pulumi.Input[_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.
45
45
  :param pulumi.Input[_builtins.str] additional_disk_space: 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.
46
46
  :param pulumi.Input[_builtins.str] cloud_name: 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.
47
- :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
47
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
48
48
  :param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
49
49
  :param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
50
50
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -64,8 +64,8 @@ class M3AggregatorArgs:
64
64
  if cloud_name is not None:
65
65
  pulumi.set(__self__, "cloud_name", cloud_name)
66
66
  if disk_space is not None:
67
- 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)
68
- 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.""")
67
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
68
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
69
69
  if disk_space is not None:
70
70
  pulumi.set(__self__, "disk_space", disk_space)
71
71
  if m3aggregator is not None:
@@ -154,10 +154,10 @@ class M3AggregatorArgs:
154
154
 
155
155
  @_builtins.property
156
156
  @pulumi.getter(name="diskSpace")
157
- @_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.""")
157
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
158
158
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
159
159
  """
160
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
160
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
161
161
  """
162
162
  return pulumi.get(self, "disk_space")
163
163
 
@@ -301,6 +301,7 @@ class _M3AggregatorState:
301
301
  m3aggregator: Optional[pulumi.Input['M3AggregatorM3aggregatorArgs']] = None,
302
302
  m3aggregator_user_config: Optional[pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs']] = None,
303
303
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
304
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
304
305
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
305
306
  plan: Optional[pulumi.Input[_builtins.str]] = None,
306
307
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -323,14 +324,15 @@ class _M3AggregatorState:
323
324
  :param pulumi.Input[_builtins.str] additional_disk_space: 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.
324
325
  :param pulumi.Input[_builtins.str] cloud_name: 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.
325
326
  :param pulumi.Input[Sequence[pulumi.Input['M3AggregatorComponentArgs']]] components: Service component information objects
326
- :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
327
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
327
328
  :param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
328
329
  :param pulumi.Input[_builtins.str] disk_space_default: 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`
329
330
  :param pulumi.Input[_builtins.str] disk_space_step: 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.
330
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
331
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
331
332
  :param pulumi.Input['M3AggregatorM3aggregatorArgs'] m3aggregator: M3 Aggregator server provided values
332
333
  :param pulumi.Input['M3AggregatorM3aggregatorUserConfigArgs'] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
333
334
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
335
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
334
336
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
335
337
  :param pulumi.Input[_builtins.str] plan: 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).
336
338
  :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.
@@ -355,8 +357,8 @@ class _M3AggregatorState:
355
357
  if components is not None:
356
358
  pulumi.set(__self__, "components", components)
357
359
  if disk_space is not None:
358
- 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)
359
- 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.""")
360
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
361
+ pulumi.log.warn("""disk_space is deprecated: Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
360
362
  if disk_space is not None:
361
363
  pulumi.set(__self__, "disk_space", disk_space)
362
364
  if disk_space_cap is not None:
@@ -365,9 +367,6 @@ class _M3AggregatorState:
365
367
  pulumi.set(__self__, "disk_space_default", disk_space_default)
366
368
  if disk_space_step is not None:
367
369
  pulumi.set(__self__, "disk_space_step", disk_space_step)
368
- if disk_space_used is not None:
369
- 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)
370
- pulumi.log.warn("""disk_space_used 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.""")
371
370
  if disk_space_used is not None:
372
371
  pulumi.set(__self__, "disk_space_used", disk_space_used)
373
372
  if m3aggregator is not None:
@@ -379,6 +378,8 @@ class _M3AggregatorState:
379
378
  pulumi.set(__self__, "m3aggregator_user_config", m3aggregator_user_config)
380
379
  if maintenance_window_dow is not None:
381
380
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
381
+ if maintenance_window_enabled is not None:
382
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
382
383
  if maintenance_window_time is not None:
383
384
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
384
385
  if plan is not None:
@@ -452,10 +453,10 @@ class _M3AggregatorState:
452
453
 
453
454
  @_builtins.property
454
455
  @pulumi.getter(name="diskSpace")
455
- @_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.""")
456
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
456
457
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
457
458
  """
458
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
459
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
459
460
  """
460
461
  return pulumi.get(self, "disk_space")
461
462
 
@@ -501,10 +502,9 @@ class _M3AggregatorState:
501
502
 
502
503
  @_builtins.property
503
504
  @pulumi.getter(name="diskSpaceUsed")
504
- @_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.""")
505
505
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
506
506
  """
507
- Disk space that service is currently using
507
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
508
508
  """
509
509
  return pulumi.get(self, "disk_space_used")
510
510
 
@@ -549,6 +549,18 @@ class _M3AggregatorState:
549
549
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
550
550
  pulumi.set(self, "maintenance_window_dow", value)
551
551
 
552
+ @_builtins.property
553
+ @pulumi.getter(name="maintenanceWindowEnabled")
554
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
555
+ """
556
+ Indicates whether the maintenance window is currently enabled for this service.
557
+ """
558
+ return pulumi.get(self, "maintenance_window_enabled")
559
+
560
+ @maintenance_window_enabled.setter
561
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
562
+ pulumi.set(self, "maintenance_window_enabled", value)
563
+
552
564
  @_builtins.property
553
565
  @pulumi.getter(name="maintenanceWindowTime")
554
566
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -775,37 +787,12 @@ class M3Aggregator(pulumi.CustomResource):
775
787
  termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
776
788
  __props__=None):
777
789
  """
778
- The M3 Aggregator resource allows the creation and management of Aiven M3 Aggregator services.
779
-
780
- ## Example Usage
781
-
782
- ```python
783
- import pulumi
784
- import pulumi_aiven as aiven
785
-
786
- m3a = aiven.M3Aggregator("m3a",
787
- project=foo["project"],
788
- cloud_name="google-europe-west1",
789
- plan="business-8",
790
- service_name="my-m3a",
791
- maintenance_window_dow="monday",
792
- maintenance_window_time="10:00:00",
793
- m3aggregator_user_config={
794
- "m3aggregator_version": "0.15",
795
- })
796
- ```
797
-
798
- ## Import
799
-
800
- ```sh
801
- $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
802
- ```
803
-
790
+ Create a M3Aggregator resource with the given unique name, props, and options.
804
791
  :param str resource_name: The name of the resource.
805
792
  :param pulumi.ResourceOptions opts: Options for the resource.
806
793
  :param pulumi.Input[_builtins.str] additional_disk_space: 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.
807
794
  :param pulumi.Input[_builtins.str] cloud_name: 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.
808
- :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
795
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
809
796
  :param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
810
797
  :param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
811
798
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
@@ -827,32 +814,7 @@ class M3Aggregator(pulumi.CustomResource):
827
814
  args: M3AggregatorArgs,
828
815
  opts: Optional[pulumi.ResourceOptions] = None):
829
816
  """
830
- The M3 Aggregator resource allows the creation and management of Aiven M3 Aggregator services.
831
-
832
- ## Example Usage
833
-
834
- ```python
835
- import pulumi
836
- import pulumi_aiven as aiven
837
-
838
- m3a = aiven.M3Aggregator("m3a",
839
- project=foo["project"],
840
- cloud_name="google-europe-west1",
841
- plan="business-8",
842
- service_name="my-m3a",
843
- maintenance_window_dow="monday",
844
- maintenance_window_time="10:00:00",
845
- m3aggregator_user_config={
846
- "m3aggregator_version": "0.15",
847
- })
848
- ```
849
-
850
- ## Import
851
-
852
- ```sh
853
- $ pulumi import aiven:index/m3Aggregator:M3Aggregator m3a project/service_name
854
- ```
855
-
817
+ Create a M3Aggregator resource with the given unique name, props, and options.
856
818
  :param str resource_name: The name of the resource.
857
819
  :param M3AggregatorArgs args: The arguments to use to populate this resource's properties.
858
820
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -920,6 +882,7 @@ class M3Aggregator(pulumi.CustomResource):
920
882
  __props__.__dict__["disk_space_default"] = None
921
883
  __props__.__dict__["disk_space_step"] = None
922
884
  __props__.__dict__["disk_space_used"] = None
885
+ __props__.__dict__["maintenance_window_enabled"] = None
923
886
  __props__.__dict__["service_host"] = None
924
887
  __props__.__dict__["service_password"] = None
925
888
  __props__.__dict__["service_port"] = None
@@ -950,6 +913,7 @@ class M3Aggregator(pulumi.CustomResource):
950
913
  m3aggregator: Optional[pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']]] = None,
951
914
  m3aggregator_user_config: Optional[pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']]] = None,
952
915
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
916
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
953
917
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
954
918
  plan: Optional[pulumi.Input[_builtins.str]] = None,
955
919
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -977,14 +941,15 @@ class M3Aggregator(pulumi.CustomResource):
977
941
  :param pulumi.Input[_builtins.str] additional_disk_space: 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.
978
942
  :param pulumi.Input[_builtins.str] cloud_name: 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.
979
943
  :param pulumi.Input[Sequence[pulumi.Input[Union['M3AggregatorComponentArgs', 'M3AggregatorComponentArgsDict']]]] components: Service component information objects
980
- :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
944
+ :param pulumi.Input[_builtins.str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
981
945
  :param pulumi.Input[_builtins.str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
982
946
  :param pulumi.Input[_builtins.str] disk_space_default: 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`
983
947
  :param pulumi.Input[_builtins.str] disk_space_step: 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.
984
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
948
+ :param pulumi.Input[_builtins.str] disk_space_used: The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
985
949
  :param pulumi.Input[Union['M3AggregatorM3aggregatorArgs', 'M3AggregatorM3aggregatorArgsDict']] m3aggregator: M3 Aggregator server provided values
986
950
  :param pulumi.Input[Union['M3AggregatorM3aggregatorUserConfigArgs', 'M3AggregatorM3aggregatorUserConfigArgsDict']] m3aggregator_user_config: M3aggregator user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
987
951
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
952
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
988
953
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
989
954
  :param pulumi.Input[_builtins.str] plan: 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).
990
955
  :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.
@@ -1017,6 +982,7 @@ class M3Aggregator(pulumi.CustomResource):
1017
982
  __props__.__dict__["m3aggregator"] = m3aggregator
1018
983
  __props__.__dict__["m3aggregator_user_config"] = m3aggregator_user_config
1019
984
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
985
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1020
986
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1021
987
  __props__.__dict__["plan"] = plan
1022
988
  __props__.__dict__["project"] = project
@@ -1062,10 +1028,10 @@ class M3Aggregator(pulumi.CustomResource):
1062
1028
 
1063
1029
  @_builtins.property
1064
1030
  @pulumi.getter(name="diskSpace")
1065
- @_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.""")
1031
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1066
1032
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1067
1033
  """
1068
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1034
+ Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing. Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.
1069
1035
  """
1070
1036
  return pulumi.get(self, "disk_space")
1071
1037
 
@@ -1095,10 +1061,9 @@ class M3Aggregator(pulumi.CustomResource):
1095
1061
 
1096
1062
  @_builtins.property
1097
1063
  @pulumi.getter(name="diskSpaceUsed")
1098
- @_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.""")
1099
1064
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1100
1065
  """
1101
- Disk space that service is currently using
1066
+ The disk space that the service is currently using. This is the sum of `disk_space` and `additional_disk_space` in human-readable format (for example: `90GiB`).
1102
1067
  """
1103
1068
  return pulumi.get(self, "disk_space_used")
1104
1069
 
@@ -1127,6 +1092,14 @@ class M3Aggregator(pulumi.CustomResource):
1127
1092
  """
1128
1093
  return pulumi.get(self, "maintenance_window_dow")
1129
1094
 
1095
+ @_builtins.property
1096
+ @pulumi.getter(name="maintenanceWindowEnabled")
1097
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1098
+ """
1099
+ Indicates whether the maintenance window is currently enabled for this service.
1100
+ """
1101
+ return pulumi.get(self, "maintenance_window_enabled")
1102
+
1130
1103
  @_builtins.property
1131
1104
  @pulumi.getter(name="maintenanceWindowTime")
1132
1105
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]: