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
@@ -26,10 +26,8 @@ class InfluxdbDatabaseArgs:
26
26
  """
27
27
  The set of arguments for constructing a InfluxdbDatabase resource.
28
28
  :param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
29
- :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
30
- reference. Changing this property forces recreation of the resource.
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
32
- reference. Changing this property forces recreation of the resource.
29
+ :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.
30
+ :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.
33
31
  """
34
32
  pulumi.set(__self__, "database_name", database_name)
35
33
  pulumi.set(__self__, "project", project)
@@ -53,8 +51,7 @@ class InfluxdbDatabaseArgs:
53
51
  @pulumi.getter
54
52
  def project(self) -> pulumi.Input[_builtins.str]:
55
53
  """
56
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
57
- reference. Changing this property forces recreation of the resource.
54
+ 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.
58
55
  """
59
56
  return pulumi.get(self, "project")
60
57
 
@@ -66,8 +63,7 @@ class InfluxdbDatabaseArgs:
66
63
  @pulumi.getter(name="serviceName")
67
64
  def service_name(self) -> pulumi.Input[_builtins.str]:
68
65
  """
69
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
70
- reference. Changing this property forces recreation of the resource.
66
+ 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.
71
67
  """
72
68
  return pulumi.get(self, "service_name")
73
69
 
@@ -95,10 +91,8 @@ class _InfluxdbDatabaseState:
95
91
  """
96
92
  Input properties used for looking up and filtering InfluxdbDatabase resources.
97
93
  :param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
98
- :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
99
- reference. Changing this property forces recreation of the resource.
100
- :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
101
- reference. Changing this property forces recreation of the resource.
94
+ :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.
95
+ :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.
102
96
  """
103
97
  if database_name is not None:
104
98
  pulumi.set(__self__, "database_name", database_name)
@@ -125,8 +119,7 @@ class _InfluxdbDatabaseState:
125
119
  @pulumi.getter
126
120
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
127
121
  """
128
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
129
- reference. Changing this property forces recreation of the resource.
122
+ 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.
130
123
  """
131
124
  return pulumi.get(self, "project")
132
125
 
@@ -138,8 +131,7 @@ class _InfluxdbDatabaseState:
138
131
  @pulumi.getter(name="serviceName")
139
132
  def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
140
133
  """
141
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
142
- reference. Changing this property forces recreation of the resource.
134
+ 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.
143
135
  """
144
136
  return pulumi.get(self, "service_name")
145
137
 
@@ -173,10 +165,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
173
165
  :param str resource_name: The name of the resource.
174
166
  :param pulumi.ResourceOptions opts: Options for the resource.
175
167
  :param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
176
- :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
177
- reference. Changing this property forces recreation of the resource.
178
- :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
179
- reference. Changing this property forces recreation of the resource.
168
+ :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.
169
+ :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.
180
170
  """
181
171
  ...
182
172
  @overload
@@ -246,10 +236,8 @@ class InfluxdbDatabase(pulumi.CustomResource):
246
236
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
247
237
  :param pulumi.ResourceOptions opts: Options for the resource.
248
238
  :param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
249
- :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
250
- reference. Changing this property forces recreation of the resource.
251
- :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
252
- reference. Changing this property forces recreation of the resource.
239
+ :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.
240
+ :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.
253
241
  """
254
242
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
255
243
 
@@ -273,8 +261,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
273
261
  @pulumi.getter
274
262
  def project(self) -> pulumi.Output[_builtins.str]:
275
263
  """
276
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
277
- reference. Changing this property forces recreation of the resource.
264
+ 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.
278
265
  """
279
266
  return pulumi.get(self, "project")
280
267
 
@@ -282,8 +269,7 @@ class InfluxdbDatabase(pulumi.CustomResource):
282
269
  @pulumi.getter(name="serviceName")
283
270
  def service_name(self) -> pulumi.Output[_builtins.str]:
284
271
  """
285
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
286
- reference. Changing this property forces recreation of the resource.
272
+ 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.
287
273
  """
288
274
  return pulumi.get(self, "service_name")
289
275
 
@@ -25,12 +25,9 @@ class InfluxdbUserArgs:
25
25
  password: Optional[pulumi.Input[_builtins.str]] = None):
26
26
  """
27
27
  The set of arguments for constructing a InfluxdbUser resource.
28
- :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
29
- reference. Changing this property forces recreation of the resource.
30
- :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
31
- reference. Changing this property forces recreation of the resource.
32
- :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
33
- Changing this property forces recreation of the resource.
28
+ :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
+ :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
+ :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
34
31
  :param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
35
32
  """
36
33
  pulumi.set(__self__, "project", project)
@@ -43,8 +40,7 @@ class InfluxdbUserArgs:
43
40
  @pulumi.getter
44
41
  def project(self) -> pulumi.Input[_builtins.str]:
45
42
  """
46
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
47
- reference. Changing this property forces recreation of the resource.
43
+ 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.
48
44
  """
49
45
  return pulumi.get(self, "project")
50
46
 
@@ -56,8 +52,7 @@ class InfluxdbUserArgs:
56
52
  @pulumi.getter(name="serviceName")
57
53
  def service_name(self) -> pulumi.Input[_builtins.str]:
58
54
  """
59
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
60
- reference. Changing this property forces recreation of the resource.
55
+ 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.
61
56
  """
62
57
  return pulumi.get(self, "service_name")
63
58
 
@@ -69,8 +64,7 @@ class InfluxdbUserArgs:
69
64
  @pulumi.getter
70
65
  def username(self) -> pulumi.Input[_builtins.str]:
71
66
  """
72
- The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
73
- Changing this property forces recreation of the resource.
67
+ The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
74
68
  """
75
69
  return pulumi.get(self, "username")
76
70
 
@@ -106,13 +100,10 @@ class _InfluxdbUserState:
106
100
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user if applicable for the service in question
107
101
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user if applicable for the service in question
108
102
  :param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
109
- :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
110
- reference. Changing this property forces recreation of the resource.
111
- :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
112
- reference. Changing this property forces recreation of the resource.
103
+ :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
+ :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.
113
105
  :param pulumi.Input[_builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
114
- :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
115
- Changing this property forces recreation of the resource.
106
+ :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
116
107
  """
117
108
  if access_cert is not None:
118
109
  pulumi.set(__self__, "access_cert", access_cert)
@@ -169,8 +160,7 @@ class _InfluxdbUserState:
169
160
  @pulumi.getter
170
161
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
171
162
  """
172
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
173
- reference. Changing this property forces recreation of the resource.
163
+ 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.
174
164
  """
175
165
  return pulumi.get(self, "project")
176
166
 
@@ -182,8 +172,7 @@ class _InfluxdbUserState:
182
172
  @pulumi.getter(name="serviceName")
183
173
  def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
184
174
  """
185
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
186
- reference. Changing this property forces recreation of the resource.
175
+ 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.
187
176
  """
188
177
  return pulumi.get(self, "service_name")
189
178
 
@@ -207,8 +196,7 @@ class _InfluxdbUserState:
207
196
  @pulumi.getter
208
197
  def username(self) -> Optional[pulumi.Input[_builtins.str]]:
209
198
  """
210
- The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
211
- Changing this property forces recreation of the resource.
199
+ The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
212
200
  """
213
201
  return pulumi.get(self, "username")
214
202
 
@@ -233,12 +221,9 @@ class InfluxdbUser(pulumi.CustomResource):
233
221
  :param str resource_name: The name of the resource.
234
222
  :param pulumi.ResourceOptions opts: Options for the resource.
235
223
  :param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
236
- :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
237
- reference. Changing this property forces recreation of the resource.
238
- :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
239
- reference. Changing this property forces recreation of the resource.
240
- :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
241
- Changing this property forces recreation of the resource.
224
+ :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.
225
+ :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.
226
+ :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
242
227
  """
243
228
  ...
244
229
  @overload
@@ -318,13 +303,10 @@ class InfluxdbUser(pulumi.CustomResource):
318
303
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user if applicable for the service in question
319
304
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user if applicable for the service in question
320
305
  :param pulumi.Input[_builtins.str] password: The password of the InfluxDB User.
321
- :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
322
- reference. Changing this property forces recreation of the resource.
323
- :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
324
- reference. Changing this property forces recreation of the resource.
306
+ :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.
307
+ :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.
325
308
  :param pulumi.Input[_builtins.str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
326
- :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
327
- Changing this property forces recreation of the resource.
309
+ :param pulumi.Input[_builtins.str] username: The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
328
310
  """
329
311
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
330
312
 
@@ -367,8 +349,7 @@ class InfluxdbUser(pulumi.CustomResource):
367
349
  @pulumi.getter
368
350
  def project(self) -> pulumi.Output[_builtins.str]:
369
351
  """
370
- The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
371
- reference. Changing this property forces recreation of the resource.
352
+ 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.
372
353
  """
373
354
  return pulumi.get(self, "project")
374
355
 
@@ -376,8 +357,7 @@ class InfluxdbUser(pulumi.CustomResource):
376
357
  @pulumi.getter(name="serviceName")
377
358
  def service_name(self) -> pulumi.Output[_builtins.str]:
378
359
  """
379
- The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
380
- reference. Changing this property forces recreation of the resource.
360
+ 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.
381
361
  """
382
362
  return pulumi.get(self, "service_name")
383
363
 
@@ -393,8 +373,7 @@ class InfluxdbUser(pulumi.CustomResource):
393
373
  @pulumi.getter
394
374
  def username(self) -> pulumi.Output[_builtins.str]:
395
375
  """
396
- The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference.
397
- Changing this property forces recreation of the resource.
376
+ The actual name of the InfluxDB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
398
377
  """
399
378
  return pulumi.get(self, "username")
400
379
 
pulumi_aiven/kafka.py CHANGED
@@ -47,7 +47,7 @@ class KafkaArgs:
47
47
  :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.
48
48
  :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.
49
49
  :param pulumi.Input[_builtins.bool] default_acl: Create a default wildcard Kafka ACL.
50
- :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.
50
+ :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.
51
51
  :param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
52
52
  :param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server connection details.
53
53
  :param pulumi.Input[_builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
@@ -70,8 +70,8 @@ class KafkaArgs:
70
70
  if default_acl is not None:
71
71
  pulumi.set(__self__, "default_acl", default_acl)
72
72
  if disk_space is not None:
73
- 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)
74
- 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.""")
73
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
74
+ 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.""")
75
75
  if disk_space is not None:
76
76
  pulumi.set(__self__, "disk_space", disk_space)
77
77
  if kafka_user_config is not None:
@@ -174,10 +174,10 @@ class KafkaArgs:
174
174
 
175
175
  @_builtins.property
176
176
  @pulumi.getter(name="diskSpace")
177
- @_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.""")
177
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
178
178
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
179
179
  """
180
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
180
+ 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.
181
181
  """
182
182
  return pulumi.get(self, "disk_space")
183
183
 
@@ -335,6 +335,7 @@ class _KafkaState:
335
335
  kafkas: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]]] = None,
336
336
  karapace: Optional[pulumi.Input[_builtins.bool]] = None,
337
337
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
338
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
338
339
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
339
340
  plan: Optional[pulumi.Input[_builtins.str]] = None,
340
341
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -358,15 +359,16 @@ class _KafkaState:
358
359
  :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.
359
360
  :param pulumi.Input[Sequence[pulumi.Input['KafkaComponentArgs']]] components: Service component information objects
360
361
  :param pulumi.Input[_builtins.bool] default_acl: Create a default wildcard Kafka ACL.
361
- :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.
362
+ :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.
362
363
  :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.
363
364
  :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`
364
365
  :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.
365
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
366
+ :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`).
366
367
  :param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
367
368
  :param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server connection details.
368
369
  :param pulumi.Input[_builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
369
370
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
371
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
370
372
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
371
373
  :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).
372
374
  :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.
@@ -393,8 +395,8 @@ class _KafkaState:
393
395
  if default_acl is not None:
394
396
  pulumi.set(__self__, "default_acl", default_acl)
395
397
  if disk_space is not None:
396
- 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)
397
- 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.""")
398
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
399
+ 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.""")
398
400
  if disk_space is not None:
399
401
  pulumi.set(__self__, "disk_space", disk_space)
400
402
  if disk_space_cap is not None:
@@ -403,9 +405,6 @@ class _KafkaState:
403
405
  pulumi.set(__self__, "disk_space_default", disk_space_default)
404
406
  if disk_space_step is not None:
405
407
  pulumi.set(__self__, "disk_space_step", disk_space_step)
406
- if disk_space_used is not None:
407
- 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)
408
- 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.""")
409
408
  if disk_space_used is not None:
410
409
  pulumi.set(__self__, "disk_space_used", disk_space_used)
411
410
  if kafka_user_config is not None:
@@ -419,6 +418,8 @@ class _KafkaState:
419
418
  pulumi.set(__self__, "karapace", karapace)
420
419
  if maintenance_window_dow is not None:
421
420
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
421
+ if maintenance_window_enabled is not None:
422
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
422
423
  if maintenance_window_time is not None:
423
424
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
424
425
  if plan is not None:
@@ -504,10 +505,10 @@ class _KafkaState:
504
505
 
505
506
  @_builtins.property
506
507
  @pulumi.getter(name="diskSpace")
507
- @_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.""")
508
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
508
509
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
509
510
  """
510
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
511
+ 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.
511
512
  """
512
513
  return pulumi.get(self, "disk_space")
513
514
 
@@ -553,10 +554,9 @@ class _KafkaState:
553
554
 
554
555
  @_builtins.property
555
556
  @pulumi.getter(name="diskSpaceUsed")
556
- @_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.""")
557
557
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
558
558
  """
559
- Disk space that service is currently using
559
+ 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`).
560
560
  """
561
561
  return pulumi.get(self, "disk_space_used")
562
562
 
@@ -613,6 +613,18 @@ class _KafkaState:
613
613
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
614
614
  pulumi.set(self, "maintenance_window_dow", value)
615
615
 
616
+ @_builtins.property
617
+ @pulumi.getter(name="maintenanceWindowEnabled")
618
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
619
+ """
620
+ Indicates whether the maintenance window is currently enabled for this service.
621
+ """
622
+ return pulumi.get(self, "maintenance_window_enabled")
623
+
624
+ @maintenance_window_enabled.setter
625
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
626
+ pulumi.set(self, "maintenance_window_enabled", value)
627
+
616
628
  @_builtins.property
617
629
  @pulumi.getter(name="maintenanceWindowTime")
618
630
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -883,7 +895,7 @@ class Kafka(pulumi.CustomResource):
883
895
  :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.
884
896
  :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.
885
897
  :param pulumi.Input[_builtins.bool] default_acl: Create a default wildcard Kafka ACL.
886
- :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.
898
+ :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.
887
899
  :param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
888
900
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
889
901
  :param pulumi.Input[_builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
@@ -1014,6 +1026,7 @@ class Kafka(pulumi.CustomResource):
1014
1026
  __props__.__dict__["disk_space_default"] = None
1015
1027
  __props__.__dict__["disk_space_step"] = None
1016
1028
  __props__.__dict__["disk_space_used"] = None
1029
+ __props__.__dict__["maintenance_window_enabled"] = None
1017
1030
  __props__.__dict__["service_host"] = None
1018
1031
  __props__.__dict__["service_password"] = None
1019
1032
  __props__.__dict__["service_port"] = None
@@ -1046,6 +1059,7 @@ class Kafka(pulumi.CustomResource):
1046
1059
  kafkas: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]]] = None,
1047
1060
  karapace: Optional[pulumi.Input[_builtins.bool]] = None,
1048
1061
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
1062
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
1049
1063
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
1050
1064
  plan: Optional[pulumi.Input[_builtins.str]] = None,
1051
1065
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1074,15 +1088,16 @@ class Kafka(pulumi.CustomResource):
1074
1088
  :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.
1075
1089
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaComponentArgs', 'KafkaComponentArgsDict']]]] components: Service component information objects
1076
1090
  :param pulumi.Input[_builtins.bool] default_acl: Create a default wildcard Kafka ACL.
1077
- :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.
1091
+ :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.
1078
1092
  :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.
1079
1093
  :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`
1080
1094
  :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.
1081
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
1095
+ :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`).
1082
1096
  :param pulumi.Input[Union['KafkaKafkaUserConfigArgs', 'KafkaKafkaUserConfigArgsDict']] kafka_user_config: Kafka user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1083
1097
  :param pulumi.Input[Sequence[pulumi.Input[Union['KafkaKafkaArgs', 'KafkaKafkaArgsDict']]]] kafkas: Kafka server connection details.
1084
1098
  :param pulumi.Input[_builtins.bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy. This attribute is deprecated, use `schema_registry` and `kafka_rest` instead.
1085
1099
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1100
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
1086
1101
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1087
1102
  :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).
1088
1103
  :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.
@@ -1117,6 +1132,7 @@ class Kafka(pulumi.CustomResource):
1117
1132
  __props__.__dict__["kafkas"] = kafkas
1118
1133
  __props__.__dict__["karapace"] = karapace
1119
1134
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1135
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1120
1136
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1121
1137
  __props__.__dict__["plan"] = plan
1122
1138
  __props__.__dict__["project"] = project
@@ -1170,10 +1186,10 @@ class Kafka(pulumi.CustomResource):
1170
1186
 
1171
1187
  @_builtins.property
1172
1188
  @pulumi.getter(name="diskSpace")
1173
- @_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.""")
1189
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1174
1190
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1175
1191
  """
1176
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1192
+ 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.
1177
1193
  """
1178
1194
  return pulumi.get(self, "disk_space")
1179
1195
 
@@ -1203,10 +1219,9 @@ class Kafka(pulumi.CustomResource):
1203
1219
 
1204
1220
  @_builtins.property
1205
1221
  @pulumi.getter(name="diskSpaceUsed")
1206
- @_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.""")
1207
1222
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1208
1223
  """
1209
- Disk space that service is currently using
1224
+ 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`).
1210
1225
  """
1211
1226
  return pulumi.get(self, "disk_space_used")
1212
1227
 
@@ -1243,6 +1258,14 @@ class Kafka(pulumi.CustomResource):
1243
1258
  """
1244
1259
  return pulumi.get(self, "maintenance_window_dow")
1245
1260
 
1261
+ @_builtins.property
1262
+ @pulumi.getter(name="maintenanceWindowEnabled")
1263
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1264
+ """
1265
+ Indicates whether the maintenance window is currently enabled for this service.
1266
+ """
1267
+ return pulumi.get(self, "maintenance_window_enabled")
1268
+
1246
1269
  @_builtins.property
1247
1270
  @pulumi.getter(name="maintenanceWindowTime")
1248
1271
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]: