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,13 +23,18 @@ class AlloydbomniUserArgs:
23
23
  service_name: pulumi.Input[_builtins.str],
24
24
  username: pulumi.Input[_builtins.str],
25
25
  password: Optional[pulumi.Input[_builtins.str]] = None,
26
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
27
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
26
28
  pg_allow_replication: Optional[pulumi.Input[_builtins.bool]] = None):
27
29
  """
28
30
  The set of arguments for constructing a AlloydbomniUser 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 service user for this service. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
32
- :param pulumi.Input[_builtins.str] password: The password of the service user.
34
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
35
+ :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.
36
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
37
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
33
38
  :param pulumi.Input[_builtins.bool] pg_allow_replication: Allows replication. For the default avnadmin user this attribute is required and is always `true`.
34
39
  """
35
40
  pulumi.set(__self__, "project", project)
@@ -37,6 +42,10 @@ class AlloydbomniUserArgs:
37
42
  pulumi.set(__self__, "username", username)
38
43
  if password is not None:
39
44
  pulumi.set(__self__, "password", password)
45
+ if password_wo is not None:
46
+ pulumi.set(__self__, "password_wo", password_wo)
47
+ if password_wo_version is not None:
48
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
40
49
  if pg_allow_replication is not None:
41
50
  pulumi.set(__self__, "pg_allow_replication", pg_allow_replication)
42
51
 
@@ -80,7 +89,7 @@ class AlloydbomniUserArgs:
80
89
  @pulumi.getter
81
90
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
82
91
  """
83
- The password of the service user.
92
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
84
93
  """
85
94
  return pulumi.get(self, "password")
86
95
 
@@ -88,6 +97,31 @@ class AlloydbomniUserArgs:
88
97
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
89
98
  pulumi.set(self, "password", value)
90
99
 
100
+ @_builtins.property
101
+ @pulumi.getter(name="passwordWo")
102
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
103
+ """
104
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
105
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
106
+ """
107
+ return pulumi.get(self, "password_wo")
108
+
109
+ @password_wo.setter
110
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
111
+ pulumi.set(self, "password_wo", value)
112
+
113
+ @_builtins.property
114
+ @pulumi.getter(name="passwordWoVersion")
115
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
116
+ """
117
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
118
+ """
119
+ return pulumi.get(self, "password_wo_version")
120
+
121
+ @password_wo_version.setter
122
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
123
+ pulumi.set(self, "password_wo_version", value)
124
+
91
125
  @_builtins.property
92
126
  @pulumi.getter(name="pgAllowReplication")
93
127
  def pg_allow_replication(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -107,6 +141,8 @@ class _AlloydbomniUserState:
107
141
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
108
142
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
109
143
  password: Optional[pulumi.Input[_builtins.str]] = None,
144
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
145
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
110
146
  pg_allow_replication: Optional[pulumi.Input[_builtins.bool]] = None,
111
147
  project: Optional[pulumi.Input[_builtins.str]] = None,
112
148
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -116,7 +152,10 @@ class _AlloydbomniUserState:
116
152
  Input properties used for looking up and filtering AlloydbomniUser resources.
117
153
  :param pulumi.Input[_builtins.str] access_cert: The access certificate for the servie user.
118
154
  :param pulumi.Input[_builtins.str] access_key: The access certificate key for the service user.
119
- :param pulumi.Input[_builtins.str] password: The password of the service user.
155
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
156
+ :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.
157
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
158
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
120
159
  :param pulumi.Input[_builtins.bool] pg_allow_replication: Allows replication. For the default avnadmin user this attribute is required and is always `true`.
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.
@@ -129,6 +168,10 @@ class _AlloydbomniUserState:
129
168
  pulumi.set(__self__, "access_key", access_key)
130
169
  if password is not None:
131
170
  pulumi.set(__self__, "password", password)
171
+ if password_wo is not None:
172
+ pulumi.set(__self__, "password_wo", password_wo)
173
+ if password_wo_version is not None:
174
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
132
175
  if pg_allow_replication is not None:
133
176
  pulumi.set(__self__, "pg_allow_replication", pg_allow_replication)
134
177
  if project is not None:
@@ -168,7 +211,7 @@ class _AlloydbomniUserState:
168
211
  @pulumi.getter
169
212
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
170
213
  """
171
- The password of the service user.
214
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
172
215
  """
173
216
  return pulumi.get(self, "password")
174
217
 
@@ -176,6 +219,31 @@ class _AlloydbomniUserState:
176
219
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
177
220
  pulumi.set(self, "password", value)
178
221
 
222
+ @_builtins.property
223
+ @pulumi.getter(name="passwordWo")
224
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
225
+ """
226
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
227
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
228
+ """
229
+ return pulumi.get(self, "password_wo")
230
+
231
+ @password_wo.setter
232
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
233
+ pulumi.set(self, "password_wo", value)
234
+
235
+ @_builtins.property
236
+ @pulumi.getter(name="passwordWoVersion")
237
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
238
+ """
239
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
240
+ """
241
+ return pulumi.get(self, "password_wo_version")
242
+
243
+ @password_wo_version.setter
244
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
245
+ pulumi.set(self, "password_wo_version", value)
246
+
179
247
  @_builtins.property
180
248
  @pulumi.getter(name="pgAllowReplication")
181
249
  def pg_allow_replication(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -244,6 +312,8 @@ class AlloydbomniUser(pulumi.CustomResource):
244
312
  resource_name: str,
245
313
  opts: Optional[pulumi.ResourceOptions] = None,
246
314
  password: Optional[pulumi.Input[_builtins.str]] = None,
315
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
316
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
247
317
  pg_allow_replication: Optional[pulumi.Input[_builtins.bool]] = None,
248
318
  project: Optional[pulumi.Input[_builtins.str]] = None,
249
319
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -255,9 +325,25 @@ class AlloydbomniUser(pulumi.CustomResource):
255
325
  **This resource is in the beta stage and may change without notice.** Set
256
326
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
257
327
 
328
+ !> **End of life notice**
329
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
330
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
331
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
332
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
333
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
334
+ Aiven for PostgreSQL®,
335
+ Aiven for ClickHouse®,
336
+ and Aiven for MySQL®.
337
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
338
+ For further assistance, contact the Aiven support team or your
339
+ account team.
340
+
258
341
  :param str resource_name: The name of the resource.
259
342
  :param pulumi.ResourceOptions opts: Options for the resource.
260
- :param pulumi.Input[_builtins.str] password: The password of the service user.
343
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
344
+ :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.
345
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
346
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
261
347
  :param pulumi.Input[_builtins.bool] pg_allow_replication: Allows replication. For the default avnadmin user this attribute is required and is always `true`.
262
348
  :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.
263
349
  :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.
@@ -275,6 +361,19 @@ class AlloydbomniUser(pulumi.CustomResource):
275
361
  **This resource is in the beta stage and may change without notice.** Set
276
362
  the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
277
363
 
364
+ !> **End of life notice**
365
+ Aiven for AlloyDB Omni is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
366
+ From **5 September 2025**, you can no longer create new Aiven for AlloyDB Omni services. Existing
367
+ services continue to operate until the end of life (EOL) date but you cannot change plans for these services.
368
+ On **5 December 2025**, all active Aiven for AlloyDB Omni services are powered off and deleted, making data from
369
+ these services inaccessible. The recommended alternatives to Aiven for AlloyDB Omni are:
370
+ Aiven for PostgreSQL®,
371
+ Aiven for ClickHouse®,
372
+ and Aiven for MySQL®.
373
+ To ensure uninterrupted service, complete your migration before December 5, 2025.
374
+ For further assistance, contact the Aiven support team or your
375
+ account team.
376
+
278
377
  :param str resource_name: The name of the resource.
279
378
  :param AlloydbomniUserArgs args: The arguments to use to populate this resource's properties.
280
379
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -291,6 +390,8 @@ class AlloydbomniUser(pulumi.CustomResource):
291
390
  resource_name: str,
292
391
  opts: Optional[pulumi.ResourceOptions] = None,
293
392
  password: Optional[pulumi.Input[_builtins.str]] = None,
393
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
394
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
294
395
  pg_allow_replication: Optional[pulumi.Input[_builtins.bool]] = None,
295
396
  project: Optional[pulumi.Input[_builtins.str]] = None,
296
397
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -305,6 +406,8 @@ class AlloydbomniUser(pulumi.CustomResource):
305
406
  __props__ = AlloydbomniUserArgs.__new__(AlloydbomniUserArgs)
306
407
 
307
408
  __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
409
+ __props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
410
+ __props__.__dict__["password_wo_version"] = password_wo_version
308
411
  __props__.__dict__["pg_allow_replication"] = pg_allow_replication
309
412
  if project is None and not opts.urn:
310
413
  raise TypeError("Missing required property 'project'")
@@ -318,7 +421,7 @@ class AlloydbomniUser(pulumi.CustomResource):
318
421
  __props__.__dict__["access_cert"] = None
319
422
  __props__.__dict__["access_key"] = None
320
423
  __props__.__dict__["type"] = None
321
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password"])
424
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessCert", "accessKey", "password", "passwordWo"])
322
425
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
323
426
  super(AlloydbomniUser, __self__).__init__(
324
427
  'aiven:index/alloydbomniUser:AlloydbomniUser',
@@ -333,6 +436,8 @@ class AlloydbomniUser(pulumi.CustomResource):
333
436
  access_cert: Optional[pulumi.Input[_builtins.str]] = None,
334
437
  access_key: Optional[pulumi.Input[_builtins.str]] = None,
335
438
  password: Optional[pulumi.Input[_builtins.str]] = None,
439
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
440
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
336
441
  pg_allow_replication: Optional[pulumi.Input[_builtins.bool]] = None,
337
442
  project: Optional[pulumi.Input[_builtins.str]] = None,
338
443
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -347,7 +452,10 @@ class AlloydbomniUser(pulumi.CustomResource):
347
452
  :param pulumi.ResourceOptions opts: Options for the resource.
348
453
  :param pulumi.Input[_builtins.str] access_cert: The access certificate for the servie user.
349
454
  :param pulumi.Input[_builtins.str] access_key: The access certificate key for the service user.
350
- :param pulumi.Input[_builtins.str] password: The password of the service user.
455
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
456
+ :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.
457
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
458
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
351
459
  :param pulumi.Input[_builtins.bool] pg_allow_replication: Allows replication. For the default avnadmin user this attribute is required and is always `true`.
352
460
  :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.
353
461
  :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.
@@ -361,6 +469,8 @@ class AlloydbomniUser(pulumi.CustomResource):
361
469
  __props__.__dict__["access_cert"] = access_cert
362
470
  __props__.__dict__["access_key"] = access_key
363
471
  __props__.__dict__["password"] = password
472
+ __props__.__dict__["password_wo"] = password_wo
473
+ __props__.__dict__["password_wo_version"] = password_wo_version
364
474
  __props__.__dict__["pg_allow_replication"] = pg_allow_replication
365
475
  __props__.__dict__["project"] = project
366
476
  __props__.__dict__["service_name"] = service_name
@@ -388,10 +498,27 @@ class AlloydbomniUser(pulumi.CustomResource):
388
498
  @pulumi.getter
389
499
  def password(self) -> pulumi.Output[_builtins.str]:
390
500
  """
391
- The password of the service user.
501
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
392
502
  """
393
503
  return pulumi.get(self, "password")
394
504
 
505
+ @_builtins.property
506
+ @pulumi.getter(name="passwordWo")
507
+ def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
508
+ """
509
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
510
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
511
+ """
512
+ return pulumi.get(self, "password_wo")
513
+
514
+ @_builtins.property
515
+ @pulumi.getter(name="passwordWoVersion")
516
+ def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
517
+ """
518
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
519
+ """
520
+ return pulumi.get(self, "password_wo_version")
521
+
395
522
  @_builtins.property
396
523
  @pulumi.getter(name="pgAllowReplication")
397
524
  def pg_allow_replication(self) -> pulumi.Output[Optional[_builtins.bool]]: