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,6 +23,8 @@ class ValkeyUserArgs:
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
  valkey_acl_categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
27
29
  valkey_acl_channels: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
28
30
  valkey_acl_commands: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
@@ -32,17 +34,24 @@ class ValkeyUserArgs:
32
34
  :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.
33
35
  :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.
34
36
  :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
- :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
36
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
37
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
38
+ :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.
39
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
40
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
41
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
37
42
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
38
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
39
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
43
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
44
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
40
45
  """
41
46
  pulumi.set(__self__, "project", project)
42
47
  pulumi.set(__self__, "service_name", service_name)
43
48
  pulumi.set(__self__, "username", username)
44
49
  if password is not None:
45
50
  pulumi.set(__self__, "password", password)
51
+ if password_wo is not None:
52
+ pulumi.set(__self__, "password_wo", password_wo)
53
+ if password_wo_version is not None:
54
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
46
55
  if valkey_acl_categories is not None:
47
56
  pulumi.set(__self__, "valkey_acl_categories", valkey_acl_categories)
48
57
  if valkey_acl_channels is not None:
@@ -92,7 +101,7 @@ class ValkeyUserArgs:
92
101
  @pulumi.getter
93
102
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
94
103
  """
95
- The Valkey service user's password.
104
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
96
105
  """
97
106
  return pulumi.get(self, "password")
98
107
 
@@ -100,11 +109,36 @@ class ValkeyUserArgs:
100
109
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
101
110
  pulumi.set(self, "password", value)
102
111
 
112
+ @_builtins.property
113
+ @pulumi.getter(name="passwordWo")
114
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
115
+ """
116
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
117
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
118
+ """
119
+ return pulumi.get(self, "password_wo")
120
+
121
+ @password_wo.setter
122
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
123
+ pulumi.set(self, "password_wo", value)
124
+
125
+ @_builtins.property
126
+ @pulumi.getter(name="passwordWoVersion")
127
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
128
+ """
129
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
130
+ """
131
+ return pulumi.get(self, "password_wo_version")
132
+
133
+ @password_wo_version.setter
134
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
135
+ pulumi.set(self, "password_wo_version", value)
136
+
103
137
  @_builtins.property
104
138
  @pulumi.getter(name="valkeyAclCategories")
105
139
  def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
106
140
  """
107
- Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
141
+ Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
108
142
  """
109
143
  return pulumi.get(self, "valkey_acl_categories")
110
144
 
@@ -128,7 +162,7 @@ class ValkeyUserArgs:
128
162
  @pulumi.getter(name="valkeyAclCommands")
129
163
  def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
130
164
  """
131
- Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
165
+ Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
132
166
  """
133
167
  return pulumi.get(self, "valkey_acl_commands")
134
168
 
@@ -140,7 +174,7 @@ class ValkeyUserArgs:
140
174
  @pulumi.getter(name="valkeyAclKeys")
141
175
  def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
142
176
  """
143
- Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
177
+ Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
144
178
  """
145
179
  return pulumi.get(self, "valkey_acl_keys")
146
180
 
@@ -153,6 +187,8 @@ class ValkeyUserArgs:
153
187
  class _ValkeyUserState:
154
188
  def __init__(__self__, *,
155
189
  password: Optional[pulumi.Input[_builtins.str]] = None,
190
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
191
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
156
192
  project: Optional[pulumi.Input[_builtins.str]] = None,
157
193
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
158
194
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -163,18 +199,25 @@ class _ValkeyUserState:
163
199
  valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
164
200
  """
165
201
  Input properties used for looking up and filtering ValkeyUser resources.
166
- :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
202
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
203
+ :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.
204
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
205
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
167
206
  :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.
168
207
  :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.
169
208
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
170
209
  :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
210
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
172
211
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
173
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
174
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
212
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
213
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
175
214
  """
176
215
  if password is not None:
177
216
  pulumi.set(__self__, "password", password)
217
+ if password_wo is not None:
218
+ pulumi.set(__self__, "password_wo", password_wo)
219
+ if password_wo_version is not None:
220
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
178
221
  if project is not None:
179
222
  pulumi.set(__self__, "project", project)
180
223
  if service_name is not None:
@@ -196,7 +239,7 @@ class _ValkeyUserState:
196
239
  @pulumi.getter
197
240
  def password(self) -> Optional[pulumi.Input[_builtins.str]]:
198
241
  """
199
- The Valkey service user's password.
242
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
200
243
  """
201
244
  return pulumi.get(self, "password")
202
245
 
@@ -204,6 +247,31 @@ class _ValkeyUserState:
204
247
  def password(self, value: Optional[pulumi.Input[_builtins.str]]):
205
248
  pulumi.set(self, "password", value)
206
249
 
250
+ @_builtins.property
251
+ @pulumi.getter(name="passwordWo")
252
+ def password_wo(self) -> Optional[pulumi.Input[_builtins.str]]:
253
+ """
254
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
255
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
256
+ """
257
+ return pulumi.get(self, "password_wo")
258
+
259
+ @password_wo.setter
260
+ def password_wo(self, value: Optional[pulumi.Input[_builtins.str]]):
261
+ pulumi.set(self, "password_wo", value)
262
+
263
+ @_builtins.property
264
+ @pulumi.getter(name="passwordWoVersion")
265
+ def password_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
266
+ """
267
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
268
+ """
269
+ return pulumi.get(self, "password_wo_version")
270
+
271
+ @password_wo_version.setter
272
+ def password_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
273
+ pulumi.set(self, "password_wo_version", value)
274
+
207
275
  @_builtins.property
208
276
  @pulumi.getter
209
277
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -256,7 +324,7 @@ class _ValkeyUserState:
256
324
  @pulumi.getter(name="valkeyAclCategories")
257
325
  def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
258
326
  """
259
- Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
327
+ Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
260
328
  """
261
329
  return pulumi.get(self, "valkey_acl_categories")
262
330
 
@@ -280,7 +348,7 @@ class _ValkeyUserState:
280
348
  @pulumi.getter(name="valkeyAclCommands")
281
349
  def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
282
350
  """
283
- Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
351
+ Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
284
352
  """
285
353
  return pulumi.get(self, "valkey_acl_commands")
286
354
 
@@ -292,7 +360,7 @@ class _ValkeyUserState:
292
360
  @pulumi.getter(name="valkeyAclKeys")
293
361
  def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
294
362
  """
295
- Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
363
+ Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
296
364
  """
297
365
  return pulumi.get(self, "valkey_acl_keys")
298
366
 
@@ -308,6 +376,8 @@ class ValkeyUser(pulumi.CustomResource):
308
376
  resource_name: str,
309
377
  opts: Optional[pulumi.ResourceOptions] = None,
310
378
  password: Optional[pulumi.Input[_builtins.str]] = None,
379
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
380
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
311
381
  project: Optional[pulumi.Input[_builtins.str]] = None,
312
382
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
313
383
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -368,14 +438,17 @@ class ValkeyUser(pulumi.CustomResource):
368
438
 
369
439
  :param str resource_name: The name of the resource.
370
440
  :param pulumi.ResourceOptions opts: Options for the resource.
371
- :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
441
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
442
+ :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.
443
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
444
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
372
445
  :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
446
  :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.
374
447
  :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
375
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
448
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
376
449
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
377
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
378
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
450
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
451
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
379
452
  """
380
453
  ...
381
454
  @overload
@@ -449,6 +522,8 @@ class ValkeyUser(pulumi.CustomResource):
449
522
  resource_name: str,
450
523
  opts: Optional[pulumi.ResourceOptions] = None,
451
524
  password: Optional[pulumi.Input[_builtins.str]] = None,
525
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
526
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
452
527
  project: Optional[pulumi.Input[_builtins.str]] = None,
453
528
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
454
529
  username: Optional[pulumi.Input[_builtins.str]] = None,
@@ -466,6 +541,8 @@ class ValkeyUser(pulumi.CustomResource):
466
541
  __props__ = ValkeyUserArgs.__new__(ValkeyUserArgs)
467
542
 
468
543
  __props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
544
+ __props__.__dict__["password_wo"] = None if password_wo is None else pulumi.Output.secret(password_wo)
545
+ __props__.__dict__["password_wo_version"] = password_wo_version
469
546
  if project is None and not opts.urn:
470
547
  raise TypeError("Missing required property 'project'")
471
548
  __props__.__dict__["project"] = project
@@ -480,7 +557,7 @@ class ValkeyUser(pulumi.CustomResource):
480
557
  __props__.__dict__["valkey_acl_commands"] = valkey_acl_commands
481
558
  __props__.__dict__["valkey_acl_keys"] = valkey_acl_keys
482
559
  __props__.__dict__["type"] = None
483
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
560
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password", "passwordWo"])
484
561
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
485
562
  super(ValkeyUser, __self__).__init__(
486
563
  'aiven:index/valkeyUser:ValkeyUser',
@@ -493,6 +570,8 @@ class ValkeyUser(pulumi.CustomResource):
493
570
  id: pulumi.Input[str],
494
571
  opts: Optional[pulumi.ResourceOptions] = None,
495
572
  password: Optional[pulumi.Input[_builtins.str]] = None,
573
+ password_wo: Optional[pulumi.Input[_builtins.str]] = None,
574
+ password_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
496
575
  project: Optional[pulumi.Input[_builtins.str]] = None,
497
576
  service_name: Optional[pulumi.Input[_builtins.str]] = None,
498
577
  type: Optional[pulumi.Input[_builtins.str]] = None,
@@ -508,21 +587,26 @@ class ValkeyUser(pulumi.CustomResource):
508
587
  :param str resource_name: The unique name of the resulting resource.
509
588
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
510
589
  :param pulumi.ResourceOptions opts: Options for the resource.
511
- :param pulumi.Input[_builtins.str] password: The Valkey service user's password.
590
+ :param pulumi.Input[_builtins.str] password: The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
591
+ :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.
592
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
593
+ :param pulumi.Input[_builtins.int] password_wo_version: Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
512
594
  :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.
513
595
  :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.
514
596
  :param pulumi.Input[_builtins.str] type: User account type, such as primary or regular account.
515
597
  :param pulumi.Input[_builtins.str] username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
516
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
598
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_categories: Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
517
599
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_channels: Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
518
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
519
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
600
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_commands: Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
601
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] valkey_acl_keys: Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
520
602
  """
521
603
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
522
604
 
523
605
  __props__ = _ValkeyUserState.__new__(_ValkeyUserState)
524
606
 
525
607
  __props__.__dict__["password"] = password
608
+ __props__.__dict__["password_wo"] = password_wo
609
+ __props__.__dict__["password_wo_version"] = password_wo_version
526
610
  __props__.__dict__["project"] = project
527
611
  __props__.__dict__["service_name"] = service_name
528
612
  __props__.__dict__["type"] = type
@@ -537,10 +621,27 @@ class ValkeyUser(pulumi.CustomResource):
537
621
  @pulumi.getter
538
622
  def password(self) -> pulumi.Output[_builtins.str]:
539
623
  """
540
- The Valkey service user's password.
624
+ The password of the service user (auto-generated if not provided). Must be 8-256 characters if specified.
541
625
  """
542
626
  return pulumi.get(self, "password")
543
627
 
628
+ @_builtins.property
629
+ @pulumi.getter(name="passwordWo")
630
+ def password_wo(self) -> pulumi.Output[Optional[_builtins.str]]:
631
+ """
632
+ **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
633
+ The password of the service user (write-only, not stored in state). Must be used with `password_wo_version`. Must be 8-256 characters.
634
+ """
635
+ return pulumi.get(self, "password_wo")
636
+
637
+ @_builtins.property
638
+ @pulumi.getter(name="passwordWoVersion")
639
+ def password_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
640
+ """
641
+ Version number for `password_wo`. Increment this to rotate the password. Must be >= 1.
642
+ """
643
+ return pulumi.get(self, "password_wo_version")
644
+
544
645
  @_builtins.property
545
646
  @pulumi.getter
546
647
  def project(self) -> pulumi.Output[_builtins.str]:
@@ -577,7 +678,7 @@ class ValkeyUser(pulumi.CustomResource):
577
678
  @pulumi.getter(name="valkeyAclCategories")
578
679
  def valkey_acl_categories(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
579
680
  """
580
- Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
681
+ Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with `valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
581
682
  """
582
683
  return pulumi.get(self, "valkey_acl_categories")
583
684
 
@@ -593,7 +694,7 @@ class ValkeyUser(pulumi.CustomResource):
593
694
  @pulumi.getter(name="valkeyAclCommands")
594
695
  def valkey_acl_commands(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
595
696
  """
596
- Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
697
+ Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
597
698
  """
598
699
  return pulumi.get(self, "valkey_acl_commands")
599
700
 
@@ -601,7 +702,7 @@ class ValkeyUser(pulumi.CustomResource):
601
702
  @pulumi.getter(name="valkeyAclKeys")
602
703
  def valkey_acl_keys(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
603
704
  """
604
- Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
705
+ Key access rules. Entries are defined as standard glob patterns. The field is required with `valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
605
706
  """
606
707
  return pulumi.get(self, "valkey_acl_keys")
607
708
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_aiven
3
- Version: 6.43.0a1756184863
3
+ Version: 6.47.0a1767071446
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,193 @@
1
+ pulumi_aiven/__init__.py,sha256=agnOndKX6dhlUepJiXc4fX3e90EPRtjrF_wRhdqTSrA,23153
2
+ pulumi_aiven/_inputs.py,sha256=p0AjFaD4oAlD2t8n8vzrPG3wVkKbg57L9vgfAVbLM_A,2250082
3
+ pulumi_aiven/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_aiven/account.py,sha256=tqpGQBA8XMRIpnZdjqrSMCngF1qWqzx4QWMSMdLIZVU,18054
5
+ pulumi_aiven/account_authentication.py,sha256=05YXSG3VwecPAp7jQBeSR6AA8IGptUnn_9wULaFW44I,40346
6
+ pulumi_aiven/account_team.py,sha256=biQ3BYwEbqONiaBTXnFHuJb2IhMIKNx4IPLtjud6gBw,12466
7
+ pulumi_aiven/account_team_member.py,sha256=aQG8C_jbvoBkbtRj6zAGZTUPIT_i11124HSFrfTFKW4,18786
8
+ pulumi_aiven/account_team_project.py,sha256=3eLISAx1w1gw62G7hJHrl23KmuxhwBTzvkLmsjODSu4,20282
9
+ pulumi_aiven/alloydbomni.py,sha256=wtDx2XhaDFbARcrnQRDWyWsYqKBoJIxJtrhlqeRXsJ4,95137
10
+ pulumi_aiven/alloydbomni_database.py,sha256=REXL698Q5e_hwwB2jXqdSURImvkzNvhjfzjF50WnLAU,20716
11
+ pulumi_aiven/alloydbomni_user.py,sha256=TnzNpPOjhR23fV_nxxib3e0v3UmBsnv-6qZKPgONl28,30671
12
+ pulumi_aiven/aws_org_vpc_peering_connection.py,sha256=bTJRj-ZST9KgQX6_SXjx-3VZyrCMZIwG2rDsyO4ErLE,22857
13
+ pulumi_aiven/aws_privatelink.py,sha256=ogb1LzC-dmmtyXFlpcB-A8swc3I0yuDWzTRM4SFnG7Y,16358
14
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=8gZWfeJ3JVqsNdEjTYAkYAnvSamhhNAu292KIZl7gP8,19649
15
+ pulumi_aiven/azure_org_vpc_peering_connection.py,sha256=Db4X8jeF_TMeJMfE-mxsmy2M7m38_FB1RIOgkds6rVU,28353
16
+ pulumi_aiven/azure_privatelink.py,sha256=kz5QTQlzws5UkPdSQ8EXWGiMc3FKVEqa8BTw_0__kB8,19093
17
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=asjacfMykpYMY9dUSoSu5RCwQBiPIgy7gFduiW1Wy0k,19797
18
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=d_ZcoeFTM8qCz_erWEcf7gDb_NJvXwPeLxnPrmapnUc,26757
19
+ pulumi_aiven/billing_group.py,sha256=DGtLSxDAVPVX3tt5Wj0C2DbrtbeCy5lPT5ydz1LWqjg,47351
20
+ pulumi_aiven/cassandra.py,sha256=OmkUEUKDSpiMnls-hzJvf0NYkI11TGEAnvHu39E_otM,90170
21
+ pulumi_aiven/cassandra_user.py,sha256=UjtjNAgRtYoL8e8VGjCRDeKLcdh1kIO2WGx11AkOJns,27952
22
+ pulumi_aiven/clickhouse.py,sha256=0wHrzRgNfKrj6Z4jJuc0NmU_5w6_l4lHjAp7RMyWNeU,89321
23
+ pulumi_aiven/clickhouse_database.py,sha256=23zsHYNYmXz9TimMiMwDuCsZEXf7kopyeYrg4ynfUFo,15895
24
+ pulumi_aiven/clickhouse_grant.py,sha256=33hDvg4Q5e0L3kkZg-tvKqNFZD8vW5hDgT-INvv1HIE,26047
25
+ pulumi_aiven/clickhouse_role.py,sha256=eiD_6-eZjNtD9VnMUXM7e9mh4khzHqtRKKIPKCGe0mo,13234
26
+ pulumi_aiven/clickhouse_user.py,sha256=TdWZQgI_QJY2E9VPUFzg544Lcsvtdd8VzH-ot3LN2n8,24566
27
+ pulumi_aiven/connection_pool.py,sha256=2f9Tw4K9fxaxeuwKGwfOAcDXftvj4bz1kUrhpbZoI6E,27768
28
+ pulumi_aiven/dragonfly.py,sha256=Tv_L1OSc60beHKwwZ3mTj6Y054AWRcMA0an9TeuTs3c,88410
29
+ pulumi_aiven/flink.py,sha256=zYZrIdotTS9wnYeW3_qubkFBLSHSOOZJLxxEG8b-zQk,87630
30
+ pulumi_aiven/flink_application.py,sha256=ESkwErICRqCUF_159NejcplLJm6WnslHgFDcR39LXdY,18801
31
+ pulumi_aiven/flink_application_deployment.py,sha256=N9dtkLue5SOZ4RaM98ltPFNG0SrHqBokDKYTM7FiluY,27861
32
+ pulumi_aiven/flink_application_version.py,sha256=-ZkDnrLCrxKUsqe7yT8K5XNnVDg9Oi7xh8GdmvQfHdU,35543
33
+ pulumi_aiven/flink_jar_application.py,sha256=JZyGx537Yah-pV6i6VzQvKjHbLCTJrUfhPoEjI7cfsY,22371
34
+ pulumi_aiven/flink_jar_application_deployment.py,sha256=TreySKEMWkgnsrrhRJnvnQAxSVeuU3oh8p_-EE-FBsI,40470
35
+ pulumi_aiven/flink_jar_application_version.py,sha256=DyzMOcAlgdTH214Pgt0ToE3bwlUA65vRq9dSf8Y1zkQ,23695
36
+ pulumi_aiven/gcp_org_vpc_peering_connection.py,sha256=RaMVhAPxmRMmFfOtGJaRSaYAE0dZ8du7iLEOwBQmR50,17973
37
+ pulumi_aiven/gcp_privatelink.py,sha256=c9wkZtWeon0ZH7XXWp_n4pQ5W9LlYo7HoPBz1-kYfWU,14851
38
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=EpMsZrfTsVvJYjheilXCJ35JW9wqeLaDkiV-G2awj3w,17943
39
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=DFVZfTPbp9_v3kBtUvmyZoeozMZUOVWRaKVU5XcGJK0,15973
40
+ pulumi_aiven/get_account.py,sha256=DndYokWmfCsPD82LBgc-tMnqAKmrENCT_mqgB9bOb8Q,7984
41
+ pulumi_aiven/get_account_authentication.py,sha256=JxweCBu1SIL26HwOSri2gXMw-ekJs8nwRztnIbiQ_fY,15140
42
+ pulumi_aiven/get_account_team.py,sha256=rbamcoI6hi7hAbtUHoR8haW_WGzou5WzCgLgKzDmfB8,6601
43
+ pulumi_aiven/get_account_team_member.py,sha256=XwzkiVgWM25zZhVVc8tukOpMR8f85BvHzAEy2N9V6-o,9083
44
+ pulumi_aiven/get_account_team_project.py,sha256=Ei9qIxBSe6W0S8mHHHGJjkc5aTUvKkoyySrgIVmHwqU,7584
45
+ pulumi_aiven/get_alloydbomni.py,sha256=T-fFW2r6g0xObGvv1hkQUPRcriiqg9VPmMgYLfMNATQ,29642
46
+ pulumi_aiven/get_alloydbomni_database.py,sha256=cVkcGV121qRe4Mb4NiKy2VpFERXoMWCT-Zq214QqNBo,10021
47
+ pulumi_aiven/get_alloydbomni_user.py,sha256=85zcdsHPMqQ4aJpL6ve9OQipPa4fnoE-kI7ExWg1yRQ,11752
48
+ pulumi_aiven/get_aws_org_vpc_peering_connection.py,sha256=EM1Zhy3l22LDsHeNGCIKskVdMYswFm61wVzGcQmuGlA,11114
49
+ pulumi_aiven/get_aws_privatelink.py,sha256=w_d-xNPLM5Zm8Ftjix-nNln9zUrNEk9HGChTmqxYEO0,7693
50
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=g-to0HyAZZ1KFSKlththqInVU0M68TmHjgPbvb88kCw,10340
51
+ pulumi_aiven/get_azure_org_vpc_peering_connection.py,sha256=gk3GP2bN6IUO0wiexb6j-LX22XQICumLaUfxZqECDx8,12340
52
+ pulumi_aiven/get_azure_privatelink.py,sha256=pNlKy3hzFH7HYHiFAgt7CHYztT2v4P4E-TZHk_3H6mY,9043
53
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=7FyASxoXKxpTdYR1Lbx-MCAkhXjh7DpY02wWGTpSdPo,13572
54
+ pulumi_aiven/get_billing_group.py,sha256=OU3Zw3j4ZboREYlfV30p9ouvYxcyRy7lcJgYtRclGRA,15079
55
+ pulumi_aiven/get_cassanda.py,sha256=TsOeWHfkqkwPC7OYOZMD-zSzEPReV8Wg9hpsaf3p14A,28703
56
+ pulumi_aiven/get_cassandra.py,sha256=1ZcCaMH5XX4yg3SCSQ9qnebo8QLviHQF7jRlZx6HdMI,28375
57
+ pulumi_aiven/get_cassandra_user.py,sha256=_MV-N5Z9YmCK8l-U4Vt64-Yyu7mEN3Gx2Tgoe8GLcB4,10733
58
+ pulumi_aiven/get_clickhouse.py,sha256=uxHYOXnyZwSF9J6axBGZJi0ntpUONaKF_ZWsKOCXq0E,27269
59
+ pulumi_aiven/get_clickhouse_database.py,sha256=mCniDuVm8rFkUFbQCKb4q4_pdItbxG8jlqiDbtOXglU,7651
60
+ pulumi_aiven/get_clickhouse_user.py,sha256=mcDr8mlsM3_MtuitqSf3czgfJJ84C6sdc7yKV1r-nRk,8494
61
+ pulumi_aiven/get_connection_pool.py,sha256=ZdiJIkjewHAWcuwSW4ijduBZRUg06821jtfUk5cFGGs,10460
62
+ pulumi_aiven/get_dragonfly.py,sha256=DxAeDjutEeflQzDW7177GoF5YB_DL6WzundfdK0nYbA,27085
63
+ pulumi_aiven/get_external_identity.py,sha256=2TaWeEyDgwN_8q9iWb1sHxoffy_YrZ0ZOLawFP3ebw0,7846
64
+ pulumi_aiven/get_flink.py,sha256=7bmF8oew-Scit8Uw81odtUxF9rNQl6nQoAHI8ZwRCP0,26805
65
+ pulumi_aiven/get_flink_application.py,sha256=bsSFuoZSaJ69YZQRSRwrCeDeAbsRa9LPQokgry2WVw8,9607
66
+ pulumi_aiven/get_flink_application_version.py,sha256=aZO5E8CX99jqDZ44kAkpRfk8ApDLtLuprv53Ka7RCDk,12874
67
+ pulumi_aiven/get_gcp_org_vpc_peering_connection.py,sha256=t37iYYz9uaxIcheWXtZCiCQ0VD_sU7M85ySvbTUdyB0,8893
68
+ pulumi_aiven/get_gcp_privatelink.py,sha256=F523-f9VgRUahfjeznZyeVk3nq5m2bmquCTyCSs6OuE,7703
69
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=q8HO11E8lj9NO-DqUPuN7mDug_80zgc4K2LTIqmOsYc,8375
70
+ pulumi_aiven/get_grafana.py,sha256=7Q366LWAcX_pchFJOJzotijzf34KVm7gCGS16StMR30,26935
71
+ pulumi_aiven/get_influx_db.py,sha256=60zE5Wd5jQci-Vk_su3ZJRFlMpiCwZeqxURki70TeNY,19488
72
+ pulumi_aiven/get_influxdb_database.py,sha256=1bJa9raWkG3R0Eu6TF8e0yAw8FrE8SqaB9i4L_-AoLA,5574
73
+ pulumi_aiven/get_influxdb_user.py,sha256=oXykYwx_Q7WP8EA8EC_TQlToM1xvC4FfARXtsuGE1Lk,6558
74
+ pulumi_aiven/get_kafka.py,sha256=mW4Cq11fEaQxRhc6zV-PaNBLqykt9dhyXURgY2Q54HA,28077
75
+ pulumi_aiven/get_kafka_acl.py,sha256=XefZSwHOEnkphlqw1yyTzAzjBnUPfSyt4B2d-Kvrhgs,9656
76
+ pulumi_aiven/get_kafka_connect.py,sha256=IMsP628Xs8qfsC5r3psAMU7VmPlhpyAwpoXyoRAUeAw,26676
77
+ pulumi_aiven/get_kafka_connector.py,sha256=kuoJdjYFt5qlhXkWwCGWPkuHhfe--fPyBAJZChGFp6g,11849
78
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=cL1VPNtUCcaDgzn6hJySC8-O1MxaB8jF8BZ9rObrLCM,26898
79
+ pulumi_aiven/get_kafka_schema.py,sha256=Ged0V38YcnWa7Urwkck--54pCFTd16RE3zgQPpJ-dKQ,9551
80
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=I2NPs35c3900QoA13zOd77MfkP_kLZ86l3aydD6hIfU,9547
81
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=OoFzz9AvcxqP4GKDcaRsPgoTEZ_H6JoAenTPk1IDvmg,9864
82
+ pulumi_aiven/get_kafka_topic.py,sha256=fYToNth_7cn-o8Sz4APNHxr_doPuBGjzBjryTk-HnTo,11375
83
+ pulumi_aiven/get_kafka_user.py,sha256=ha1ufqx2xxtzfBJQ_4YVqHzUzPeux0-Ae-VKM47V_yQ,9299
84
+ pulumi_aiven/get_m3_aggregator.py,sha256=k_QxwZQ1rPHeLTYomHv94n2Tmr_gTVkGIYyIyOxTuiI,19736
85
+ pulumi_aiven/get_m3_db.py,sha256=UEdz9qz4WtGg57O6EGcXy2ZSQxQJWC7NheoP-4cK388,19240
86
+ pulumi_aiven/get_m3db_user.py,sha256=UMPgcCpWP6P3SOLxk8L01c-1oc4m8KSRcmSEV1VUl30,5417
87
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=OnBW432I0Vk5o0tApqvCoQbnJ_xZRBKprWZ8viatRaw,19356
88
+ pulumi_aiven/get_my_sql.py,sha256=xANntyqjcDeOfpdtHDtgSm_zJSQdgEPesoY5k6N5Atc,26778
89
+ pulumi_aiven/get_mysql_database.py,sha256=dUO8d5EaLhKeE5bXygJ6BactR6iuEXRs5nsDGbq4ZyQ,7704
90
+ pulumi_aiven/get_mysql_user.py,sha256=_A8Rf2fC1fv6cbPfU8PDS3T03uGESOzqNl4djR_ambc,9981
91
+ pulumi_aiven/get_open_search.py,sha256=Xg4Y2Xr4aZCrXJPZiG9pQVa44E3xpxjN18nbw7n_XQ4,27159
92
+ pulumi_aiven/get_open_search_acl_config.py,sha256=iLX37msnFoaNDYC0lwuqktf2POALtIcSBgYjP8K0PCg,7480
93
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=LNmiWwaRDjQC5w6hk0tLsWDHMcgQj5a6vw2LWQnnkKg,9743
94
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=bWzVty98UtMXiw9XO8bDK4m2A1B6zigVde67IZNMdlQ,8918
95
+ pulumi_aiven/get_opensearch_user.py,sha256=ytU0L2hVVBeQ7xv0LCQk4osfjp4u_j_nArijJV_TUjY,8304
96
+ pulumi_aiven/get_organization.py,sha256=PiT9MXXM9SBfZplWuWymhP8P3TSqwoDV2ccatjQZKuU,6683
97
+ pulumi_aiven/get_organization_address.py,sha256=o1fseEunlbQWHTGwMajCaeG2u59GMVKrfJjIu9deh-s,10044
98
+ pulumi_aiven/get_organization_application_user.py,sha256=9GNPYpudRn2zxYwnhgL45I5sPGRGD-tPBYyyqFq9D8E,7695
99
+ pulumi_aiven/get_organization_billing_group.py,sha256=nnDlkby3Y5xvgff9_oSl6o3beGQ0S4UKuDEqZacaGpg,12164
100
+ pulumi_aiven/get_organization_billing_group_list.py,sha256=tSvpex57u-3w2OZJFsrBayhp7R9Yn4LVdJNoFq_ZlJ0,6852
101
+ pulumi_aiven/get_organization_project.py,sha256=NZmU39iaoJL_CX-6_ZHE8atSIe0QF-uKxt6Z61938dE,11655
102
+ pulumi_aiven/get_organization_user.py,sha256=aCtv7CkF7-mgoa1jKUYHxZL6KkSRIHOO8XNmpbd2d_w,6099
103
+ pulumi_aiven/get_organization_user_group.py,sha256=Bm5KxKgrlyF-jGVnoT1XWhxg8UEIxsaVVthWnbhg5dc,7651
104
+ pulumi_aiven/get_organization_user_group_list.py,sha256=y6U7NSnPPubTb6gKjB3pqegNj-pQBPcMCsY8ORRtMEc,6182
105
+ pulumi_aiven/get_organization_user_group_member_list.py,sha256=7q2R7BTU6XYYae1LvP0OXJyvzTITEDSXopkNqSnT52g,7782
106
+ pulumi_aiven/get_organization_user_list.py,sha256=-OjHK-_dSVcpNOpODAkwbKqA4nmCmLIurwNEp9Ly4jk,6970
107
+ pulumi_aiven/get_organization_vpc.py,sha256=Snh8VVitnOkx8oQAJ5hS7DDBFhNwnfOx_9kj8t2yd3Y,8234
108
+ pulumi_aiven/get_organizational_unit.py,sha256=_fF8GlXVgmGZKiMvhK3Y6ScXzTdRaAO_nMrKkfXRJww,5742
109
+ pulumi_aiven/get_pg.py,sha256=wRRhZJZkp7O_ErpEFkxZoIKZ_6TJ0jvMeLhmtFL6zwI,26623
110
+ pulumi_aiven/get_pg_database.py,sha256=GYMTPrAfIU9OAr0ZtJZlK78lGlRnxFw6tIPn08zysRk,9020
111
+ pulumi_aiven/get_pg_user.py,sha256=-Y9si6CrqW7l9aue3kfrR0pdpc0cR4ggfstc766P8sI,10065
112
+ pulumi_aiven/get_project.py,sha256=lKTM5b0oseH6XkQEcYRTdnsLZhGpnTaLXoKwoUEhagU,14118
113
+ pulumi_aiven/get_project_user.py,sha256=9wjfI1gphBI5MK6iLFXGA1UiDk6Jdr5hZTyfPbkqbFU,7771
114
+ pulumi_aiven/get_project_vpc.py,sha256=gPayypO3bJ-OVp9Q-NwaQczgV-4DnihDbdQhiiZz3sY,7452
115
+ pulumi_aiven/get_redis.py,sha256=Qa0MdmDMDo5MaczYDy-Uw0pPnzm7kimjeliGLQT-n4A,19279
116
+ pulumi_aiven/get_redis_user.py,sha256=atdRgF1Z2pI4Uj4m6a4xUH7QRZx8sHoJpYTCvcdpBGo,7974
117
+ pulumi_aiven/get_service_component.py,sha256=HvT-F6xocbIHDPkhX9Hhf_MBgk1qQERyuWkkgobOVFM,13430
118
+ pulumi_aiven/get_service_integration.py,sha256=GRPX1xV3ThOayi6J4nKOE3OaFLYUAa53dIHgxuA42TM,30486
119
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=zXmbqwPPgzEIJPEzoPExmCV4z50k1V5YtoZ7yviF5jM,27870
120
+ pulumi_aiven/get_service_plan.py,sha256=Xb7LiM2yGCCuDPiWukey8LuZn6yeISmNIw7USlG4-c0,14518
121
+ pulumi_aiven/get_service_plan_list.py,sha256=-g1qfP1W83xYINS2_Zw7UJ_6j6iqSrw-kS-51F5ScxY,6697
122
+ pulumi_aiven/get_thanos.py,sha256=nboIXpfgilG0ZmvQEFI88P67gA8xp-FQVKnf-K7mswE,26844
123
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=7fgANWD4mWGPl_Oi0dLfpe7zPMj5PtmuAP5i70t8wN0,10638
124
+ pulumi_aiven/get_valkey.py,sha256=CmU2uAcakMqFW_Nwu1Z_-I25eDE7xdDu6wzklWFSguY,26851
125
+ pulumi_aiven/get_valkey_user.py,sha256=xnyWcQzdPdsl-V2aHH2DNz_Xx9h30uz8dcShVVispj8,11303
126
+ pulumi_aiven/governance_access.py,sha256=4ffFFjWonQDoCUImsy1Hw3DxKcNGS7qq37EcwNONOzw,22418
127
+ pulumi_aiven/grafana.py,sha256=jnRnI3w6NBjV9WmPztpRl7On0woFmQNw7SZhWr-VZ1c,88228
128
+ pulumi_aiven/influx_db.py,sha256=d5NRbyCqrVFeNxddAV6LE8zgq41ZcG23d6h9d6tONSk,87903
129
+ pulumi_aiven/influxdb_database.py,sha256=dS8uHoLwr9hqBEyWVBZtH3kckono-0uk3lZv8s20DX0,14753
130
+ pulumi_aiven/influxdb_user.py,sha256=WB6TVPGkgjzcq_LYrdnqSnQsxSTDt_AkRTR7XfSlOPM,19157
131
+ pulumi_aiven/kafka.py,sha256=I96I2lZ76ROmKh72cq2JKqFKeSpyUbxIk_D-sETBiiY,94544
132
+ pulumi_aiven/kafka_acl.py,sha256=G3rez3l1PYAvhmV7e6STO3IjnYNY4XT-5vkdVuupTFo,20271
133
+ pulumi_aiven/kafka_connect.py,sha256=0fU5aa0UKD72Oo-Or1GxKpxB90YJR0C_51nM4NPS69M,90045
134
+ pulumi_aiven/kafka_connector.py,sha256=ebDtkV5kQxJtf8-sBjJJVV4UMbn48pwI9UKDpj6txhQ,26353
135
+ pulumi_aiven/kafka_mirror_maker.py,sha256=ALS4BSvO4YJ4ITWBoKFiT45-8IRyin3YLqLbHsRXZE8,87847
136
+ pulumi_aiven/kafka_native_acl.py,sha256=TFcn_8kNH283gEnlX2_Va-v3zwfwxdL1GwR8COdS0pM,35175
137
+ pulumi_aiven/kafka_quota.py,sha256=jPhVLiTgIgAKTDIkhc9W9QJTroy4fc4TunGWYJOe0MI,33695
138
+ pulumi_aiven/kafka_schema.py,sha256=yRoBVCkfvD7KIgwvFmL_uf7iTS8osCekAaodsSX-wl0,24145
139
+ pulumi_aiven/kafka_schema_configuration.py,sha256=fP9g-379k6837P1-3BU_r62p1Fzi_WXJxisPXX78yww,14793
140
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=yCKGbCsoBO-sTqvp6b4LWy1xCp35SOqGBqUQx8rmx9A,20642
141
+ pulumi_aiven/kafka_topic.py,sha256=DQhFOpF4TLf7YuvGhW5RGaCK76d3eBuFnEQFenla39Y,30988
142
+ pulumi_aiven/kafka_user.py,sha256=yUdA2bpB2eD6Q_U4tpwD6L16MymryluYaOGw_H2QRdw,26442
143
+ pulumi_aiven/m3_aggregator.py,sha256=jJYOkDx0UiyeCfDhA5rTSSBoOPhI0DShMxyDBaLrjWQ,88559
144
+ pulumi_aiven/m3_db.py,sha256=jUXH6Ywc5W_7_YxZfopbimFX6-4iAQcfxt1TOzGRJAE,86600
145
+ pulumi_aiven/m3db_user.py,sha256=NPh79OYIheJlSGTFdKdz_WOZH3QIbGjWqTbstilrY8g,16191
146
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=t8k4LANKSBo5SXj1ZewJ80oJnmP9YkHK2ZzHSSYM3zQ,58825
147
+ pulumi_aiven/my_sql.py,sha256=f-nfwKDecVtDtWGRKtf1MK1RtSrE8r5YvKAfOn1PwKs,88111
148
+ pulumi_aiven/mysql_database.py,sha256=GbgvjmFHyx4OQAcYjOvGMBQWay2SON6D9oFrII8bF2g,15663
149
+ pulumi_aiven/mysql_user.py,sha256=m7dCvSiZNqOraPAtepc1rd1ua1dovRJQWPGM5gjxhVE,29059
150
+ pulumi_aiven/open_search.py,sha256=eStgLQKNuPYm65TksgSkY5BphpYtOfrVKvGHDpza_Mw,89783
151
+ pulumi_aiven/open_search_acl_config.py,sha256=KMHZ6hb2xMU0IkpKIWyZcNhqUF4PPFOow6oJICgxo0g,18508
152
+ pulumi_aiven/open_search_acl_rule.py,sha256=onLmTExWQcQ46z94MBta_YbNmKvUX3JKw3UNkVofXWE,23592
153
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=cf5GITSXoHJ2GYVEDNbOlWFvGE83sZo0_BNrSTB6y4k,18355
154
+ pulumi_aiven/opensearch_user.py,sha256=hE0Olo01mtJHGt5-eWgPm1cqCn4PiqyV4eMRRDjglng,24355
155
+ pulumi_aiven/organization.py,sha256=Sv6EQSoEPDwO7Gu1YxOwP6zX65O3ICrLN7hf8tAZ2Mw,12593
156
+ pulumi_aiven/organization_address.py,sha256=gKLTc09sqtwKHGSxZBu_FTRbyKDJ2Gt2IAdHrxNtFtM,24033
157
+ pulumi_aiven/organization_application_user.py,sha256=Pe4VT09gjoRIkYc7M1H98-X5BUcEVoC0H6b3pigiZ8U,19534
158
+ pulumi_aiven/organization_application_user_token.py,sha256=5gU39ef6paGFr2k9h_mDiak-8rG2E8WcFNdUe6ywkOw,41309
159
+ pulumi_aiven/organization_billing_group.py,sha256=9p766bmX-XqDStzALj6sWwy4RypiLK4ziQ3eLIzXNTg,32780
160
+ pulumi_aiven/organization_group_project.py,sha256=FkJgLEPZT4F71mVIUP2ds1iFbL93jAcKUmvo1HjYOTE,20682
161
+ pulumi_aiven/organization_permission.py,sha256=F788ZABirHzG15k9P8f3vR1zmLAp2KaSkPPjeBGVY0I,21243
162
+ pulumi_aiven/organization_project.py,sha256=YwJNk6F4CQYWt3qqfRZthSTPJXQfYV234bMoquLc9UY,30005
163
+ pulumi_aiven/organization_user.py,sha256=TF8dl8jkzPKHGkZI5yRv6upQR3cyQxip24Vrz76m0D4,16488
164
+ pulumi_aiven/organization_user_group.py,sha256=OlpGFAowiEujR54FgaPhKCs0qKRRgITDpmUJWPDSaTk,15689
165
+ pulumi_aiven/organization_user_group_member.py,sha256=tJCvEIOSlwsBJUWf6M0cvkCjXoc-BT4wqN-d_kWhaDs,15548
166
+ pulumi_aiven/organization_vpc.py,sha256=e3wJHy1y9y8sSYNYQEzsAuwwBw-aTtUneIjI-fWCeLM,18097
167
+ pulumi_aiven/organizational_unit.py,sha256=J197wmOgaDp5mad1fh9EZwBreXiUU-yYsi10Ka8_-Sw,12320
168
+ pulumi_aiven/outputs.py,sha256=-a-0tJRjcq0mIby-JBetIZ581zPHgnKrpxrBAkxEOzg,2808120
169
+ pulumi_aiven/pg.py,sha256=DLyIergUW3I90CPVE4mxE8GJM-f_lm9Q6hrSI54iEx8,87903
170
+ pulumi_aiven/pg_database.py,sha256=00e23U13Y8ENAxlj-myIpsilZkdZ3uvOzoc3ZCjd8Fk,21188
171
+ pulumi_aiven/pg_user.py,sha256=5izcHo6E0HwuoX88v15GYxO_NlKJ0626ns5eDH_UCgU,30085
172
+ pulumi_aiven/project.py,sha256=B-7ywlXs6Au_JAOfJiNF3Q8753t2tOy31tkJsXNFL6Q,47414
173
+ pulumi_aiven/project_user.py,sha256=Kl-7NStrCsGCiI8LnuUl4hlVrKB5JIjQLrT7frKpEcg,19704
174
+ pulumi_aiven/project_vpc.py,sha256=BtB9ZIrVAMbvOZIpsQqIivzg8cQ1t4wdP8UoYILoeNg,14737
175
+ pulumi_aiven/provider.py,sha256=Z8C3vpulfAmh7ESvj_-fJ9cd2BepMA7oCU6owN1oT5w,6077
176
+ pulumi_aiven/pulumi-plugin.json,sha256=b9fYcdFMUhKKqWkVv5iv3MiKyzHgEnFzLe3DLK12aGs,82
177
+ pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
178
+ pulumi_aiven/redis.py,sha256=sye3z4ehmkuCXhWI_PmuGSFUKFK7UpyZejeP_qfVC8w,86795
179
+ pulumi_aiven/redis_user.py,sha256=XKLMEPNkYXTzG1oH7MxlpiuD9qSuTOgG9z7KAUsptwI,30002
180
+ pulumi_aiven/service_integration.py,sha256=pIqW8JUl0tcmla44Be1awsTkXe22jHY_qgzadCX_Qf0,100897
181
+ pulumi_aiven/service_integration_endpoint.py,sha256=fsYyOiD0I2ZiPk0_H1QdNNnQCLuboPT1pH2fH7PzupQ,106860
182
+ pulumi_aiven/static_ip.py,sha256=kqvdKmJzl92gSk8w05_jsmlUfeBFMA92YIFN2mhhNKc,14853
183
+ pulumi_aiven/thanos.py,sha256=O_465a4Z6pG5DYTuYPTwIyjQ6sAXjhyR3LW_Aeh68Zk,87901
184
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=08Ff9M5WXUB1I4Rj6uO-HZCUsxJcmkk-0FynnK0GFQI,23290
185
+ pulumi_aiven/valkey.py,sha256=AzwyfxkhKINA7mvatsQAeT8x_jlxxZFVvAHxWk1hEd4,87631
186
+ pulumi_aiven/valkey_user.py,sha256=G8YaN5_aFyppoEk36WFNBzwQ_MimpN4G1fhHmzn6S0I,42182
187
+ pulumi_aiven/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
188
+ pulumi_aiven/config/__init__.pyi,sha256=MjHthPCTAY_6CgDmTSbRcQpaY6ZjslJjur3zVBMoSK0,638
189
+ pulumi_aiven/config/vars.py,sha256=k42XGzgghSpauy0KGMIVVze1etgqJWBCx1_QvRj1XQ4,841
190
+ pulumi_aiven-6.47.0a1767071446.dist-info/METADATA,sha256=lLNfBvnUQC5MuQWMOqEM-JpqqRP3d9MwrHZS5ddPQLc,2598
191
+ pulumi_aiven-6.47.0a1767071446.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
192
+ pulumi_aiven-6.47.0a1767071446.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
193
+ pulumi_aiven-6.47.0a1767071446.dist-info/RECORD,,