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
@@ -23,14 +23,19 @@ class MysqlUserArgs:
23
23
  service_name: pulumi.Input[_builtins.str],
24
24
  username: pulumi.Input[_builtins.str],
25
25
  authentication: Optional[pulumi.Input[_builtins.str]] = None,
26
- password: Optional[pulumi.Input[_builtins.str]] = None):
26
+ password: Optional[pulumi.Input[_builtins.str]] = None,
27
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
28
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
27
29
  """
28
30
  The set of arguments for constructing a MysqlUser resource.
29
31
  :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
32
  :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.
31
33
  :param pulumi.Input[_builtins.str] username: The name of the MySQL service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
34
  :param pulumi.Input[_builtins.str] authentication: Authentication details. The possible values are `caching_sha2_password`, `mysql_native_password` and `null`.
33
- :param pulumi.Input[_builtins.str] password: The password of the MySQL service user.
35
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
36
+ :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.
37
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
38
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
34
39
  """
35
40
  pulumi.set(__self__, "project", project)
36
41
  pulumi.set(__self__, "service_name", service_name)
@@ -39,6 +44,10 @@ class MysqlUserArgs:
39
44
  pulumi.set(__self__, "authentication", authentication)
40
45
  if password is not None:
41
46
  pulumi.set(__self__, "password", password)
47
+ if password_wo is not None:
48
+ pulumi.set(__self__, "password_wo", password_wo)
49
+ if password_wo_version is not None:
50
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
42
51
 
43
52
  @_builtins.property
44
53
  @pulumi.getter
@@ -92,7 +101,7 @@ class MysqlUserArgs:
92
101
  @pulumi.getter
93
102
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
94
103
  """
95
- The password of the MySQL service user.
104
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
96
105
  """
97
106
  return pulumi.get(self, "password")
98
107
 
@@ -100,6 +109,31 @@ class MysqlUserArgs:
100
109
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
101
110
  pulumi.set(self, "password", value)
102
111
 
112
+ @_builtins.property
113
+ @pulumi.getter(name="passwordWo")
114
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
115
+ """
116
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
117
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
118
+ """
119
+ return pulumi.get(self, "password_wo")
120
+
121
+ @password_wo.setter
122
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
123
+ pulumi.set(self, "password_wo", value)
124
+
125
+ @_builtins.property
126
+ @pulumi.getter(name="passwordWoVersion")
127
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
128
+ """
129
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
130
+ """
131
+ return pulumi.get(self, "password_wo_version")
132
+
133
+ @password_wo_version.setter
134
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
135
+ pulumi.set(self, "password_wo_version", value)
136
+
103
137
 
104
138
  @pulumi.input_type
105
139
  class _MysqlUserState:
@@ -108,6 +142,8 @@ class _MysqlUserState:
108
142
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
109
143
  authentication: Optional[pulumi.Input[_builtins.str]] = None,
110
144
  password: Optional[pulumi.Input[_builtins.str]] = None,
145
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
146
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
111
147
  project: Optional[pulumi.Input[_builtins.str]] = None,
112
148
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
113
149
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -117,7 +153,10 @@ class _MysqlUserState:
117
153
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
118
154
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
119
155
  :param pulumi.Input[_builtins.str] authentication: Authentication details. The possible values are `caching_sha2_password`, `mysql_native_password` and `null`.
120
- :param pulumi.Input[_builtins.str] password: The password of the MySQL service user.
156
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
157
+ :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.
158
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
159
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
121
160
  :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.
122
161
  :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.
123
162
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -131,6 +170,10 @@ class _MysqlUserState:
131
170
  pulumi.set(__self__, "authentication", authentication)
132
171
  if password is not None:
133
172
  pulumi.set(__self__, "password", password)
173
+ if password_wo is not None:
174
+ pulumi.set(__self__, "password_wo", password_wo)
175
+ if password_wo_version is not None:
176
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
134
177
  if project is not None:
135
178
  pulumi.set(__self__, "project", project)
136
179
  if service_name is not None:
@@ -180,7 +223,7 @@ class _MysqlUserState:
180
223
  @pulumi.getter
181
224
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
182
225
  """
183
- The password of the MySQL service user.
226
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
184
227
  """
185
228
  return pulumi.get(self, "password")
186
229
 
@@ -188,6 +231,31 @@ class _MysqlUserState:
188
231
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
189
232
  pulumi.set(self, "password", value)
190
233
 
234
+ @_builtins.property
235
+ @pulumi.getter(name="passwordWo")
236
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
237
+ """
238
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
239
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
240
+ """
241
+ return pulumi.get(self, "password_wo")
242
+
243
+ @password_wo.setter
244
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
245
+ pulumi.set(self, "password_wo", value)
246
+
247
+ @_builtins.property
248
+ @pulumi.getter(name="passwordWoVersion")
249
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
250
+ """
251
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
252
+ """
253
+ return pulumi.get(self, "password_wo_version")
254
+
255
+ @password_wo_version.setter
256
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
257
+ pulumi.set(self, "password_wo_version", value)
258
+
191
259
  @_builtins.property
192
260
  @pulumi.getter
193
261
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -245,6 +313,8 @@ class MysqlUser(pulumi.CustomResource):
245
313
  opts: Optional[pulumi.ResourceOptions] = None,
246
314
  authentication: Optional[pulumi.Input[_builtins.str]] = None,
247
315
  password: Optional[pulumi.Input[_builtins.str]] = None,
316
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
317
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
248
318
  project: Optional[pulumi.Input[_builtins.str]] = None,
249
319
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
250
320
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -274,7 +344,10 @@ class MysqlUser(pulumi.CustomResource):
274
344
  :param str resource_name: The name of the resource.
275
345
  :param pulumi.ResourceOptions opts: Options for the resource.
276
346
  :param pulumi.Input[_builtins.str] authentication: Authentication details. The possible values are `caching_sha2_password`, `mysql_native_password` and `null`.
277
- :param pulumi.Input[_builtins.str] password: The password of the MySQL service user.
347
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
348
+ :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.
349
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
350
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
278
351
  :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.
279
352
  :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.
280
353
  :param pulumi.Input[_builtins.str] username: The name of the MySQL service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
@@ -324,6 +397,8 @@ class MysqlUser(pulumi.CustomResource):
324
397
  opts: Optional[pulumi.ResourceOptions] = None,
325
398
  authentication: Optional[pulumi.Input[_builtins.str]] = None,
326
399
  password: Optional[pulumi.Input[_builtins.str]] = None,
400
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
401
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
327
402
  project: Optional[pulumi.Input[_builtins.str]] = None,
328
403
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
329
404
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -338,6 +413,8 @@ class MysqlUser(pulumi.CustomResource):
338
413
 
339
414
  __props__.__dict__["authentication"] = authentication
340
415
  __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
416
+ __props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
417
+ __props__.__dict__["password_wo_version"] = password_wo_version
341
418
  if project is None and not opts.urn:
342
419
  raise TypeError("Missing required property 'project'")
343
420
  __props__.__dict__["project"] = project
@@ -350,7 +427,7 @@ class MysqlUser(pulumi.CustomResource):
350
427
  __props__.__dict__["access_cert"] = None
351
428
  __props__.__dict__["access_key"] = None
352
429
  __props__.__dict__["type"] = None
353
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password"])
430
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password", "passwordWo"])
354
431
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
355
432
  super(MysqlUser, __self__).__init__(
356
433
  'aiven:index/mysqlUser:MysqlUser',
@@ -366,6 +443,8 @@ class MysqlUser(pulumi.CustomResource):
366
443
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
367
444
  authentication: Optional[pulumi.Input[_builtins.str]] = None,
368
445
  password: Optional[pulumi.Input[_builtins.str]] = None,
446
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
447
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
369
448
  project: Optional[pulumi.Input[_builtins.str]] = None,
370
449
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
371
450
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -380,7 +459,10 @@ class MysqlUser(pulumi.CustomResource):
380
459
  :param pulumi.Input[_builtins.str] access_cert: Access certificate for the user.
381
460
  :param pulumi.Input[_builtins.str] access_key: Access certificate key for the user.
382
461
  :param pulumi.Input[_builtins.str] authentication: Authentication details. The possible values are `caching_sha2_password`, `mysql_native_password` and `null`.
383
- :param pulumi.Input[_builtins.str] password: The password of the MySQL service user.
462
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
463
+ :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.
464
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
465
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
384
466
  :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.
385
467
  :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.
386
468
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
@@ -394,6 +476,8 @@ class MysqlUser(pulumi.CustomResource):
394
476
  __props__.__dict__["access_key"] = access_key
395
477
  __props__.__dict__["authentication"] = authentication
396
478
  __props__.__dict__["password"] = password
479
+ __props__.__dict__["password_wo"] = password_wo
480
+ __props__.__dict__["password_wo_version"] = password_wo_version
397
481
  __props__.__dict__["project"] = project
398
482
  __props__.__dict__["service_name"] = service_name
399
483
  __props__.__dict__["type"] = type
@@ -428,10 +512,27 @@ class MysqlUser(pulumi.CustomResource):
428
512
  @pulumi.getter
429
513
  def password(self) -> pulumi.Output[_builtins.str]:
430
514
  """
431
- The password of the MySQL service user.
515
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
432
516
  """
433
517
  return pulumi.get(self, "password")
434
518
 
519
+ @_builtins.property
520
+ @pulumi.getter(name="passwordWo")
521
+ def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
522
+ """
523
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
524
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
525
+ """
526
+ return pulumi.get(self, "password_wo")
527
+
528
+ @_builtins.property
529
+ @pulumi.getter(name="passwordWoVersion")
530
+ def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
531
+ """
532
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
533
+ """
534
+ return pulumi.get(self, "password_wo_version")
535
+
435
536
  @_builtins.property
436
537
  @pulumi.getter
437
538
  def project(self) -> pulumi.Output[_builtins.str]:
@@ -44,7 +44,7 @@ class OpenSearchArgs:
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[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
49
49
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
50
50
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -64,8 +64,8 @@ class OpenSearchArgs:
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 maintenance_window_dow is not None:
@@ -151,10 +151,10 @@ class OpenSearchArgs:
151
151
 
152
152
  @_builtins.property
153
153
  @pulumi.getter(name="diskSpace")
154
- @_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.""")
154
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
155
155
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
156
156
  """
157
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
157
+ 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.
158
158
  """
159
159
  return pulumi.get(self, "disk_space")
160
160
 
@@ -295,6 +295,7 @@ class _OpenSearchState:
295
295
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
296
296
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
297
297
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
298
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
298
299
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
299
300
  opensearch_user_config: Optional[pulumi.Input['OpenSearchOpensearchUserConfigArgs']] = None,
300
301
  opensearches: Optional[pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]]] = None,
@@ -319,12 +320,13 @@ class _OpenSearchState:
319
320
  :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.
320
321
  :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.
321
322
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchComponentArgs']]] components: Service component information objects
322
- :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.
323
+ :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.
323
324
  :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.
324
325
  :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`
325
326
  :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.
326
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
327
+ :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`).
327
328
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
329
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
328
330
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
329
331
  :param pulumi.Input['OpenSearchOpensearchUserConfigArgs'] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
330
332
  :param pulumi.Input[Sequence[pulumi.Input['OpenSearchOpensearchArgs']]] opensearches: Values provided by the OpenSearch server.
@@ -351,8 +353,8 @@ class _OpenSearchState:
351
353
  if components is not None:
352
354
  pulumi.set(__self__, "components", components)
353
355
  if disk_space is not None:
354
- 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)
355
- 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.""")
356
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
357
+ 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.""")
356
358
  if disk_space is not None:
357
359
  pulumi.set(__self__, "disk_space", disk_space)
358
360
  if disk_space_cap is not None:
@@ -361,13 +363,12 @@ class _OpenSearchState:
361
363
  pulumi.set(__self__, "disk_space_default", disk_space_default)
362
364
  if disk_space_step is not None:
363
365
  pulumi.set(__self__, "disk_space_step", disk_space_step)
364
- if disk_space_used is not None:
365
- 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)
366
- 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.""")
367
366
  if disk_space_used is not None:
368
367
  pulumi.set(__self__, "disk_space_used", disk_space_used)
369
368
  if maintenance_window_dow is not None:
370
369
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
370
+ if maintenance_window_enabled is not None:
371
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
371
372
  if maintenance_window_time is not None:
372
373
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
373
374
  if opensearch_user_config is not None:
@@ -445,10 +446,10 @@ class _OpenSearchState:
445
446
 
446
447
  @_builtins.property
447
448
  @pulumi.getter(name="diskSpace")
448
- @_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.""")
449
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
449
450
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
450
451
  """
451
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
452
+ 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.
452
453
  """
453
454
  return pulumi.get(self, "disk_space")
454
455
 
@@ -494,10 +495,9 @@ class _OpenSearchState:
494
495
 
495
496
  @_builtins.property
496
497
  @pulumi.getter(name="diskSpaceUsed")
497
- @_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.""")
498
498
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
499
499
  """
500
- Disk space that service is currently using
500
+ 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`).
501
501
  """
502
502
  return pulumi.get(self, "disk_space_used")
503
503
 
@@ -517,6 +517,18 @@ class _OpenSearchState:
517
517
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
518
518
  pulumi.set(self, "maintenance_window_dow", value)
519
519
 
520
+ @_builtins.property
521
+ @pulumi.getter(name="maintenanceWindowEnabled")
522
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
523
+ """
524
+ Indicates whether the maintenance window is currently enabled for this service.
525
+ """
526
+ return pulumi.get(self, "maintenance_window_enabled")
527
+
528
+ @maintenance_window_enabled.setter
529
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
530
+ pulumi.set(self, "maintenance_window_enabled", value)
531
+
520
532
  @_builtins.property
521
533
  @pulumi.getter(name="maintenanceWindowTime")
522
534
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -804,7 +816,7 @@ class OpenSearch(pulumi.CustomResource):
804
816
  :param pulumi.ResourceOptions opts: Options for the resource.
805
817
  :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.
806
818
  :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.
807
- :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.
819
+ :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.
808
820
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
809
821
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
810
822
  :param pulumi.Input[Union['OpenSearchOpensearchUserConfigArgs', 'OpenSearchOpensearchUserConfigArgsDict']] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
@@ -926,6 +938,7 @@ class OpenSearch(pulumi.CustomResource):
926
938
  __props__.__dict__["disk_space_default"] = None
927
939
  __props__.__dict__["disk_space_step"] = None
928
940
  __props__.__dict__["disk_space_used"] = None
941
+ __props__.__dict__["maintenance_window_enabled"] = None
929
942
  __props__.__dict__["service_host"] = None
930
943
  __props__.__dict__["service_password"] = None
931
944
  __props__.__dict__["service_port"] = None
@@ -954,6 +967,7 @@ class OpenSearch(pulumi.CustomResource):
954
967
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
955
968
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
956
969
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
970
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
957
971
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
958
972
  opensearch_user_config: Optional[pulumi.Input[Union['OpenSearchOpensearchUserConfigArgs', 'OpenSearchOpensearchUserConfigArgsDict']]] = None,
959
973
  opensearches: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]]] = None,
@@ -983,12 +997,13 @@ class OpenSearch(pulumi.CustomResource):
983
997
  :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.
984
998
  :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.
985
999
  :param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchComponentArgs', 'OpenSearchComponentArgsDict']]]] components: Service component information objects
986
- :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.
1000
+ :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.
987
1001
  :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.
988
1002
  :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`
989
1003
  :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.
990
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
1004
+ :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`).
991
1005
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1006
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
992
1007
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
993
1008
  :param pulumi.Input[Union['OpenSearchOpensearchUserConfigArgs', 'OpenSearchOpensearchUserConfigArgsDict']] opensearch_user_config: Opensearch user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
994
1009
  :param pulumi.Input[Sequence[pulumi.Input[Union['OpenSearchOpensearchArgs', 'OpenSearchOpensearchArgsDict']]]] opensearches: Values provided by the OpenSearch server.
@@ -1021,6 +1036,7 @@ class OpenSearch(pulumi.CustomResource):
1021
1036
  __props__.__dict__["disk_space_step"] = disk_space_step
1022
1037
  __props__.__dict__["disk_space_used"] = disk_space_used
1023
1038
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1039
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1024
1040
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1025
1041
  __props__.__dict__["opensearch_user_config"] = opensearch_user_config
1026
1042
  __props__.__dict__["opensearches"] = opensearches
@@ -1068,10 +1084,10 @@ class OpenSearch(pulumi.CustomResource):
1068
1084
 
1069
1085
  @_builtins.property
1070
1086
  @pulumi.getter(name="diskSpace")
1071
- @_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.""")
1087
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1072
1088
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1073
1089
  """
1074
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1090
+ 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.
1075
1091
  """
1076
1092
  return pulumi.get(self, "disk_space")
1077
1093
 
@@ -1101,10 +1117,9 @@ class OpenSearch(pulumi.CustomResource):
1101
1117
 
1102
1118
  @_builtins.property
1103
1119
  @pulumi.getter(name="diskSpaceUsed")
1104
- @_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.""")
1105
1120
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1106
1121
  """
1107
- Disk space that service is currently using
1122
+ 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`).
1108
1123
  """
1109
1124
  return pulumi.get(self, "disk_space_used")
1110
1125
 
@@ -1116,6 +1131,14 @@ class OpenSearch(pulumi.CustomResource):
1116
1131
  """
1117
1132
  return pulumi.get(self, "maintenance_window_dow")
1118
1133
 
1134
+ @_builtins.property
1135
+ @pulumi.getter(name="maintenanceWindowEnabled")
1136
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1137
+ """
1138
+ Indicates whether the maintenance window is currently enabled for this service.
1139
+ """
1140
+ return pulumi.get(self, "maintenance_window_enabled")
1141
+
1119
1142
  @_builtins.property
1120
1143
  @pulumi.getter(name="maintenanceWindowTime")
1121
1144
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]: