pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.30.0__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.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (98) hide show
  1. pulumi_aiven/__init__.py +39 -0
  2. pulumi_aiven/_inputs.py +3474 -103
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/alloydbomni.py +1335 -0
  5. pulumi_aiven/alloydbomni_database.py +347 -0
  6. pulumi_aiven/alloydbomni_user.py +433 -0
  7. pulumi_aiven/billing_group.py +7 -7
  8. pulumi_aiven/clickhouse.py +8 -8
  9. pulumi_aiven/get_account.py +2 -2
  10. pulumi_aiven/get_account_authentication.py +2 -2
  11. pulumi_aiven/get_account_team.py +2 -2
  12. pulumi_aiven/get_account_team_member.py +2 -2
  13. pulumi_aiven/get_account_team_project.py +3 -3
  14. pulumi_aiven/get_alloydbomni.py +499 -0
  15. pulumi_aiven/get_alloydbomni_database.py +168 -0
  16. pulumi_aiven/get_alloydbomni_user.py +210 -0
  17. pulumi_aiven/get_aws_privatelink.py +2 -2
  18. pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
  19. pulumi_aiven/get_azure_privatelink.py +2 -2
  20. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
  21. pulumi_aiven/get_billing_group.py +3 -3
  22. pulumi_aiven/get_cassanda.py +2 -2
  23. pulumi_aiven/get_cassandra.py +2 -2
  24. pulumi_aiven/get_cassandra_user.py +2 -2
  25. pulumi_aiven/get_clickhouse.py +3 -3
  26. pulumi_aiven/get_clickhouse_database.py +2 -2
  27. pulumi_aiven/get_clickhouse_user.py +2 -2
  28. pulumi_aiven/get_connection_pool.py +2 -2
  29. pulumi_aiven/get_dragonfly.py +2 -2
  30. pulumi_aiven/get_external_identity.py +5 -5
  31. pulumi_aiven/get_flink.py +2 -2
  32. pulumi_aiven/get_flink_application.py +2 -2
  33. pulumi_aiven/get_flink_application_version.py +2 -2
  34. pulumi_aiven/get_gcp_privatelink.py +2 -2
  35. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
  36. pulumi_aiven/get_grafana.py +2 -2
  37. pulumi_aiven/get_influx_db.py +2 -2
  38. pulumi_aiven/get_influxdb_database.py +2 -2
  39. pulumi_aiven/get_influxdb_user.py +2 -2
  40. pulumi_aiven/get_kafka.py +2 -2
  41. pulumi_aiven/get_kafka_acl.py +2 -2
  42. pulumi_aiven/get_kafka_connect.py +2 -2
  43. pulumi_aiven/get_kafka_connector.py +2 -2
  44. pulumi_aiven/get_kafka_mirror_maker.py +2 -2
  45. pulumi_aiven/get_kafka_schema.py +2 -2
  46. pulumi_aiven/get_kafka_schema_configuration.py +2 -2
  47. pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
  48. pulumi_aiven/get_kafka_topic.py +2 -2
  49. pulumi_aiven/get_kafka_user.py +2 -2
  50. pulumi_aiven/get_m3_aggregator.py +2 -2
  51. pulumi_aiven/get_m3_db.py +2 -2
  52. pulumi_aiven/get_m3db_user.py +2 -2
  53. pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
  54. pulumi_aiven/get_my_sql.py +2 -2
  55. pulumi_aiven/get_mysql_database.py +2 -2
  56. pulumi_aiven/get_mysql_user.py +2 -2
  57. pulumi_aiven/get_open_search.py +2 -2
  58. pulumi_aiven/get_open_search_acl_config.py +2 -2
  59. pulumi_aiven/get_open_search_acl_rule.py +2 -2
  60. pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
  61. pulumi_aiven/get_opensearch_user.py +2 -2
  62. pulumi_aiven/get_organization.py +2 -2
  63. pulumi_aiven/get_organization_application_user.py +2 -2
  64. pulumi_aiven/get_organization_user.py +2 -2
  65. pulumi_aiven/get_organization_user_group.py +2 -2
  66. pulumi_aiven/get_organization_user_list.py +2 -2
  67. pulumi_aiven/get_organizational_unit.py +2 -2
  68. pulumi_aiven/get_pg.py +2 -2
  69. pulumi_aiven/get_pg_database.py +2 -2
  70. pulumi_aiven/get_pg_user.py +2 -2
  71. pulumi_aiven/get_project.py +2 -2
  72. pulumi_aiven/get_project_user.py +3 -3
  73. pulumi_aiven/get_project_vpc.py +2 -2
  74. pulumi_aiven/get_redis.py +2 -2
  75. pulumi_aiven/get_redis_user.py +2 -2
  76. pulumi_aiven/get_service_component.py +2 -2
  77. pulumi_aiven/get_service_integration.py +34 -6
  78. pulumi_aiven/get_service_integration_endpoint.py +2 -2
  79. pulumi_aiven/get_thanos.py +2 -2
  80. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
  81. pulumi_aiven/get_valkey.py +2 -2
  82. pulumi_aiven/get_valkey_user.py +11 -11
  83. pulumi_aiven/kafka_acl.py +6 -4
  84. pulumi_aiven/kafka_native_acl.py +588 -0
  85. pulumi_aiven/mirror_maker_replication_flow.py +47 -0
  86. pulumi_aiven/organization_group_project.py +7 -7
  87. pulumi_aiven/organization_permission.py +56 -6
  88. pulumi_aiven/outputs.py +20369 -15964
  89. pulumi_aiven/project_user.py +7 -7
  90. pulumi_aiven/pulumi-plugin.json +1 -1
  91. pulumi_aiven/service_integration.py +98 -4
  92. pulumi_aiven/valkey.py +2 -2
  93. pulumi_aiven/valkey_user.py +142 -48
  94. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
  95. pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
  96. pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
  97. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
  98. {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
@@ -31,12 +31,12 @@ class ValkeyUserArgs:
31
31
  The set of arguments for constructing a ValkeyUser resource.
32
32
  :param pulumi.Input[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
33
  :param pulumi.Input[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
- :param pulumi.Input[str] username: The actual name of the Valkey 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[str] password: The password of the Valkey User.
36
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_categories: Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
37
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
38
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_commands: Defines rules for individual commands. 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[str]]] valkey_acl_keys: Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[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[str] password: The Valkey service user's password.
36
+ :param pulumi.Input[Sequence[pulumi.Input[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[Sequence[pulumi.Input[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[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[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
40
  """
41
41
  pulumi.set(__self__, "project", project)
42
42
  pulumi.set(__self__, "service_name", service_name)
@@ -80,7 +80,7 @@ class ValkeyUserArgs:
80
80
  @pulumi.getter
81
81
  def username(self) -> pulumi.Input[str]:
82
82
  """
83
- The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
83
+ 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.
84
84
  """
85
85
  return pulumi.get(self, "username")
86
86
 
@@ -92,7 +92,7 @@ class ValkeyUserArgs:
92
92
  @pulumi.getter
93
93
  def password(self) -> Optional[pulumi.Input[str]]:
94
94
  """
95
- The password of the Valkey User.
95
+ The Valkey service user's password.
96
96
  """
97
97
  return pulumi.get(self, "password")
98
98
 
@@ -104,7 +104,7 @@ class ValkeyUserArgs:
104
104
  @pulumi.getter(name="valkeyAclCategories")
105
105
  def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
106
106
  """
107
- Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
108
108
  """
109
109
  return pulumi.get(self, "valkey_acl_categories")
110
110
 
@@ -116,7 +116,7 @@ class ValkeyUserArgs:
116
116
  @pulumi.getter(name="valkeyAclChannels")
117
117
  def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
118
118
  """
119
- Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
119
+ Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
120
120
  """
121
121
  return pulumi.get(self, "valkey_acl_channels")
122
122
 
@@ -128,7 +128,7 @@ class ValkeyUserArgs:
128
128
  @pulumi.getter(name="valkeyAclCommands")
129
129
  def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
130
130
  """
131
- Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
132
132
  """
133
133
  return pulumi.get(self, "valkey_acl_commands")
134
134
 
@@ -140,7 +140,7 @@ class ValkeyUserArgs:
140
140
  @pulumi.getter(name="valkeyAclKeys")
141
141
  def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
142
142
  """
143
- Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
144
144
  """
145
145
  return pulumi.get(self, "valkey_acl_keys")
146
146
 
@@ -163,15 +163,15 @@ class _ValkeyUserState:
163
163
  valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
164
164
  """
165
165
  Input properties used for looking up and filtering ValkeyUser resources.
166
- :param pulumi.Input[str] password: The password of the Valkey User.
166
+ :param pulumi.Input[str] password: The Valkey service user's password.
167
167
  :param pulumi.Input[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
168
  :param pulumi.Input[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
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
170
- :param pulumi.Input[str] username: The actual name of the Valkey 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[str]]] valkey_acl_categories: Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
172
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
173
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_commands: Defines rules for individual commands. 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[str]]] valkey_acl_keys: Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
169
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
170
+ :param pulumi.Input[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[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
+ :param pulumi.Input[Sequence[pulumi.Input[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[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[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
175
  """
176
176
  if password is not None:
177
177
  pulumi.set(__self__, "password", password)
@@ -196,7 +196,7 @@ class _ValkeyUserState:
196
196
  @pulumi.getter
197
197
  def password(self) -> Optional[pulumi.Input[str]]:
198
198
  """
199
- The password of the Valkey User.
199
+ The Valkey service user's password.
200
200
  """
201
201
  return pulumi.get(self, "password")
202
202
 
@@ -232,7 +232,7 @@ class _ValkeyUserState:
232
232
  @pulumi.getter
233
233
  def type(self) -> Optional[pulumi.Input[str]]:
234
234
  """
235
- Type of the user account. Tells whether the user is the primary account or a regular account.
235
+ User account type, such as primary or regular account.
236
236
  """
237
237
  return pulumi.get(self, "type")
238
238
 
@@ -244,7 +244,7 @@ class _ValkeyUserState:
244
244
  @pulumi.getter
245
245
  def username(self) -> Optional[pulumi.Input[str]]:
246
246
  """
247
- The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
247
+ 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.
248
248
  """
249
249
  return pulumi.get(self, "username")
250
250
 
@@ -256,7 +256,7 @@ class _ValkeyUserState:
256
256
  @pulumi.getter(name="valkeyAclCategories")
257
257
  def valkey_acl_categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
258
258
  """
259
- Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
260
260
  """
261
261
  return pulumi.get(self, "valkey_acl_categories")
262
262
 
@@ -268,7 +268,7 @@ class _ValkeyUserState:
268
268
  @pulumi.getter(name="valkeyAclChannels")
269
269
  def valkey_acl_channels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
270
270
  """
271
- Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
271
+ Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
272
272
  """
273
273
  return pulumi.get(self, "valkey_acl_channels")
274
274
 
@@ -280,7 +280,7 @@ class _ValkeyUserState:
280
280
  @pulumi.getter(name="valkeyAclCommands")
281
281
  def valkey_acl_commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
282
282
  """
283
- Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
284
284
  """
285
285
  return pulumi.get(self, "valkey_acl_commands")
286
286
 
@@ -292,7 +292,7 @@ class _ValkeyUserState:
292
292
  @pulumi.getter(name="valkeyAclKeys")
293
293
  def valkey_acl_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
294
294
  """
295
- Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
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.
296
296
  """
297
297
  return pulumi.get(self, "valkey_acl_keys")
298
298
 
@@ -316,18 +316,65 @@ class ValkeyUser(pulumi.CustomResource):
316
316
  valkey_acl_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
317
317
  __props__=None):
318
318
  """
319
- Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) user.
319
+ Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service user.
320
+
321
+ ## Example Usage
322
+
323
+ ```python
324
+ import pulumi
325
+ import pulumi_aiven as aiven
326
+
327
+ # Example user with read-only access for analytics
328
+ read_analytics = aiven.ValkeyUser("read_analytics",
329
+ project=example_project["project"],
330
+ service_name=example_valkey["serviceName"],
331
+ username="example-analytics-reader",
332
+ password=valkey_user_pw,
333
+ valkey_acl_categories=["+@read"],
334
+ valkey_acl_commands=[
335
+ "+get",
336
+ "+set",
337
+ "+mget",
338
+ "+hget",
339
+ "+zrange",
340
+ ],
341
+ valkey_acl_keys=["analytics:*"])
342
+ # Example user with restricted write access for session management
343
+ manage_sessions = aiven.ValkeyUser("manage_sessions",
344
+ project=example_project["project"],
345
+ service_name=example_valkey["serviceName"],
346
+ username="example-session-manager",
347
+ password=valkey_user_pw,
348
+ valkey_acl_categories=[
349
+ "+@write",
350
+ "+@keyspace",
351
+ ],
352
+ valkey_acl_commands=[
353
+ "+set",
354
+ "+del",
355
+ "+expire",
356
+ "-flushall",
357
+ "-flushdb",
358
+ ],
359
+ valkey_acl_keys=["session:*"])
360
+ ```
361
+
362
+ ## Import
363
+
364
+ ```sh
365
+ $ pulumi import aiven:index/valkeyUser:ValkeyUser example_valkey PROJECT/SERVICE_NAME/USERNAME
366
+ ```
320
367
 
321
368
  :param str resource_name: The name of the resource.
322
369
  :param pulumi.ResourceOptions opts: Options for the resource.
323
- :param pulumi.Input[str] password: The password of the Valkey User.
370
+ :param pulumi.Input[str] password: The Valkey service user's password.
324
371
  :param pulumi.Input[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.
325
372
  :param pulumi.Input[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.
326
- :param pulumi.Input[str] username: The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
327
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_categories: Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
328
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
329
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_commands: Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
330
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_keys: Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
373
+ :param pulumi.Input[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.
374
+ :param pulumi.Input[Sequence[pulumi.Input[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.
375
+ :param pulumi.Input[Sequence[pulumi.Input[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.
376
+ :param pulumi.Input[Sequence[pulumi.Input[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.
377
+ :param pulumi.Input[Sequence[pulumi.Input[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.
331
378
  """
332
379
  ...
333
380
  @overload
@@ -336,7 +383,54 @@ class ValkeyUser(pulumi.CustomResource):
336
383
  args: ValkeyUserArgs,
337
384
  opts: Optional[pulumi.ResourceOptions] = None):
338
385
  """
339
- Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) user.
386
+ Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service user.
387
+
388
+ ## Example Usage
389
+
390
+ ```python
391
+ import pulumi
392
+ import pulumi_aiven as aiven
393
+
394
+ # Example user with read-only access for analytics
395
+ read_analytics = aiven.ValkeyUser("read_analytics",
396
+ project=example_project["project"],
397
+ service_name=example_valkey["serviceName"],
398
+ username="example-analytics-reader",
399
+ password=valkey_user_pw,
400
+ valkey_acl_categories=["+@read"],
401
+ valkey_acl_commands=[
402
+ "+get",
403
+ "+set",
404
+ "+mget",
405
+ "+hget",
406
+ "+zrange",
407
+ ],
408
+ valkey_acl_keys=["analytics:*"])
409
+ # Example user with restricted write access for session management
410
+ manage_sessions = aiven.ValkeyUser("manage_sessions",
411
+ project=example_project["project"],
412
+ service_name=example_valkey["serviceName"],
413
+ username="example-session-manager",
414
+ password=valkey_user_pw,
415
+ valkey_acl_categories=[
416
+ "+@write",
417
+ "+@keyspace",
418
+ ],
419
+ valkey_acl_commands=[
420
+ "+set",
421
+ "+del",
422
+ "+expire",
423
+ "-flushall",
424
+ "-flushdb",
425
+ ],
426
+ valkey_acl_keys=["session:*"])
427
+ ```
428
+
429
+ ## Import
430
+
431
+ ```sh
432
+ $ pulumi import aiven:index/valkeyUser:ValkeyUser example_valkey PROJECT/SERVICE_NAME/USERNAME
433
+ ```
340
434
 
341
435
  :param str resource_name: The name of the resource.
342
436
  :param ValkeyUserArgs args: The arguments to use to populate this resource's properties.
@@ -413,15 +507,15 @@ class ValkeyUser(pulumi.CustomResource):
413
507
  :param str resource_name: The unique name of the resulting resource.
414
508
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
415
509
  :param pulumi.ResourceOptions opts: Options for the resource.
416
- :param pulumi.Input[str] password: The password of the Valkey User.
510
+ :param pulumi.Input[str] password: The Valkey service user's password.
417
511
  :param pulumi.Input[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.
418
512
  :param pulumi.Input[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.
419
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
420
- :param pulumi.Input[str] username: The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
421
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_categories: Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
422
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_channels: Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
423
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_commands: Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
424
- :param pulumi.Input[Sequence[pulumi.Input[str]]] valkey_acl_keys: Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
513
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
514
+ :param pulumi.Input[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.
515
+ :param pulumi.Input[Sequence[pulumi.Input[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.
516
+ :param pulumi.Input[Sequence[pulumi.Input[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.
517
+ :param pulumi.Input[Sequence[pulumi.Input[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.
518
+ :param pulumi.Input[Sequence[pulumi.Input[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.
425
519
  """
426
520
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
427
521
 
@@ -442,7 +536,7 @@ class ValkeyUser(pulumi.CustomResource):
442
536
  @pulumi.getter
443
537
  def password(self) -> pulumi.Output[str]:
444
538
  """
445
- The password of the Valkey User.
539
+ The Valkey service user's password.
446
540
  """
447
541
  return pulumi.get(self, "password")
448
542
 
@@ -466,7 +560,7 @@ class ValkeyUser(pulumi.CustomResource):
466
560
  @pulumi.getter
467
561
  def type(self) -> pulumi.Output[str]:
468
562
  """
469
- Type of the user account. Tells whether the user is the primary account or a regular account.
563
+ User account type, such as primary or regular account.
470
564
  """
471
565
  return pulumi.get(self, "type")
472
566
 
@@ -474,7 +568,7 @@ class ValkeyUser(pulumi.CustomResource):
474
568
  @pulumi.getter
475
569
  def username(self) -> pulumi.Output[str]:
476
570
  """
477
- The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
571
+ 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.
478
572
  """
479
573
  return pulumi.get(self, "username")
480
574
 
@@ -482,7 +576,7 @@ class ValkeyUser(pulumi.CustomResource):
482
576
  @pulumi.getter(name="valkeyAclCategories")
483
577
  def valkey_acl_categories(self) -> pulumi.Output[Optional[Sequence[str]]]:
484
578
  """
485
- Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
579
+ 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.
486
580
  """
487
581
  return pulumi.get(self, "valkey_acl_categories")
488
582
 
@@ -490,7 +584,7 @@ class ValkeyUser(pulumi.CustomResource):
490
584
  @pulumi.getter(name="valkeyAclChannels")
491
585
  def valkey_acl_channels(self) -> pulumi.Output[Optional[Sequence[str]]]:
492
586
  """
493
- Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
587
+ Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
494
588
  """
495
589
  return pulumi.get(self, "valkey_acl_channels")
496
590
 
@@ -498,7 +592,7 @@ class ValkeyUser(pulumi.CustomResource):
498
592
  @pulumi.getter(name="valkeyAclCommands")
499
593
  def valkey_acl_commands(self) -> pulumi.Output[Optional[Sequence[str]]]:
500
594
  """
501
- Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
595
+ 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.
502
596
  """
503
597
  return pulumi.get(self, "valkey_acl_commands")
504
598
 
@@ -506,7 +600,7 @@ class ValkeyUser(pulumi.CustomResource):
506
600
  @pulumi.getter(name="valkeyAclKeys")
507
601
  def valkey_acl_keys(self) -> pulumi.Output[Optional[Sequence[str]]]:
508
602
  """
509
- Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
603
+ 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.
510
604
  """
511
605
  return pulumi.get(self, "valkey_acl_keys")
512
606
 
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.29.0a1733375305
3
+ Version: 6.30.0
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
7
7
  Project-URL: Repository, https://github.com/pulumi/pulumi-aiven
8
8
  Keywords: pulumi,aiven
9
- Requires-Python: >=3.8
9
+ Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.136.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.142.0
13
13
  Requires-Dist: semver>=2.8.1
14
14
  Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
15
15
 
@@ -0,0 +1,169 @@
1
+ pulumi_aiven/__init__.py,sha256=ZJLhz_eVEImrSr6UH7BPvZBS1ibhhbe0dXM1M_aNjkc,19769
2
+ pulumi_aiven/_inputs.py,sha256=aNVWu4P6bFn0_D2dn3m3xMoQt3FFaBqqB3V-8QJ2HuM,1799695
3
+ pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
4
+ pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
5
+ pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
6
+ pulumi_aiven/account_team.py,sha256=hcV_T88ON6X0lgflCbEGDK-BwrmsBb40fHbz85VeS9I,13101
7
+ pulumi_aiven/account_team_member.py,sha256=fJdyOsgcC8M3HDUqvtNVqUt6xRvX4BXXsypovPlZEVQ,18773
8
+ pulumi_aiven/account_team_project.py,sha256=F_HedE0ebAOnE9bVJtvGNyCG60pCc_7gIb1QZGMCmKA,19465
9
+ pulumi_aiven/alloydbomni.py,sha256=mZYaO9O0evtsuv3VgJhTmLIQWfBB-CNqGTFXTLxP9I0,87725
10
+ pulumi_aiven/alloydbomni_database.py,sha256=n3rwkVX0ynylHMIn-OuwnKDxvRuCC3Gpvj_9SPxLJAU,18039
11
+ pulumi_aiven/alloydbomni_user.py,sha256=-sDD0LusLNx7IMhhFTG4WH3mNWoAPXX1N9RPY_Aj9dk,20850
12
+ pulumi_aiven/aws_privatelink.py,sha256=T_fAM8G1eLpgDiql6wO9kwTG28ecBQiRoZFAgXnR04M,15605
13
+ pulumi_aiven/aws_vpc_peering_connection.py,sha256=9o17R-3xjvBpT1cWmRl_1itRAaUgUOyFT8FZZ4V_y7I,18618
14
+ pulumi_aiven/azure_privatelink.py,sha256=hCrp07cYMAxJ1Ju8-7GnSI4bNJEm-vvVTT8LtrQZu2A,18156
15
+ pulumi_aiven/azure_privatelink_connection_approval.py,sha256=9CTHF6oSAaSKIJJLSwmnRR_GpONRWfMeo078EfKfKN4,19004
16
+ pulumi_aiven/azure_vpc_peering_connection.py,sha256=oW8uZyvWpEarMy6RjPe1SI53KG2aODLT5Z2TWn7Zx2Y,25382
17
+ pulumi_aiven/billing_group.py,sha256=xm-sf3lv-Aiyve9CD_TQOLHZ_B-R5eR94vQ8tILTPk0,37449
18
+ pulumi_aiven/cassandra.py,sha256=_B45t3eFwHZvxvcSbH8NFd4euBcY8-P2TqoxIEhyRBk,83356
19
+ pulumi_aiven/cassandra_user.py,sha256=zeaHC8vwKH-8y4Es2573azsaLcVlNcwiwxiYVLaZbI8,18764
20
+ pulumi_aiven/clickhouse.py,sha256=4-vadXOgtVyA_QX2Mq2YmVZfLjRGiBF8WL9xWFMdRr8,83259
21
+ pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAhFDOZ8Y,15724
22
+ pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
23
+ pulumi_aiven/clickhouse_role.py,sha256=kXZpuUPpR8ZCnpyIT3z1cmAS48VlQaJ2fgUaeekCRYk,12661
24
+ pulumi_aiven/clickhouse_user.py,sha256=jEZC3zc9B4SrE5Lt4UJJ4ju3rZ8IYEfcH3rt8xDOvNA,15961
25
+ pulumi_aiven/connection_pool.py,sha256=M_xN2LFmQA-5GTQ4yFSfihifv2Z_BRWE0Vgh-gSWbEs,26425
26
+ pulumi_aiven/dragonfly.py,sha256=LQSN1bgKQMHLIzn9BnmaZX2cICZc3-s0Ua_UtVV-cnE,82926
27
+ pulumi_aiven/flink.py,sha256=vxs3uk7GFRJErGGLUfQwPDGJtjTYT_7Fsf7FxuP-aMw,82154
28
+ pulumi_aiven/flink_application.py,sha256=gLdog8U6c6Y0gLguYqpsiB6IajsrdNs9mVhlkL_InS4,17778
29
+ pulumi_aiven/flink_application_deployment.py,sha256=Xk-l3x_jtzQc8p-yJsmVEhLKpB3PBGZ-t35b3AaONQA,26450
30
+ pulumi_aiven/flink_application_version.py,sha256=oeAmiDvy_jyKfKAk31mELiwLn-lsii-7adDnB2qQnxc,34302
31
+ pulumi_aiven/gcp_privatelink.py,sha256=BwvWda8bc7RCNnxmzJ0WFGSdUo2tIn6JVYESdCNiSgw,14178
32
+ pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=V6AKvAlaSeveYgPWMRoqAuW2Hxx56Xh51QOWl-bg4n8,17064
33
+ pulumi_aiven/gcp_vpc_peering_connection.py,sha256=3WAsDLGtnKvpYCn2zbN8yCczZNTQFHRm361drkwpCAQ,15112
34
+ pulumi_aiven/get_account.py,sha256=P8LwXLegN6hma4ixJemYEv-zJFCrwNNl2INh5TP3b9A,7541
35
+ pulumi_aiven/get_account_authentication.py,sha256=-1lnvFiCBs7KRFO6B72dQZNVGnzlBtF_5AFjS54JADw,14549
36
+ pulumi_aiven/get_account_team.py,sha256=GBrYW75NSMBAhmvbxcWykucqJw9kvQ-_d-xevrKp6Pw,5692
37
+ pulumi_aiven/get_account_team_member.py,sha256=YhU8WpoRNk83PXLjvmDawHNl_GPBllLVMYsrt7bI2ts,8114
38
+ pulumi_aiven/get_account_team_project.py,sha256=iNPxdCzKG_Loj98qpcOdEjNnWTXgwNrdpd0Fg6un868,6527
39
+ pulumi_aiven/get_alloydbomni.py,sha256=mr5YWXGQp0CMcZwpFj0F9wyBxBqxYHjBfh3jiRRGS7Q,26232
40
+ pulumi_aiven/get_alloydbomni_database.py,sha256=zfUOJytvP66qYTFkzNh9F955qmBki2Zpdfm1B6cEpPI,8124
41
+ pulumi_aiven/get_alloydbomni_user.py,sha256=Pijq1wynNUPFXVFsyDTq_jYDmdZK-UNUi08nMl5Saqc,9723
42
+ pulumi_aiven/get_aws_privatelink.py,sha256=LQSJhGmDSDq0BRyZxGSzolsGWxceT5K3D2Phwqx4auU,7494
43
+ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=cn79vqeia9XnLjr1qAeENsuFvjkbItFBUJghzKyDY6M,10021
44
+ pulumi_aiven/get_azure_privatelink.py,sha256=DYIafDIKxohj9eRUPyemnlJqr2DgHde5j8_sMSreGmQ,8804
45
+ pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=nIN4QaM7z7op_d_zIH-8Hb4omqYI_mE9dNFTYR87pH4,13133
46
+ pulumi_aiven/get_billing_group.py,sha256=gGNlo6cDv3EWDoiPfnBa18gky6XcSFdflKTx59bz0kw,12436
47
+ pulumi_aiven/get_cassanda.py,sha256=5atu94690n89t43GLk6CdnSS35XNFTIY94sIcTLnJuQ,25689
48
+ pulumi_aiven/get_cassandra.py,sha256=kcurAGzW_s4cjWPAcUhTmpgQsakgLmF5qhxrkdm5G_E,25361
49
+ pulumi_aiven/get_cassandra_user.py,sha256=QispY1inYDVdir_TKEss7pZMMjNcN4jpSf3FeuR7y1Y,9105
50
+ pulumi_aiven/get_clickhouse.py,sha256=CtdAFASW6_KlmehJifk4AP6Jiq0UEH5xndN3eD-Gytk,25393
51
+ pulumi_aiven/get_clickhouse_database.py,sha256=60ctSHunWxEtd5I2h_XTdIPVJN52-6A3sIaRITSD45I,7432
52
+ pulumi_aiven/get_clickhouse_user.py,sha256=eYI1x3zX-ph1cC0ej7Pd0BaCkXTjYW07NgXryJ_3T50,8166
53
+ pulumi_aiven/get_connection_pool.py,sha256=NGP6_3aahmQA8son5JKDbU67xsdMsl2LmKtr8z0qwXU,10161
54
+ pulumi_aiven/get_dragonfly.py,sha256=8XNxZYGYzbONfR57oW26FBDcex7xpeUmggJoehGcxzc,25353
55
+ pulumi_aiven/get_external_identity.py,sha256=ATEl3bNKhh0WbUe3E6QqaUDvyqlCCBagidTbyq_iGRo,7224
56
+ pulumi_aiven/get_flink.py,sha256=tiTQQ5lTVbOM_JcqRVkRvf3ld5XrNw4NY0kelb4LDxY,25073
57
+ pulumi_aiven/get_flink_application.py,sha256=bc5S6SIKlms5elHkTrLPA3q8B-NFEOEP3aUDKMG_9Ls,9308
58
+ pulumi_aiven/get_flink_application_version.py,sha256=dpN6JPJxyPR8taxf9-JS7SVLW9IWT7HdismpnVGZCDo,12495
59
+ pulumi_aiven/get_gcp_privatelink.py,sha256=8CrWBDIWOCTyS9Pm60_cZARIdS8dDEzIctqf3ENf2iU,7504
60
+ pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=lpMcCMY3CDXiZjUcemaOB5Vbkx9mmaW0w7wAzZZmaMc,8116
61
+ pulumi_aiven/get_grafana.py,sha256=m-6vWVBZNJQhzHajNBrzzp5-Ha6fRo_m8ixRfBMLbp8,25203
62
+ pulumi_aiven/get_influx_db.py,sha256=iqU310ty0qoESaR8_OVY2GqCOsvwkzu5jiBvtpfCLKU,18178
63
+ pulumi_aiven/get_influxdb_database.py,sha256=v4ekaKFxvM93S1npykktUaYjI47LupguHxLuzm1h024,5415
64
+ pulumi_aiven/get_influxdb_user.py,sha256=tcPc3hZEVzmKPSz0n2oJNxmd-Y5a60kpW0N-ZCRr3uU,6339
65
+ pulumi_aiven/get_kafka.py,sha256=x9q6jqj48NnL-5qk8324Br8D0BuvnB2J3iQ4B2XJraE,26227
66
+ pulumi_aiven/get_kafka_acl.py,sha256=dcIVZw31L7VXuLEMc_KnCe4_UQEMcrQ_O1A80HbFKNA,9317
67
+ pulumi_aiven/get_kafka_connect.py,sha256=Q-JhkD4U3HKxlN_ygVQzY8aPeSAl81ceY2gYyo2L6ag,24954
68
+ pulumi_aiven/get_kafka_connector.py,sha256=Tgd-EeR8UYBAEyEIFyQUMNc-XAkrd3Vnk8FJXYc40Hs,11500
69
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=4zACr7G7UjUhaLc84bbtTbta_VvF--ZkSPlAVCeXHLg,25148
70
+ pulumi_aiven/get_kafka_schema.py,sha256=9NX1U1Dc0NQJo9EIJgHcjY32GXSf_26kkx6wM26LYNA,9272
71
+ pulumi_aiven/get_kafka_schema_configuration.py,sha256=yD8wISSNgDvuH80-311fsDGJApPwnKqf8fQBwtF3J9k,9308
72
+ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=MQFzHDFCvm4ghFy96wLIvnerRcdJZ0fBL0CR5eWLmtI,9525
73
+ pulumi_aiven/get_kafka_topic.py,sha256=3r0Wch2US8V6g5pTefHjdGgHFmWgMePXKZbOsLy4Lao,11056
74
+ pulumi_aiven/get_kafka_user.py,sha256=1FYz0BihsxiOMYoE_mGo7T3C-VHGf2ajx1rTyZTgRks,8949
75
+ pulumi_aiven/get_m3_aggregator.py,sha256=Hx6n-heEb9AEXmp9MwP850f9NR_XkOt4VFI4Sl2zuN4,25526
76
+ pulumi_aiven/get_m3_db.py,sha256=RwutQb-HH4PQha3zg1GNIft5Y2SFNMnt3PwYucfcm7c,24993
77
+ pulumi_aiven/get_m3db_user.py,sha256=MQui7D03Z04s3dMf_oQdkBgGJtonwtEJVIfS8cnv3N4,7765
78
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=Y2g-GbJca6h0YxSBwj22q_RYjCM9WvuJaZe5IIO7Lvo,18551
79
+ pulumi_aiven/get_my_sql.py,sha256=3B15WfaxtqP0XFpMHjuU3ANldHUt1UyERuhGVeOo0PA,25068
80
+ pulumi_aiven/get_mysql_database.py,sha256=7ujLprub-ShAxwO5Fc-ZuNWX5PUssjcM2-71-S-jUtc,7549
81
+ pulumi_aiven/get_mysql_user.py,sha256=bZ45lP4EqH2NzgTze4jAXdRUyX4ZA9x-q5G0hepaeRo,9618
82
+ pulumi_aiven/get_open_search.py,sha256=uugZ8OF-CjEPmEXhf3R9W-XuhzBo4Z-58ZwCx1-CiTI,25411
83
+ pulumi_aiven/get_open_search_acl_config.py,sha256=8yvBsizCgnKsdfgjhEnmzLom5YLJt_mUx_6UuhW2SZI,7316
84
+ pulumi_aiven/get_open_search_acl_rule.py,sha256=MJXGFFjMDcJH1sG2JXgBix2VrXhdDhGrldJJFjnUHDs,9395
85
+ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=NQoupeUg-KsfMs8vdzJHA9OV7izO7PFcrMZDCFlmg14,8739
86
+ pulumi_aiven/get_opensearch_user.py,sha256=Hs_oNxsL7ucFSIncl6rvU88d47c0xViZocpQ7GTQ0s4,7974
87
+ pulumi_aiven/get_organization.py,sha256=TTO1zDKARL0i73H3l5DXoa4MxtegDKDYNY6sJ9Es4wU,5438
88
+ pulumi_aiven/get_organization_application_user.py,sha256=bObrEY9lPB_ocoFvUS2c30CdPHhy0ymByqlPWHFBBSA,6937
89
+ pulumi_aiven/get_organization_user.py,sha256=8EZ01AtBJeoujBAu8arK-a6x1_u9w79fXriXn_52JN0,5938
90
+ pulumi_aiven/get_organization_user_group.py,sha256=irnL7RTUKwo8feqGLxiEBoDr9xRUxCTn3ULfysJH21U,7432
91
+ pulumi_aiven/get_organization_user_list.py,sha256=_R_-_YErRlLhzzbTlziPO6-qrYUjtrDkemxeHp6xdhY,4559
92
+ pulumi_aiven/get_organizational_unit.py,sha256=lj0STES_7SoHwFoiZwP-NoK3ycc5a6OV3PtG6x4svQA,5539
93
+ pulumi_aiven/get_pg.py,sha256=B9yOq-ETPbZijDF8MD6z1lR1F4z8vV76DhvI0Yq_Ppw,24891
94
+ pulumi_aiven/get_pg_database.py,sha256=nbthL5lzecWQBNX5zgYaVe4vcsAID_sazsyWvNHSL4c,8761
95
+ pulumi_aiven/get_pg_user.py,sha256=m1_Ni-H0sA1ko0tjF9Xc2GIZKg_Oopkrr7Mq-xzogK4,9694
96
+ pulumi_aiven/get_project.py,sha256=fOV7n7uiTuuIKKFLPnNvCQjtD7ZpG0_RrDAtV0OqKz8,13799
97
+ pulumi_aiven/get_project_user.py,sha256=lU5rTEzCtm81Xu-5Dc3E0aoXxB9S1E1laBQbG_z0tzw,6992
98
+ pulumi_aiven/get_project_vpc.py,sha256=JYEsp1qhlCsN0EFgeFpkSdrpM8jrzg2aFxMfxR2otKA,7213
99
+ pulumi_aiven/get_redis.py,sha256=zlb0mLuZM8YAt3nLVboHaIdnBjP4J6DI9_Lt3VgPjrE,25034
100
+ pulumi_aiven/get_redis_user.py,sha256=DGRj03Y2DKtq0KDwczZxXeL55qjUrPZ7kYdM3kImsPg,10955
101
+ pulumi_aiven/get_service_component.py,sha256=jEeTHWD9n_6AZRIOdaKELL6uJzfi5dgIfIoYOd9SnvY,12259
102
+ pulumi_aiven/get_service_integration.py,sha256=_BOv3_39LFOA0Vqdo0fzGQD1Vwyi-y86QhKqlBIUK9M,28827
103
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=AmQrYvVJesxkeX2RXnjEniAcWd_PF5jWbjU3X6u6yXo,26237
104
+ pulumi_aiven/get_thanos.py,sha256=LpoHyf088LoIyDtna4qItc0-zAcUgh2unGI5I_FYh9w,25112
105
+ pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=TJ1b7PCUf7KbiWquLmPVia2GcHwMHYEiTqA6H3yaAYk,10339
106
+ pulumi_aiven/get_valkey.py,sha256=t0U7txX80UCTkGPwEpJj2iqwVax4dR5H9hvdCwo7Hc8,25119
107
+ pulumi_aiven/get_valkey_user.py,sha256=YTcBth9yJLbPxdSHufdB1eBd_W7GdTlsgElHfCk7INI,10911
108
+ pulumi_aiven/grafana.py,sha256=k5-dXN7BOpwrCxd-tHWMjCmFgXL0Gd8lwkS8FId6umg,82748
109
+ pulumi_aiven/influx_db.py,sha256=nP49oqt1YGVPOj1SltPBQKI2BApN8oNgW5bepj_AV04,83795
110
+ pulumi_aiven/influxdb_database.py,sha256=R6b3ScHJ7dkjMjhn8o0znzLf51pb1au-a2Wa-HH9L1o,14214
111
+ pulumi_aiven/influxdb_user.py,sha256=APHeb0ngQl2c4Vc56J3rxBEuYtlt-evdadznvEQhk2Y,18400
112
+ pulumi_aiven/kafka.py,sha256=gFioDdFwDo25c9iGQEwga0CvB8WE9x_r6824S2MTlNw,88182
113
+ pulumi_aiven/kafka_acl.py,sha256=AHdXsntDeN-3f60RGfNErDshZu0HJseRkwRge-JL5W4,19280
114
+ pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU,84585
115
+ pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
116
+ pulumi_aiven/kafka_mirror_maker.py,sha256=m22G5cr6p31cYw3ishodvUQAxrBCvrpieHzcUAv-kr0,82169
117
+ pulumi_aiven/kafka_native_acl.py,sha256=8ihaumR1dpazLOhDbEeTLfA0wDSI8gEztlr7zFw0YqQ,33592
118
+ pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
119
+ pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
120
+ pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
121
+ pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
122
+ pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
123
+ pulumi_aiven/m3_aggregator.py,sha256=1X0a5vsHJXqtI8iIClSo-ZnRIfrbw90syepwW8yiBXg,83710
124
+ pulumi_aiven/m3_db.py,sha256=eo-nkb6NrBAT49j_EeGdGw6a3zPK_zZo6OPLEOOG2-0,82113
125
+ pulumi_aiven/m3db_user.py,sha256=8Uz7rtZ2ynYHNFejDwGZcHG8Er08Vp0AQa8vrwdR1wk,16366
126
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=n-7ly64N4UpevOtFT74Hqew-50HRFkb4ybyqZDRM618,54242
127
+ pulumi_aiven/my_sql.py,sha256=TWXXbzPhyaT2i87iqWjjnD3wib0ybmY0QQCmxHJMfU8,82595
128
+ pulumi_aiven/mysql_database.py,sha256=tBEpJc0BsF36NoU7mUwEVml0b_ePoZpHMAgqYLljFjs,14928
129
+ pulumi_aiven/mysql_user.py,sha256=XPKJZiMzoPn0WQ8xYVRucqpVKoXCx4JnPFCDGLpMTK8,21295
130
+ pulumi_aiven/open_search.py,sha256=MJDLbJ5VWlI0_vZLpC_0v_6jcBM6FTnYPYp5_pe9zJw,84167
131
+ pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
132
+ pulumi_aiven/open_search_acl_rule.py,sha256=AdNPJ52TnPGwjPgFnoPyli3g_quApsAsiD8dsgiZMo0,22108
133
+ pulumi_aiven/opensearch_security_plugin_config.py,sha256=ilYhnGcz2EZhRBYmntgpgtPvQhdkN6EEk0dBONtgHXg,18810
134
+ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqpjc,16662
135
+ pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
136
+ pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
137
+ pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
138
+ pulumi_aiven/organization_group_project.py,sha256=ld9vjKXTRsepXca4VmkKZDl3Ec1pie-tm73vkVZIx-8,18981
139
+ pulumi_aiven/organization_permission.py,sha256=rpcVJPBcBDUMU02rhw3IYNU0thg3_M2y4TEwSJNOjl0,18103
140
+ pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
141
+ pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
142
+ pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
143
+ pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
144
+ pulumi_aiven/outputs.py,sha256=TrgB_pzVnA0YiazyUm4VkGxAbcQlCnQZ6hHwwFdj0No,2322563
145
+ pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
146
+ pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
147
+ pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
148
+ pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
149
+ pulumi_aiven/project_user.py,sha256=lg2x65GOGETY2jDKuP9Jcz_8KvcFvw0L9KT6i-V41yE,17949
150
+ pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
151
+ pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
152
+ pulumi_aiven/pulumi-plugin.json,sha256=ZS0PpqhX-MOvLLvf9TQZiGlDAyzKZXd5BT8-qD8eYo0,65
153
+ pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
+ pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
155
+ pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
156
+ pulumi_aiven/service_integration.py,sha256=W12_WjK4tlj2uVmQfhvpqAFyON4gYtjZM8O3lWuUZtA,94185
157
+ pulumi_aiven/service_integration_endpoint.py,sha256=XzVlistXtdvl2lkcAUVzctffBwLw2Bnvewwx2DedyuM,100259
158
+ pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
159
+ pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
160
+ pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
161
+ pulumi_aiven/valkey.py,sha256=UHMJjWCYQfSjUZBgpgnWz2nnGpaVfEDHuW6tBRtOZ4c,82153
162
+ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,33788
163
+ pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
164
+ pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
165
+ pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
166
+ pulumi_aiven-6.30.0.dist-info/METADATA,sha256=meHjYhIM-ibgT7dyj6xNwZqc1cSYwJm-hPtWLNcMp5o,2584
167
+ pulumi_aiven-6.30.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
168
+ pulumi_aiven-6.30.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
169
+ pulumi_aiven-6.30.0.dist-info/RECORD,,