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
@@ -155,12 +155,9 @@ class AccountTeam(pulumi.CustomResource):
155
155
  """
156
156
  Creates and manages a team.
157
157
 
158
- !> **Teams have been deprecated and are being migrated to groups**
159
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
160
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
161
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
162
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
163
- migration guide for more information on the changes and migrating to groups.
158
+ !> **Teams have been replaced by groups**
159
+ To make the transition to groups smoother,
160
+ migrate your teams to groups.
164
161
 
165
162
  > **Important**
166
163
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -197,12 +194,9 @@ class AccountTeam(pulumi.CustomResource):
197
194
  """
198
195
  Creates and manages a team.
199
196
 
200
- !> **Teams have been deprecated and are being migrated to groups**
201
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
202
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
203
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
204
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
205
- migration guide for more information on the changes and migrating to groups.
197
+ !> **Teams have been replaced by groups**
198
+ To make the transition to groups smoother,
199
+ migrate your teams to groups.
206
200
 
207
201
  > **Important**
208
202
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -190,12 +190,9 @@ class AccountTeamMember(pulumi.CustomResource):
190
190
  The user is added to the team after they accept the invite. Deleting `AccountTeamMember`
191
191
  deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
192
192
 
193
- !> **Teams have been deprecated and are being migrated to groups**
194
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
195
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
196
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
197
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
198
- migration guide for more information on the changes and migrating to groups.
193
+ !> **Teams have been replaced by groups**
194
+ To make the transition to groups smoother,
195
+ migrate your teams to groups.
199
196
 
200
197
  > **Important**
201
198
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -238,12 +235,9 @@ class AccountTeamMember(pulumi.CustomResource):
238
235
  The user is added to the team after they accept the invite. Deleting `AccountTeamMember`
239
236
  deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
240
237
 
241
- !> **Teams have been deprecated and are being migrated to groups**
242
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
243
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
244
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
245
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
246
- migration guide for more information on the changes and migrating to groups.
238
+ !> **Teams have been replaced by groups**
239
+ To make the transition to groups smoother,
240
+ migrate your teams to groups.
247
241
 
248
242
  > **Important**
249
243
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -172,12 +172,9 @@ class AccountTeamProject(pulumi.CustomResource):
172
172
  """
173
173
  Links an existing project to an existing team. Both the project and team should have the same `account_id`.
174
174
 
175
- !> **Teams have been deprecated and are being migrated to groups**
176
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
177
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
178
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
179
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
180
- migration guide for more information on the changes and migrating to groups.
175
+ !> **Teams have been replaced by groups**
176
+ To make the transition to groups smoother,
177
+ migrate your teams to groups.
181
178
 
182
179
  > **Important**
183
180
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -224,12 +221,9 @@ class AccountTeamProject(pulumi.CustomResource):
224
221
  """
225
222
  Links an existing project to an existing team. Both the project and team should have the same `account_id`.
226
223
 
227
- !> **Teams have been deprecated and are being migrated to groups**
228
- **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
229
- The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
230
- **From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
231
- this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
232
- migration guide for more information on the changes and migrating to groups.
224
+ !> **Teams have been replaced by groups**
225
+ To make the transition to groups smoother,
226
+ migrate your teams to groups.
233
227
 
234
228
  > **Important**
235
229
  You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
@@ -47,7 +47,7 @@ class AlloydbomniArgs:
47
47
  :param pulumi.Input['AlloydbomniAlloydbomniArgs'] alloydbomni: Values provided by the AlloyDB Omni server.
48
48
  :param pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs'] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
49
49
  :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.
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[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
52
52
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
53
53
  :param pulumi.Input[_builtins.str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set, the service runs on the Public Internet. When set, the value should be given as a reference to set up dependencies correctly, and the VPC must be in the same cloud and region as the service itself. The service can be freely moved to and from VPC after creation, but doing so triggers migration to new servers, so the operation can take a significant amount of time to complete if the service has a lot of data.
@@ -70,8 +70,8 @@ class AlloydbomniArgs:
70
70
  if cloud_name is not None:
71
71
  pulumi.set(__self__, "cloud_name", cloud_name)
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 maintenance_window_dow is not None:
@@ -179,10 +179,10 @@ class AlloydbomniArgs:
179
179
 
180
180
  @_builtins.property
181
181
  @pulumi.getter(name="diskSpace")
182
- @_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.""")
182
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
183
183
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
184
184
  """
185
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
185
+ 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.
186
186
  """
187
187
  return pulumi.get(self, "disk_space")
188
188
 
@@ -313,6 +313,7 @@ class _AlloydbomniState:
313
313
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
314
314
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
315
315
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
316
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
316
317
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
317
318
  plan: Optional[pulumi.Input[_builtins.str]] = None,
318
319
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -338,12 +339,13 @@ class _AlloydbomniState:
338
339
  :param pulumi.Input['AlloydbomniAlloydbomniUserConfigArgs'] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
339
340
  :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.
340
341
  :param pulumi.Input[Sequence[pulumi.Input['AlloydbomniComponentArgs']]] components: Service component information objects
341
- :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.
342
+ :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.
342
343
  :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.
343
344
  :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`
344
345
  :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.
345
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
346
+ :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`).
346
347
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
348
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
347
349
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
348
350
  :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).
349
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.
@@ -373,8 +375,8 @@ class _AlloydbomniState:
373
375
  if components is not None:
374
376
  pulumi.set(__self__, "components", components)
375
377
  if disk_space is not None:
376
- 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)
377
- 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.""")
378
+ warnings.warn("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""", DeprecationWarning)
379
+ 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.""")
378
380
  if disk_space is not None:
379
381
  pulumi.set(__self__, "disk_space", disk_space)
380
382
  if disk_space_cap is not None:
@@ -383,13 +385,12 @@ class _AlloydbomniState:
383
385
  pulumi.set(__self__, "disk_space_default", disk_space_default)
384
386
  if disk_space_step is not None:
385
387
  pulumi.set(__self__, "disk_space_step", disk_space_step)
386
- if disk_space_used is not None:
387
- 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)
388
- 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.""")
389
388
  if disk_space_used is not None:
390
389
  pulumi.set(__self__, "disk_space_used", disk_space_used)
391
390
  if maintenance_window_dow is not None:
392
391
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
392
+ if maintenance_window_enabled is not None:
393
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
393
394
  if maintenance_window_time is not None:
394
395
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
395
396
  if plan is not None:
@@ -489,10 +490,10 @@ class _AlloydbomniState:
489
490
 
490
491
  @_builtins.property
491
492
  @pulumi.getter(name="diskSpace")
492
- @_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.""")
493
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
493
494
  def disk_space(self) -> Optional[pulumi.Input[_builtins.str]]:
494
495
  """
495
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
496
+ 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.
496
497
  """
497
498
  return pulumi.get(self, "disk_space")
498
499
 
@@ -538,10 +539,9 @@ class _AlloydbomniState:
538
539
 
539
540
  @_builtins.property
540
541
  @pulumi.getter(name="diskSpaceUsed")
541
- @_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.""")
542
542
  def disk_space_used(self) -> Optional[pulumi.Input[_builtins.str]]:
543
543
  """
544
- Disk space that service is currently using
544
+ 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`).
545
545
  """
546
546
  return pulumi.get(self, "disk_space_used")
547
547
 
@@ -561,6 +561,18 @@ class _AlloydbomniState:
561
561
  def maintenance_window_dow(self, value: Optional[pulumi.Input[_builtins.str]]):
562
562
  pulumi.set(self, "maintenance_window_dow", value)
563
563
 
564
+ @_builtins.property
565
+ @pulumi.getter(name="maintenanceWindowEnabled")
566
+ def maintenance_window_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
567
+ """
568
+ Indicates whether the maintenance window is currently enabled for this service.
569
+ """
570
+ return pulumi.get(self, "maintenance_window_enabled")
571
+
572
+ @maintenance_window_enabled.setter
573
+ def maintenance_window_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
574
+ pulumi.set(self, "maintenance_window_enabled", value)
575
+
564
576
  @_builtins.property
565
577
  @pulumi.getter(name="maintenanceWindowTime")
566
578
  def maintenance_window_time(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -805,6 +817,19 @@ class Alloydbomni(pulumi.CustomResource):
805
817
  **This resource is in the beta stage and may change without notice.** Set
806
818
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
807
819
 
820
+ !> **End of life notice**
821
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
822
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
823
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
824
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
825
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
826
+ Aiven for PostgreSQL®,
827
+ Aiven for ClickHouse®,
828
+ and Aiven for MySQL®.
829
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
830
+ For further assistance, contact the Aiven support team or your
831
+ account team.
832
+
808
833
  ## Example Usage
809
834
 
810
835
  ```python
@@ -846,7 +871,7 @@ class Alloydbomni(pulumi.CustomResource):
846
871
  :param pulumi.Input[Union['AlloydbomniAlloydbomniArgs', 'AlloydbomniAlloydbomniArgsDict']] alloydbomni: Values provided by the AlloyDB Omni server.
847
872
  :param pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
848
873
  :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.
849
- :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.
874
+ :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.
850
875
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
851
876
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
852
877
  :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).
@@ -872,6 +897,19 @@ class Alloydbomni(pulumi.CustomResource):
872
897
  **This resource is in the beta stage and may change without notice.** Set
873
898
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
874
899
 
900
+ !> **End of life notice**
901
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
902
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
903
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
904
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
905
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
906
+ Aiven for PostgreSQL®,
907
+ Aiven for ClickHouse®,
908
+ and Aiven for MySQL®.
909
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
910
+ For further assistance, contact the Aiven support team or your
911
+ account team.
912
+
875
913
  ## Example Usage
876
914
 
877
915
  ```python
@@ -976,6 +1014,7 @@ class Alloydbomni(pulumi.CustomResource):
976
1014
  __props__.__dict__["disk_space_default"] = None
977
1015
  __props__.__dict__["disk_space_step"] = None
978
1016
  __props__.__dict__["disk_space_used"] = None
1017
+ __props__.__dict__["maintenance_window_enabled"] = None
979
1018
  __props__.__dict__["service_host"] = None
980
1019
  __props__.__dict__["service_password"] = None
981
1020
  __props__.__dict__["service_port"] = None
@@ -1006,6 +1045,7 @@ class Alloydbomni(pulumi.CustomResource):
1006
1045
  disk_space_step: Optional[pulumi.Input[_builtins.str]] = None,
1007
1046
  disk_space_used: Optional[pulumi.Input[_builtins.str]] = None,
1008
1047
  maintenance_window_dow: Optional[pulumi.Input[_builtins.str]] = None,
1048
+ maintenance_window_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
1009
1049
  maintenance_window_time: Optional[pulumi.Input[_builtins.str]] = None,
1010
1050
  plan: Optional[pulumi.Input[_builtins.str]] = None,
1011
1051
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1036,12 +1076,13 @@ class Alloydbomni(pulumi.CustomResource):
1036
1076
  :param pulumi.Input[Union['AlloydbomniAlloydbomniUserConfigArgs', 'AlloydbomniAlloydbomniUserConfigArgsDict']] alloydbomni_user_config: Alloydbomni user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1037
1077
  :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.
1038
1078
  :param pulumi.Input[Sequence[pulumi.Input[Union['AlloydbomniComponentArgs', 'AlloydbomniComponentArgsDict']]]] components: Service component information objects
1039
- :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.
1079
+ :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.
1040
1080
  :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.
1041
1081
  :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`
1042
1082
  :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.
1043
- :param pulumi.Input[_builtins.str] disk_space_used: Disk space that service is currently using
1083
+ :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`).
1044
1084
  :param pulumi.Input[_builtins.str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
1085
+ :param pulumi.Input[_builtins.bool] maintenance_window_enabled: Indicates whether the maintenance window is currently enabled for this service.
1045
1086
  :param pulumi.Input[_builtins.str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
1046
1087
  :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).
1047
1088
  :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.
@@ -1075,6 +1116,7 @@ class Alloydbomni(pulumi.CustomResource):
1075
1116
  __props__.__dict__["disk_space_step"] = disk_space_step
1076
1117
  __props__.__dict__["disk_space_used"] = disk_space_used
1077
1118
  __props__.__dict__["maintenance_window_dow"] = maintenance_window_dow
1119
+ __props__.__dict__["maintenance_window_enabled"] = maintenance_window_enabled
1078
1120
  __props__.__dict__["maintenance_window_time"] = maintenance_window_time
1079
1121
  __props__.__dict__["plan"] = plan
1080
1122
  __props__.__dict__["project"] = project
@@ -1137,10 +1179,10 @@ class Alloydbomni(pulumi.CustomResource):
1137
1179
 
1138
1180
  @_builtins.property
1139
1181
  @pulumi.getter(name="diskSpace")
1140
- @_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
1182
+ @_utilities.deprecated("""Please use `additional_disk_space` to specify the space to be added to the default disk space defined by the plan.""")
1141
1183
  def disk_space(self) -> pulumi.Output[Optional[_builtins.str]]:
1142
1184
  """
1143
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
1185
+ 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.
1144
1186
  """
1145
1187
  return pulumi.get(self, "disk_space")
1146
1188
 
@@ -1170,10 +1212,9 @@ class Alloydbomni(pulumi.CustomResource):
1170
1212
 
1171
1213
  @_builtins.property
1172
1214
  @pulumi.getter(name="diskSpaceUsed")
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.""")
1174
1215
  def disk_space_used(self) -> pulumi.Output[_builtins.str]:
1175
1216
  """
1176
- Disk space that service is currently using
1217
+ 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`).
1177
1218
  """
1178
1219
  return pulumi.get(self, "disk_space_used")
1179
1220
 
@@ -1185,6 +1226,14 @@ class Alloydbomni(pulumi.CustomResource):
1185
1226
  """
1186
1227
  return pulumi.get(self, "maintenance_window_dow")
1187
1228
 
1229
+ @_builtins.property
1230
+ @pulumi.getter(name="maintenanceWindowEnabled")
1231
+ def maintenance_window_enabled(self) -> pulumi.Output[_builtins.bool]:
1232
+ """
1233
+ Indicates whether the maintenance window is currently enabled for this service.
1234
+ """
1235
+ return pulumi.get(self, "maintenance_window_enabled")
1236
+
1188
1237
  @_builtins.property
1189
1238
  @pulumi.getter(name="maintenanceWindowTime")
1190
1239
  def maintenance_window_time(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -207,6 +207,19 @@ class AlloydbomniDatabase(pulumi.CustomResource):
207
207
  **This resource is in the beta stage and may change without notice.** Set
208
208
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
209
209
 
210
+ !> **End of life notice**
211
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
212
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
213
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
214
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
215
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
216
+ Aiven for PostgreSQL®,
217
+ Aiven for ClickHouse®,
218
+ and Aiven for MySQL®.
219
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
220
+ For further assistance, contact the Aiven support team or your
221
+ account team.
222
+
210
223
  :param str resource_name: The name of the resource.
211
224
  :param pulumi.ResourceOptions opts: Options for the resource.
212
225
  :param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
@@ -227,6 +240,19 @@ class AlloydbomniDatabase(pulumi.CustomResource):
227
240
  **This resource is in the beta stage and may change without notice.** Set
228
241
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
229
242
 
243
+ !> **End of life notice**
244
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
245
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
246
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
247
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
248
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
249
+ Aiven for PostgreSQL®,
250
+ Aiven for ClickHouse®,
251
+ and Aiven for MySQL®.
252
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
253
+ For further assistance, contact the Aiven support team or your
254
+ account team.
255
+
230
256
  :param str resource_name: The name of the resource.
231
257
  :param AlloydbomniDatabaseArgs args: The arguments to use to populate this resource's properties.
232
258
  :param pulumi.ResourceOptions opts: Options for the resource.