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
@@ -70,7 +70,7 @@ class GetValkeyUserResult:
70
70
  @pulumi.getter
71
71
  def password(self) -> str:
72
72
  """
73
- The password of the Valkey User.
73
+ The Valkey service user's password.
74
74
  """
75
75
  return pulumi.get(self, "password")
76
76
 
@@ -94,7 +94,7 @@ class GetValkeyUserResult:
94
94
  @pulumi.getter
95
95
  def type(self) -> str:
96
96
  """
97
- Type of the user account. Tells whether the user is the primary account or a regular account.
97
+ User account type, such as primary or regular account.
98
98
  """
99
99
  return pulumi.get(self, "type")
100
100
 
@@ -102,7 +102,7 @@ class GetValkeyUserResult:
102
102
  @pulumi.getter
103
103
  def username(self) -> str:
104
104
  """
105
- 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.
105
+ 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.
106
106
  """
107
107
  return pulumi.get(self, "username")
108
108
 
@@ -110,7 +110,7 @@ class GetValkeyUserResult:
110
110
  @pulumi.getter(name="valkeyAclCategories")
111
111
  def valkey_acl_categories(self) -> Sequence[str]:
112
112
  """
113
- Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
113
+ 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.
114
114
  """
115
115
  return pulumi.get(self, "valkey_acl_categories")
116
116
 
@@ -118,7 +118,7 @@ class GetValkeyUserResult:
118
118
  @pulumi.getter(name="valkeyAclChannels")
119
119
  def valkey_acl_channels(self) -> Sequence[str]:
120
120
  """
121
- Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
121
+ Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "valkey_acl_channels")
124
124
 
@@ -126,7 +126,7 @@ class GetValkeyUserResult:
126
126
  @pulumi.getter(name="valkeyAclCommands")
127
127
  def valkey_acl_commands(self) -> Sequence[str]:
128
128
  """
129
- 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.
129
+ 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.
130
130
  """
131
131
  return pulumi.get(self, "valkey_acl_commands")
132
132
 
@@ -134,7 +134,7 @@ class GetValkeyUserResult:
134
134
  @pulumi.getter(name="valkeyAclKeys")
135
135
  def valkey_acl_keys(self) -> Sequence[str]:
136
136
  """
137
- Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
137
+ 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.
138
138
  """
139
139
  return pulumi.get(self, "valkey_acl_keys")
140
140
 
@@ -167,7 +167,7 @@ def get_valkey_user(project: Optional[str] = None,
167
167
 
168
168
  :param 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.
169
169
  :param 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.
170
- :param 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.
170
+ :param 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
171
  """
172
172
  __args__ = dict()
173
173
  __args__['project'] = project
@@ -190,20 +190,20 @@ def get_valkey_user(project: Optional[str] = None,
190
190
  def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
191
191
  service_name: Optional[pulumi.Input[str]] = None,
192
192
  username: Optional[pulumi.Input[str]] = None,
193
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetValkeyUserResult]:
193
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetValkeyUserResult]:
194
194
  """
195
195
  The Valkey User data source provides information about the existing Aiven for Valkey user.
196
196
 
197
197
 
198
198
  :param 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.
199
199
  :param 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.
200
- :param 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.
200
+ :param 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.
201
201
  """
202
202
  __args__ = dict()
203
203
  __args__['project'] = project
204
204
  __args__['serviceName'] = service_name
205
205
  __args__['username'] = username
206
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
206
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
207
207
  __ret__ = pulumi.runtime.invoke_output('aiven:index/getValkeyUser:getValkeyUser', __args__, opts=opts, typ=GetValkeyUserResult)
208
208
  return __ret__.apply(lambda __response__: GetValkeyUserResult(
209
209
  id=pulumi.get(__response__, 'id'),
pulumi_aiven/kafka_acl.py CHANGED
@@ -215,9 +215,10 @@ class KafkaAcl(pulumi.CustomResource):
215
215
  username: Optional[pulumi.Input[str]] = None,
216
216
  __props__=None):
217
217
  """
218
- Creates and manages an [access control list](https://aiven.io/docs/products/kafka/concepts/acl) (ACL) entry for an Aiven for Apache Kafka® service.
218
+ Creates and manages Aiven [access control lists](https://aiven.io/docs/products/kafka/concepts/acl) (ACLs) for an Aiven for Apache Kafka® service. ACLs control access to Kafka topics, consumer groups,
219
+ clusters, and Schema Registry.
219
220
 
220
- ACL entries grant users rights to produce, consume, and manage Kafka topics.
221
+ Aiven ACLs provide simplified topic-level control with basic permissions and wildcard support. For more advanced access control, you can use Kafka-native ACLs.
221
222
 
222
223
  ## Example Usage
223
224
 
@@ -254,9 +255,10 @@ class KafkaAcl(pulumi.CustomResource):
254
255
  args: KafkaAclArgs,
255
256
  opts: Optional[pulumi.ResourceOptions] = None):
256
257
  """
257
- Creates and manages an [access control list](https://aiven.io/docs/products/kafka/concepts/acl) (ACL) entry for an Aiven for Apache Kafka® service.
258
+ Creates and manages Aiven [access control lists](https://aiven.io/docs/products/kafka/concepts/acl) (ACLs) for an Aiven for Apache Kafka® service. ACLs control access to Kafka topics, consumer groups,
259
+ clusters, and Schema Registry.
258
260
 
259
- ACL entries grant users rights to produce, consume, and manage Kafka topics.
261
+ Aiven ACLs provide simplified topic-level control with basic permissions and wildcard support. For more advanced access control, you can use Kafka-native ACLs.
260
262
 
261
263
  ## Example Usage
262
264