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
@@ -27,7 +27,7 @@ class GetAlloydbomniResult:
27
27
  """
28
28
  A collection of values returned by getAlloydbomni.
29
29
  """
30
- def __init__(__self__, additional_disk_space=None, alloydbomni_user_configs=None, alloydbomnis=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_account_credentials=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
30
+ def __init__(__self__, additional_disk_space=None, alloydbomni_user_configs=None, alloydbomnis=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_enabled=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_account_credentials=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
31
31
  if additional_disk_space and not isinstance(additional_disk_space, str):
32
32
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
33
33
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -64,6 +64,9 @@ class GetAlloydbomniResult:
64
64
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
65
65
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
66
66
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
67
+ if maintenance_window_enabled and not isinstance(maintenance_window_enabled, bool):
68
+ raise TypeError("Expected argument 'maintenance_window_enabled' to be a bool")
69
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
67
70
  if maintenance_window_time and not isinstance(maintenance_window_time, str):
68
71
  raise TypeError("Expected argument 'maintenance_window_time' to be a str")
69
72
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
@@ -163,7 +166,7 @@ class GetAlloydbomniResult:
163
166
  @pulumi.getter(name="diskSpace")
164
167
  def disk_space(self) -> _builtins.str:
165
168
  """
166
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
169
+ 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.
167
170
  """
168
171
  return pulumi.get(self, "disk_space")
169
172
 
@@ -195,7 +198,7 @@ class GetAlloydbomniResult:
195
198
  @pulumi.getter(name="diskSpaceUsed")
196
199
  def disk_space_used(self) -> _builtins.str:
197
200
  """
198
- Disk space that service is currently using
201
+ 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`).
199
202
  """
200
203
  return pulumi.get(self, "disk_space_used")
201
204
 
@@ -215,6 +218,14 @@ class GetAlloydbomniResult:
215
218
  """
216
219
  return pulumi.get(self, "maintenance_window_dow")
217
220
 
221
+ @_builtins.property
222
+ @pulumi.getter(name="maintenanceWindowEnabled")
223
+ def maintenance_window_enabled(self) -> _builtins.bool:
224
+ """
225
+ Indicates whether the maintenance window is currently enabled for this service.
226
+ """
227
+ return pulumi.get(self, "maintenance_window_enabled")
228
+
218
229
  @_builtins.property
219
230
  @pulumi.getter(name="maintenanceWindowTime")
220
231
  def maintenance_window_time(self) -> _builtins.str:
@@ -375,6 +386,7 @@ class AwaitableGetAlloydbomniResult(GetAlloydbomniResult):
375
386
  disk_space_used=self.disk_space_used,
376
387
  id=self.id,
377
388
  maintenance_window_dow=self.maintenance_window_dow,
389
+ maintenance_window_enabled=self.maintenance_window_enabled,
378
390
  maintenance_window_time=self.maintenance_window_time,
379
391
  plan=self.plan,
380
392
  project=self.project,
@@ -404,6 +416,19 @@ def get_alloydbomni(project: Optional[_builtins.str] = None,
404
416
  **This resource is in the beta stage and may change without notice.** Set
405
417
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
406
418
 
419
+ !> **End of life notice**
420
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
421
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
422
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
423
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
424
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
425
+ Aiven for PostgreSQL®,
426
+ Aiven for ClickHouse®,
427
+ and Aiven for MySQL®.
428
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
429
+ For further assistance, contact the Aiven support team or your
430
+ account team.
431
+
407
432
 
408
433
  :param _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.
409
434
  :param _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.
@@ -427,6 +452,7 @@ def get_alloydbomni(project: Optional[_builtins.str] = None,
427
452
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
428
453
  id=pulumi.get(__ret__, 'id'),
429
454
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
455
+ maintenance_window_enabled=pulumi.get(__ret__, 'maintenance_window_enabled'),
430
456
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
431
457
  plan=pulumi.get(__ret__, 'plan'),
432
458
  project=pulumi.get(__ret__, 'project'),
@@ -454,6 +480,19 @@ def get_alloydbomni_output(project: Optional[pulumi.Input[_builtins.str]] = None
454
480
  **This resource is in the beta stage and may change without notice.** Set
455
481
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
456
482
 
483
+ !> **End of life notice**
484
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
485
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
486
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
487
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
488
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
489
+ Aiven for PostgreSQL®,
490
+ Aiven for ClickHouse®,
491
+ and Aiven for MySQL®.
492
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
493
+ For further assistance, contact the Aiven support team or your
494
+ account team.
495
+
457
496
 
458
497
  :param _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.
459
498
  :param _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.
@@ -476,6 +515,7 @@ def get_alloydbomni_output(project: Optional[pulumi.Input[_builtins.str]] = None
476
515
  disk_space_used=pulumi.get(__response__, 'disk_space_used'),
477
516
  id=pulumi.get(__response__, 'id'),
478
517
  maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
518
+ maintenance_window_enabled=pulumi.get(__response__, 'maintenance_window_enabled'),
479
519
  maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
480
520
  plan=pulumi.get(__response__, 'plan'),
481
521
  project=pulumi.get(__response__, 'project'),
@@ -119,6 +119,19 @@ def get_alloydbomni_database(database_name: Optional[_builtins.str] = None,
119
119
  **This resource is in the beta stage and may change without notice.** Set
120
120
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
121
121
 
122
+ !> **End of life notice**
123
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
124
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
125
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
126
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
127
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
128
+ Aiven for PostgreSQL®,
129
+ Aiven for ClickHouse®,
130
+ and Aiven for MySQL®.
131
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
132
+ For further assistance, contact the Aiven support team or your
133
+ account team.
134
+
122
135
 
123
136
  :param _builtins.str database_name: The name of the service database. Changing this property forces recreation of the resource.
124
137
  :param _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.
@@ -148,6 +161,19 @@ def get_alloydbomni_database_output(database_name: Optional[pulumi.Input[_builti
148
161
  **This resource is in the beta stage and may change without notice.** Set
149
162
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
150
163
 
164
+ !> **End of life notice**
165
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
166
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
167
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
168
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
169
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
170
+ Aiven for PostgreSQL®,
171
+ Aiven for ClickHouse®,
172
+ and Aiven for MySQL®.
173
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
174
+ For further assistance, contact the Aiven support team or your
175
+ account team.
176
+
151
177
 
152
178
  :param _builtins.str database_name: The name of the service database. Changing this property forces recreation of the resource.
153
179
  :param _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.
@@ -83,7 +83,7 @@ class GetAlloydbomniUserResult:
83
83
  @pulumi.getter
84
84
  def password(self) -> _builtins.str:
85
85
  """
86
- The password of the service user.
86
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
87
87
  """
88
88
  return pulumi.get(self, "password")
89
89
 
@@ -155,6 +155,19 @@ def get_alloydbomni_user(project: Optional[_builtins.str] = None,
155
155
  **This resource is in the beta stage and may change without notice.** Set
156
156
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
157
157
 
158
+ !> **End of life notice**
159
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
160
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
161
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
162
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
163
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
164
+ Aiven for PostgreSQL®,
165
+ Aiven for ClickHouse®,
166
+ and Aiven for MySQL®.
167
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
168
+ For further assistance, contact the Aiven support team or your
169
+ account team.
170
+
158
171
 
159
172
  :param _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.
160
173
  :param _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.
@@ -187,6 +200,19 @@ def get_alloydbomni_user_output(project: Optional[pulumi.Input[_builtins.str]] =
187
200
  **This resource is in the beta stage and may change without notice.** Set
188
201
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
189
202
 
203
+ !> **End of life notice**
204
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
205
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
206
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
207
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
208
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
209
+ Aiven for PostgreSQL®,
210
+ Aiven for ClickHouse®,
211
+ and Aiven for MySQL®.
212
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
213
+ For further assistance, contact the Aiven support team or your
214
+ account team.
215
+
190
216
 
191
217
  :param _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.
192
218
  :param _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.
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
16
18
 
17
19
  __all__ = [
18
20
  'GetBillingGroupResult',
@@ -26,13 +28,16 @@ class GetBillingGroupResult:
26
28
  """
27
29
  A collection of values returned by getBillingGroup.
28
30
  """
29
- def __init__(__self__, account_id=None, address_lines=None, billing_currency=None, billing_emails=None, billing_extra_text=None, billing_group_id=None, card_id=None, city=None, company=None, copy_from_billing_group=None, country_code=None, id=None, name=None, parent_id=None, state=None, vat_id=None, zip_code=None):
31
+ def __init__(__self__, account_id=None, address_lines=None, billing_contact_emails=None, billing_currency=None, billing_emails=None, billing_extra_text=None, billing_group_id=None, card_id=None, city=None, company=None, copy_from_billing_group=None, country_code=None, id=None, name=None, parent_id=None, state=None, timeouts=None, vat_id=None, zip_code=None):
30
32
  if account_id and not isinstance(account_id, str):
31
33
  raise TypeError("Expected argument 'account_id' to be a str")
32
34
  pulumi.set(__self__, "account_id", account_id)
33
35
  if address_lines and not isinstance(address_lines, list):
34
36
  raise TypeError("Expected argument 'address_lines' to be a list")
35
37
  pulumi.set(__self__, "address_lines", address_lines)
38
+ if billing_contact_emails and not isinstance(billing_contact_emails, list):
39
+ raise TypeError("Expected argument 'billing_contact_emails' to be a list")
40
+ pulumi.set(__self__, "billing_contact_emails", billing_contact_emails)
36
41
  if billing_currency and not isinstance(billing_currency, str):
37
42
  raise TypeError("Expected argument 'billing_currency' to be a str")
38
43
  pulumi.set(__self__, "billing_currency", billing_currency)
@@ -72,6 +77,9 @@ class GetBillingGroupResult:
72
77
  if state and not isinstance(state, str):
73
78
  raise TypeError("Expected argument 'state' to be a str")
74
79
  pulumi.set(__self__, "state", state)
80
+ if timeouts and not isinstance(timeouts, dict):
81
+ raise TypeError("Expected argument 'timeouts' to be a dict")
82
+ pulumi.set(__self__, "timeouts", timeouts)
75
83
  if vat_id and not isinstance(vat_id, str):
76
84
  raise TypeError("Expected argument 'vat_id' to be a str")
77
85
  pulumi.set(__self__, "vat_id", vat_id)
@@ -81,9 +89,10 @@ class GetBillingGroupResult:
81
89
 
82
90
  @_builtins.property
83
91
  @pulumi.getter(name="accountId")
92
+ @_utilities.deprecated("""Use `parent_id` instead. This field will be removed in the next major release.""")
84
93
  def account_id(self) -> _builtins.str:
85
94
  """
86
- Account ID.
95
+ Account ID. **Deprecated**: Use `parent_id` instead. This field will be removed in the next major release.
87
96
  """
88
97
  return pulumi.get(self, "account_id")
89
98
 
@@ -95,11 +104,19 @@ class GetBillingGroupResult:
95
104
  """
96
105
  return pulumi.get(self, "address_lines")
97
106
 
107
+ @_builtins.property
108
+ @pulumi.getter(name="billingContactEmails")
109
+ def billing_contact_emails(self) -> Sequence[_builtins.str]:
110
+ """
111
+ List of billing groups contact email addresses.
112
+ """
113
+ return pulumi.get(self, "billing_contact_emails")
114
+
98
115
  @_builtins.property
99
116
  @pulumi.getter(name="billingCurrency")
100
117
  def billing_currency(self) -> _builtins.str:
101
118
  """
102
- Billing currency for the billing group. Supported currencies are: AUD, CAD, CHF, DKK, EUR, GBP, JPY, NOK, NZD, SEK, SGD, and USD.
119
+ Billing currency. The possible values are `AUD`, `CAD`, `CHF`, `DKK`, `EUR`, `GBP`, `JPY`, `NOK`, `NZD`, `SEK`, `SGD` and `USD`.
103
120
  """
104
121
  return pulumi.get(self, "billing_currency")
105
122
 
@@ -107,7 +124,7 @@ class GetBillingGroupResult:
107
124
  @pulumi.getter(name="billingEmails")
108
125
  def billing_emails(self) -> Sequence[_builtins.str]:
109
126
  """
110
- Email address of billing contacts. Invoices and other payment notifications are emailed to all billing contacts.
127
+ List of project billing email addresses.
111
128
  """
112
129
  return pulumi.get(self, "billing_emails")
113
130
 
@@ -115,7 +132,7 @@ class GetBillingGroupResult:
115
132
  @pulumi.getter(name="billingExtraText")
116
133
  def billing_extra_text(self) -> _builtins.str:
117
134
  """
118
- Additional information to include on your invoice (for example, a reference number).
135
+ Extra text to be included in all project invoices, e.g. purchase order or cost center number.
119
136
  """
120
137
  return pulumi.get(self, "billing_extra_text")
121
138
 
@@ -139,7 +156,7 @@ class GetBillingGroupResult:
139
156
  @pulumi.getter
140
157
  def city(self) -> _builtins.str:
141
158
  """
142
- City, district, suburb, town, or village.
159
+ Address city.
143
160
  """
144
161
  return pulumi.get(self, "city")
145
162
 
@@ -147,7 +164,7 @@ class GetBillingGroupResult:
147
164
  @pulumi.getter
148
165
  def company(self) -> _builtins.str:
149
166
  """
150
- Your company name.
167
+ Name of a company.
151
168
  """
152
169
  return pulumi.get(self, "company")
153
170
 
@@ -155,7 +172,7 @@ class GetBillingGroupResult:
155
172
  @pulumi.getter(name="copyFromBillingGroup")
156
173
  def copy_from_billing_group(self) -> _builtins.str:
157
174
  """
158
- ID of the billing group to copy the company name, address, currency, billing contacts, and extra text from.
175
+ Billing group ID.
159
176
  """
160
177
  return pulumi.get(self, "copy_from_billing_group")
161
178
 
@@ -163,7 +180,7 @@ class GetBillingGroupResult:
163
180
  @pulumi.getter(name="countryCode")
164
181
  def country_code(self) -> _builtins.str:
165
182
  """
166
- Two-letter country code.
183
+ Two letter country code for billing country.
167
184
  """
168
185
  return pulumi.get(self, "country_code")
169
186
 
@@ -171,7 +188,7 @@ class GetBillingGroupResult:
171
188
  @pulumi.getter
172
189
  def id(self) -> _builtins.str:
173
190
  """
174
- The provider-assigned unique ID for this managed resource.
191
+ Resource ID, equal to `billing_group_id`.
175
192
  """
176
193
  return pulumi.get(self, "id")
177
194
 
@@ -179,7 +196,7 @@ class GetBillingGroupResult:
179
196
  @pulumi.getter
180
197
  def name(self) -> _builtins.str:
181
198
  """
182
- Name of the billing group.
199
+ Billing group name.
183
200
  """
184
201
  return pulumi.get(self, "name")
185
202
 
@@ -187,7 +204,7 @@ class GetBillingGroupResult:
187
204
  @pulumi.getter(name="parentId")
188
205
  def parent_id(self) -> _builtins.str:
189
206
  """
190
- Link a billing group to an existing organization by using its ID. To set up proper dependencies please refer to this variable as a reference.
207
+ Link a billing group to an existing organization by using its ID.
191
208
  """
192
209
  return pulumi.get(self, "parent_id")
193
210
 
@@ -195,15 +212,20 @@ class GetBillingGroupResult:
195
212
  @pulumi.getter
196
213
  def state(self) -> _builtins.str:
197
214
  """
198
- Address state.
215
+ Address state or province.
199
216
  """
200
217
  return pulumi.get(self, "state")
201
218
 
219
+ @_builtins.property
220
+ @pulumi.getter
221
+ def timeouts(self) -> Optional['outputs.GetBillingGroupTimeoutsResult']:
222
+ return pulumi.get(self, "timeouts")
223
+
202
224
  @_builtins.property
203
225
  @pulumi.getter(name="vatId")
204
226
  def vat_id(self) -> _builtins.str:
205
227
  """
206
- The VAT identification number for your company.
228
+ EU VAT Identification Number.
207
229
  """
208
230
  return pulumi.get(self, "vat_id")
209
231
 
@@ -211,7 +233,7 @@ class GetBillingGroupResult:
211
233
  @pulumi.getter(name="zipCode")
212
234
  def zip_code(self) -> _builtins.str:
213
235
  """
214
- Zip or postal code.
236
+ Address zip code.
215
237
  """
216
238
  return pulumi.get(self, "zip_code")
217
239
 
@@ -224,6 +246,7 @@ class AwaitableGetBillingGroupResult(GetBillingGroupResult):
224
246
  return GetBillingGroupResult(
225
247
  account_id=self.account_id,
226
248
  address_lines=self.address_lines,
249
+ billing_contact_emails=self.billing_contact_emails,
227
250
  billing_currency=self.billing_currency,
228
251
  billing_emails=self.billing_emails,
229
252
  billing_extra_text=self.billing_extra_text,
@@ -237,11 +260,13 @@ class AwaitableGetBillingGroupResult(GetBillingGroupResult):
237
260
  name=self.name,
238
261
  parent_id=self.parent_id,
239
262
  state=self.state,
263
+ timeouts=self.timeouts,
240
264
  vat_id=self.vat_id,
241
265
  zip_code=self.zip_code)
242
266
 
243
267
 
244
268
  def get_billing_group(billing_group_id: Optional[_builtins.str] = None,
269
+ timeouts: Optional[Union['GetBillingGroupTimeoutsArgs', 'GetBillingGroupTimeoutsArgsDict']] = None,
245
270
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingGroupResult:
246
271
  """
247
272
  Gets information about a billing group.
@@ -260,12 +285,14 @@ def get_billing_group(billing_group_id: Optional[_builtins.str] = None,
260
285
  """
261
286
  __args__ = dict()
262
287
  __args__['billingGroupId'] = billing_group_id
288
+ __args__['timeouts'] = timeouts
263
289
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
264
290
  __ret__ = pulumi.runtime.invoke('aiven:index/getBillingGroup:getBillingGroup', __args__, opts=opts, typ=GetBillingGroupResult).value
265
291
 
266
292
  return AwaitableGetBillingGroupResult(
267
293
  account_id=pulumi.get(__ret__, 'account_id'),
268
294
  address_lines=pulumi.get(__ret__, 'address_lines'),
295
+ billing_contact_emails=pulumi.get(__ret__, 'billing_contact_emails'),
269
296
  billing_currency=pulumi.get(__ret__, 'billing_currency'),
270
297
  billing_emails=pulumi.get(__ret__, 'billing_emails'),
271
298
  billing_extra_text=pulumi.get(__ret__, 'billing_extra_text'),
@@ -279,9 +306,11 @@ def get_billing_group(billing_group_id: Optional[_builtins.str] = None,
279
306
  name=pulumi.get(__ret__, 'name'),
280
307
  parent_id=pulumi.get(__ret__, 'parent_id'),
281
308
  state=pulumi.get(__ret__, 'state'),
309
+ timeouts=pulumi.get(__ret__, 'timeouts'),
282
310
  vat_id=pulumi.get(__ret__, 'vat_id'),
283
311
  zip_code=pulumi.get(__ret__, 'zip_code'))
284
312
  def get_billing_group_output(billing_group_id: Optional[pulumi.Input[_builtins.str]] = None,
313
+ timeouts: Optional[pulumi.Input[Optional[Union['GetBillingGroupTimeoutsArgs', 'GetBillingGroupTimeoutsArgsDict']]]] = None,
285
314
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBillingGroupResult]:
286
315
  """
287
316
  Gets information about a billing group.
@@ -300,11 +329,13 @@ def get_billing_group_output(billing_group_id: Optional[pulumi.Input[_builtins.s
300
329
  """
301
330
  __args__ = dict()
302
331
  __args__['billingGroupId'] = billing_group_id
332
+ __args__['timeouts'] = timeouts
303
333
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
304
334
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getBillingGroup:getBillingGroup', __args__, opts=opts, typ=GetBillingGroupResult)
305
335
  return __ret__.apply(lambda __response__: GetBillingGroupResult(
306
336
  account_id=pulumi.get(__response__, 'account_id'),
307
337
  address_lines=pulumi.get(__response__, 'address_lines'),
338
+ billing_contact_emails=pulumi.get(__response__, 'billing_contact_emails'),
308
339
  billing_currency=pulumi.get(__response__, 'billing_currency'),
309
340
  billing_emails=pulumi.get(__response__, 'billing_emails'),
310
341
  billing_extra_text=pulumi.get(__response__, 'billing_extra_text'),
@@ -318,5 +349,6 @@ def get_billing_group_output(billing_group_id: Optional[pulumi.Input[_builtins.s
318
349
  name=pulumi.get(__response__, 'name'),
319
350
  parent_id=pulumi.get(__response__, 'parent_id'),
320
351
  state=pulumi.get(__response__, 'state'),
352
+ timeouts=pulumi.get(__response__, 'timeouts'),
321
353
  vat_id=pulumi.get(__response__, 'vat_id'),
322
354
  zip_code=pulumi.get(__response__, 'zip_code')))
@@ -29,7 +29,7 @@ class GetCassandaResult:
29
29
  """
30
30
  A collection of values returned by getCassanda.
31
31
  """
32
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
32
+ def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_enabled=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
33
33
  if additional_disk_space and not isinstance(additional_disk_space, str):
34
34
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
35
35
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -66,6 +66,9 @@ class GetCassandaResult:
66
66
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
67
67
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
68
68
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
69
+ if maintenance_window_enabled and not isinstance(maintenance_window_enabled, bool):
70
+ raise TypeError("Expected argument 'maintenance_window_enabled' to be a bool")
71
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
69
72
  if maintenance_window_time and not isinstance(maintenance_window_time, str):
70
73
  raise TypeError("Expected argument 'maintenance_window_time' to be a str")
71
74
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
@@ -162,7 +165,7 @@ class GetCassandaResult:
162
165
  @pulumi.getter(name="diskSpace")
163
166
  def disk_space(self) -> _builtins.str:
164
167
  """
165
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
168
+ 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.
166
169
  """
167
170
  return pulumi.get(self, "disk_space")
168
171
 
@@ -194,7 +197,7 @@ class GetCassandaResult:
194
197
  @pulumi.getter(name="diskSpaceUsed")
195
198
  def disk_space_used(self) -> _builtins.str:
196
199
  """
197
- Disk space that service is currently using
200
+ 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`).
198
201
  """
199
202
  return pulumi.get(self, "disk_space_used")
200
203
 
@@ -214,6 +217,14 @@ class GetCassandaResult:
214
217
  """
215
218
  return pulumi.get(self, "maintenance_window_dow")
216
219
 
220
+ @_builtins.property
221
+ @pulumi.getter(name="maintenanceWindowEnabled")
222
+ def maintenance_window_enabled(self) -> _builtins.bool:
223
+ """
224
+ Indicates whether the maintenance window is currently enabled for this service.
225
+ """
226
+ return pulumi.get(self, "maintenance_window_enabled")
227
+
217
228
  @_builtins.property
218
229
  @pulumi.getter(name="maintenanceWindowTime")
219
230
  def maintenance_window_time(self) -> _builtins.str:
@@ -366,6 +377,7 @@ class AwaitableGetCassandaResult(GetCassandaResult):
366
377
  disk_space_used=self.disk_space_used,
367
378
  id=self.id,
368
379
  maintenance_window_dow=self.maintenance_window_dow,
380
+ maintenance_window_enabled=self.maintenance_window_enabled,
369
381
  maintenance_window_time=self.maintenance_window_time,
370
382
  plan=self.plan,
371
383
  project=self.project,
@@ -432,6 +444,7 @@ def get_cassanda(project: Optional[_builtins.str] = None,
432
444
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
433
445
  id=pulumi.get(__ret__, 'id'),
434
446
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
447
+ maintenance_window_enabled=pulumi.get(__ret__, 'maintenance_window_enabled'),
435
448
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
436
449
  plan=pulumi.get(__ret__, 'plan'),
437
450
  project=pulumi.get(__ret__, 'project'),
@@ -495,6 +508,7 @@ def get_cassanda_output(project: Optional[pulumi.Input[_builtins.str]] = None,
495
508
  disk_space_used=pulumi.get(__response__, 'disk_space_used'),
496
509
  id=pulumi.get(__response__, 'id'),
497
510
  maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
511
+ maintenance_window_enabled=pulumi.get(__response__, 'maintenance_window_enabled'),
498
512
  maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
499
513
  plan=pulumi.get(__response__, 'plan'),
500
514
  project=pulumi.get(__response__, 'project'),
@@ -27,7 +27,7 @@ class GetCassandraResult:
27
27
  """
28
28
  A collection of values returned by getCassandra.
29
29
  """
30
- def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
30
+ def __init__(__self__, additional_disk_space=None, cassandra_user_configs=None, cassandras=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, maintenance_window_dow=None, maintenance_window_enabled=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
31
31
  if additional_disk_space and not isinstance(additional_disk_space, str):
32
32
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
33
33
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -64,6 +64,9 @@ class GetCassandraResult:
64
64
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
65
65
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
66
66
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
67
+ if maintenance_window_enabled and not isinstance(maintenance_window_enabled, bool):
68
+ raise TypeError("Expected argument 'maintenance_window_enabled' to be a bool")
69
+ pulumi.set(__self__, "maintenance_window_enabled", maintenance_window_enabled)
67
70
  if maintenance_window_time and not isinstance(maintenance_window_time, str):
68
71
  raise TypeError("Expected argument 'maintenance_window_time' to be a str")
69
72
  pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
@@ -160,7 +163,7 @@ class GetCassandraResult:
160
163
  @pulumi.getter(name="diskSpace")
161
164
  def disk_space(self) -> _builtins.str:
162
165
  """
163
- Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
166
+ 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.
164
167
  """
165
168
  return pulumi.get(self, "disk_space")
166
169
 
@@ -192,7 +195,7 @@ class GetCassandraResult:
192
195
  @pulumi.getter(name="diskSpaceUsed")
193
196
  def disk_space_used(self) -> _builtins.str:
194
197
  """
195
- Disk space that service is currently using
198
+ 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`).
196
199
  """
197
200
  return pulumi.get(self, "disk_space_used")
198
201
 
@@ -212,6 +215,14 @@ class GetCassandraResult:
212
215
  """
213
216
  return pulumi.get(self, "maintenance_window_dow")
214
217
 
218
+ @_builtins.property
219
+ @pulumi.getter(name="maintenanceWindowEnabled")
220
+ def maintenance_window_enabled(self) -> _builtins.bool:
221
+ """
222
+ Indicates whether the maintenance window is currently enabled for this service.
223
+ """
224
+ return pulumi.get(self, "maintenance_window_enabled")
225
+
215
226
  @_builtins.property
216
227
  @pulumi.getter(name="maintenanceWindowTime")
217
228
  def maintenance_window_time(self) -> _builtins.str:
@@ -364,6 +375,7 @@ class AwaitableGetCassandraResult(GetCassandraResult):
364
375
  disk_space_used=self.disk_space_used,
365
376
  id=self.id,
366
377
  maintenance_window_dow=self.maintenance_window_dow,
378
+ maintenance_window_enabled=self.maintenance_window_enabled,
367
379
  maintenance_window_time=self.maintenance_window_time,
368
380
  plan=self.plan,
369
381
  project=self.project,
@@ -429,6 +441,7 @@ def get_cassandra(project: Optional[_builtins.str] = None,
429
441
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
430
442
  id=pulumi.get(__ret__, 'id'),
431
443
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
444
+ maintenance_window_enabled=pulumi.get(__ret__, 'maintenance_window_enabled'),
432
445
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
433
446
  plan=pulumi.get(__ret__, 'plan'),
434
447
  project=pulumi.get(__ret__, 'project'),
@@ -491,6 +504,7 @@ def get_cassandra_output(project: Optional[pulumi.Input[_builtins.str]] = None,
491
504
  disk_space_used=pulumi.get(__response__, 'disk_space_used'),
492
505
  id=pulumi.get(__response__, 'id'),
493
506
  maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
507
+ maintenance_window_enabled=pulumi.get(__response__, 'maintenance_window_enabled'),
494
508
  maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
495
509
  plan=pulumi.get(__response__, 'plan'),
496
510
  project=pulumi.get(__response__, 'project'),
@@ -80,7 +80,7 @@ class GetCassandraUserResult:
80
80
  @pulumi.getter
81
81
  def password(self) -> _builtins.str:
82
82
  """
83
- The Cassandra service user's password.
83
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
84
84
  """
85
85
  return pulumi.get(self, "password")
86
86