pulumi-aiven 6.13.0a1710156545__py3-none-any.whl → 6.31.0a1736831339__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 (168) hide show
  1. pulumi_aiven/__init__.py +127 -0
  2. pulumi_aiven/_inputs.py +32615 -13711
  3. pulumi_aiven/_utilities.py +41 -5
  4. pulumi_aiven/account.py +32 -45
  5. pulumi_aiven/account_authentication.py +24 -9
  6. pulumi_aiven/account_team.py +35 -14
  7. pulumi_aiven/account_team_member.py +48 -39
  8. pulumi_aiven/account_team_project.py +40 -27
  9. pulumi_aiven/alloydbomni.py +1335 -0
  10. pulumi_aiven/alloydbomni_database.py +347 -0
  11. pulumi_aiven/alloydbomni_user.py +433 -0
  12. pulumi_aiven/aws_privatelink.py +44 -43
  13. pulumi_aiven/aws_vpc_peering_connection.py +72 -61
  14. pulumi_aiven/azure_privatelink.py +54 -53
  15. pulumi_aiven/azure_privatelink_connection_approval.py +136 -33
  16. pulumi_aiven/azure_vpc_peering_connection.py +86 -77
  17. pulumi_aiven/billing_group.py +33 -34
  18. pulumi_aiven/cassandra.py +145 -126
  19. pulumi_aiven/cassandra_user.py +59 -58
  20. pulumi_aiven/clickhouse.py +133 -114
  21. pulumi_aiven/clickhouse_database.py +58 -62
  22. pulumi_aiven/clickhouse_grant.py +135 -134
  23. pulumi_aiven/clickhouse_role.py +36 -49
  24. pulumi_aiven/clickhouse_user.py +50 -49
  25. pulumi_aiven/config/__init__.pyi +5 -0
  26. pulumi_aiven/config/vars.py +5 -0
  27. pulumi_aiven/connection_pool.py +67 -66
  28. pulumi_aiven/dragonfly.py +1256 -0
  29. pulumi_aiven/flink.py +104 -104
  30. pulumi_aiven/flink_application.py +58 -55
  31. pulumi_aiven/flink_application_deployment.py +178 -73
  32. pulumi_aiven/flink_application_version.py +179 -96
  33. pulumi_aiven/gcp_privatelink.py +69 -42
  34. pulumi_aiven/gcp_privatelink_connection_approval.py +78 -49
  35. pulumi_aiven/gcp_vpc_peering_connection.py +49 -48
  36. pulumi_aiven/get_account.py +20 -9
  37. pulumi_aiven/get_account_authentication.py +31 -5
  38. pulumi_aiven/get_account_team.py +18 -5
  39. pulumi_aiven/get_account_team_member.py +29 -14
  40. pulumi_aiven/get_account_team_project.py +19 -6
  41. pulumi_aiven/get_alloydbomni.py +499 -0
  42. pulumi_aiven/get_alloydbomni_database.py +168 -0
  43. pulumi_aiven/get_alloydbomni_user.py +210 -0
  44. pulumi_aiven/get_aws_privatelink.py +33 -24
  45. pulumi_aiven/get_aws_vpc_peering_connection.py +56 -33
  46. pulumi_aiven/get_azure_privatelink.py +37 -26
  47. pulumi_aiven/get_azure_vpc_peering_connection.py +77 -28
  48. pulumi_aiven/get_billing_group.py +31 -8
  49. pulumi_aiven/get_cassanda.py +55 -23
  50. pulumi_aiven/get_cassandra.py +55 -23
  51. pulumi_aiven/get_cassandra_user.py +42 -30
  52. pulumi_aiven/get_clickhouse.py +55 -23
  53. pulumi_aiven/get_clickhouse_database.py +35 -26
  54. pulumi_aiven/get_clickhouse_user.py +40 -29
  55. pulumi_aiven/get_connection_pool.py +43 -30
  56. pulumi_aiven/get_dragonfly.py +499 -0
  57. pulumi_aiven/get_external_identity.py +160 -0
  58. pulumi_aiven/get_flink.py +55 -23
  59. pulumi_aiven/get_flink_application.py +44 -31
  60. pulumi_aiven/get_flink_application_version.py +55 -37
  61. pulumi_aiven/get_gcp_privatelink.py +63 -7
  62. pulumi_aiven/get_gcp_vpc_peering_connection.py +39 -28
  63. pulumi_aiven/get_grafana.py +55 -23
  64. pulumi_aiven/get_influx_db.py +41 -5
  65. pulumi_aiven/get_influxdb_database.py +18 -5
  66. pulumi_aiven/get_influxdb_user.py +21 -5
  67. pulumi_aiven/get_kafka.py +59 -25
  68. pulumi_aiven/get_kafka_acl.py +50 -37
  69. pulumi_aiven/get_kafka_connect.py +54 -36
  70. pulumi_aiven/get_kafka_connector.py +44 -28
  71. pulumi_aiven/get_kafka_mirror_maker.py +50 -32
  72. pulumi_aiven/get_kafka_schema.py +35 -23
  73. pulumi_aiven/get_kafka_schema_configuration.py +32 -21
  74. pulumi_aiven/get_kafka_schema_registry_acl.py +37 -20
  75. pulumi_aiven/get_kafka_topic.py +70 -29
  76. pulumi_aiven/get_kafka_user.py +42 -30
  77. pulumi_aiven/get_m3_aggregator.py +51 -19
  78. pulumi_aiven/get_m3_db.py +55 -23
  79. pulumi_aiven/get_m3db_user.py +38 -28
  80. pulumi_aiven/get_mirror_maker_replication_flow.py +86 -25
  81. pulumi_aiven/get_my_sql.py +50 -18
  82. pulumi_aiven/get_mysql_database.py +31 -22
  83. pulumi_aiven/get_mysql_user.py +36 -23
  84. pulumi_aiven/get_open_search.py +50 -18
  85. pulumi_aiven/get_open_search_acl_config.py +27 -19
  86. pulumi_aiven/get_open_search_acl_rule.py +37 -25
  87. pulumi_aiven/get_opensearch_security_plugin_config.py +29 -19
  88. pulumi_aiven/get_opensearch_user.py +32 -22
  89. pulumi_aiven/get_organization.py +25 -17
  90. pulumi_aiven/get_organization_application_user.py +176 -0
  91. pulumi_aiven/get_organization_user.py +18 -5
  92. pulumi_aiven/get_organization_user_group.py +48 -14
  93. pulumi_aiven/get_organization_user_list.py +121 -0
  94. pulumi_aiven/get_organizational_unit.py +26 -14
  95. pulumi_aiven/get_pg.py +55 -23
  96. pulumi_aiven/get_pg_database.py +39 -28
  97. pulumi_aiven/get_pg_user.py +44 -31
  98. pulumi_aiven/get_project.py +43 -26
  99. pulumi_aiven/get_project_user.py +27 -19
  100. pulumi_aiven/get_project_vpc.py +31 -23
  101. pulumi_aiven/get_redis.py +50 -18
  102. pulumi_aiven/get_redis_user.py +40 -26
  103. pulumi_aiven/get_service_component.py +40 -22
  104. pulumi_aiven/get_service_integration.py +163 -53
  105. pulumi_aiven/get_service_integration_endpoint.py +128 -37
  106. pulumi_aiven/get_thanos.py +499 -0
  107. pulumi_aiven/get_transit_gateway_vpc_attachment.py +35 -22
  108. pulumi_aiven/get_valkey.py +499 -0
  109. pulumi_aiven/get_valkey_user.py +218 -0
  110. pulumi_aiven/grafana.py +188 -322
  111. pulumi_aiven/influx_db.py +127 -90
  112. pulumi_aiven/influxdb_database.py +40 -55
  113. pulumi_aiven/influxdb_user.py +47 -42
  114. pulumi_aiven/kafka.py +157 -144
  115. pulumi_aiven/kafka_acl.py +64 -57
  116. pulumi_aiven/kafka_connect.py +201 -332
  117. pulumi_aiven/kafka_connector.py +67 -60
  118. pulumi_aiven/kafka_mirror_maker.py +137 -320
  119. pulumi_aiven/kafka_native_acl.py +588 -0
  120. pulumi_aiven/kafka_schema.py +63 -58
  121. pulumi_aiven/kafka_schema_configuration.py +25 -24
  122. pulumi_aiven/kafka_schema_registry_acl.py +80 -35
  123. pulumi_aiven/kafka_topic.py +184 -65
  124. pulumi_aiven/kafka_user.py +59 -58
  125. pulumi_aiven/m3_aggregator.py +174 -310
  126. pulumi_aiven/m3_db.py +190 -326
  127. pulumi_aiven/m3db_user.py +51 -50
  128. pulumi_aiven/mirror_maker_replication_flow.py +215 -55
  129. pulumi_aiven/my_sql.py +188 -324
  130. pulumi_aiven/mysql_database.py +32 -51
  131. pulumi_aiven/mysql_user.py +37 -36
  132. pulumi_aiven/open_search.py +126 -107
  133. pulumi_aiven/open_search_acl_config.py +33 -36
  134. pulumi_aiven/open_search_acl_rule.py +55 -54
  135. pulumi_aiven/opensearch_security_plugin_config.py +69 -16
  136. pulumi_aiven/opensearch_user.py +30 -29
  137. pulumi_aiven/organization.py +18 -17
  138. pulumi_aiven/organization_application_user.py +345 -0
  139. pulumi_aiven/organization_application_user_token.py +711 -0
  140. pulumi_aiven/organization_group_project.py +349 -0
  141. pulumi_aiven/organization_permission.py +421 -0
  142. pulumi_aiven/organization_user.py +25 -46
  143. pulumi_aiven/organization_user_group.py +64 -23
  144. pulumi_aiven/organization_user_group_member.py +359 -0
  145. pulumi_aiven/organizational_unit.py +41 -36
  146. pulumi_aiven/outputs.py +38355 -21458
  147. pulumi_aiven/pg.py +92 -88
  148. pulumi_aiven/pg_database.py +52 -71
  149. pulumi_aiven/pg_user.py +80 -65
  150. pulumi_aiven/project.py +111 -102
  151. pulumi_aiven/project_user.py +44 -35
  152. pulumi_aiven/project_vpc.py +58 -29
  153. pulumi_aiven/provider.py +5 -0
  154. pulumi_aiven/pulumi-plugin.json +2 -1
  155. pulumi_aiven/redis.py +161 -297
  156. pulumi_aiven/redis_user.py +58 -57
  157. pulumi_aiven/service_integration.py +511 -165
  158. pulumi_aiven/service_integration_endpoint.py +466 -158
  159. pulumi_aiven/static_ip.py +21 -16
  160. pulumi_aiven/thanos.py +1262 -0
  161. pulumi_aiven/transit_gateway_vpc_attachment.py +44 -58
  162. pulumi_aiven/valkey.py +1256 -0
  163. pulumi_aiven/valkey_user.py +606 -0
  164. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/METADATA +7 -6
  165. pulumi_aiven-6.31.0a1736831339.dist-info/RECORD +169 -0
  166. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/WHEEL +1 -1
  167. pulumi_aiven-6.13.0a1710156545.dist-info/RECORD +0 -146
  168. {pulumi_aiven-6.13.0a1710156545.dist-info → pulumi_aiven-6.31.0a1736831339.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
 
12
17
  __all__ = ['KafkaUserArgs', 'KafkaUser']
@@ -20,10 +25,10 @@ class KafkaUserArgs:
20
25
  password: Optional[pulumi.Input[str]] = None):
21
26
  """
22
27
  The set of arguments for constructing a KafkaUser resource.
23
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
25
- :param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
26
- :param pulumi.Input[str] password: The password of the Kafka User.
28
+ :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.
29
+ :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.
30
+ :param pulumi.Input[str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[str] password: The Kafka service user's password.
27
32
  """
28
33
  pulumi.set(__self__, "project", project)
29
34
  pulumi.set(__self__, "service_name", service_name)
@@ -35,7 +40,7 @@ class KafkaUserArgs:
35
40
  @pulumi.getter
36
41
  def project(self) -> pulumi.Input[str]:
37
42
  """
38
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ 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.
39
44
  """
40
45
  return pulumi.get(self, "project")
41
46
 
@@ -47,7 +52,7 @@ class KafkaUserArgs:
47
52
  @pulumi.getter(name="serviceName")
48
53
  def service_name(self) -> pulumi.Input[str]:
49
54
  """
50
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
55
+ 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.
51
56
  """
52
57
  return pulumi.get(self, "service_name")
53
58
 
@@ -59,7 +64,7 @@ class KafkaUserArgs:
59
64
  @pulumi.getter
60
65
  def username(self) -> pulumi.Input[str]:
61
66
  """
62
- The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
67
+ Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
63
68
  """
64
69
  return pulumi.get(self, "username")
65
70
 
@@ -71,7 +76,7 @@ class KafkaUserArgs:
71
76
  @pulumi.getter
72
77
  def password(self) -> Optional[pulumi.Input[str]]:
73
78
  """
74
- The password of the Kafka User.
79
+ The Kafka service user's password.
75
80
  """
76
81
  return pulumi.get(self, "password")
77
82
 
@@ -92,13 +97,13 @@ class _KafkaUserState:
92
97
  username: Optional[pulumi.Input[str]] = None):
93
98
  """
94
99
  Input properties used for looking up and filtering KafkaUser resources.
95
- :param pulumi.Input[str] access_cert: Access certificate for the user
96
- :param pulumi.Input[str] access_key: Access certificate key for the user
97
- :param pulumi.Input[str] password: The password of the Kafka User.
98
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
99
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
100
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
101
- :param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
100
+ :param pulumi.Input[str] access_cert: Access certificate for the user.
101
+ :param pulumi.Input[str] access_key: Access certificate key for the user.
102
+ :param pulumi.Input[str] password: The Kafka service user's password.
103
+ :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.
104
+ :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.
105
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
106
+ :param pulumi.Input[str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
102
107
  """
103
108
  if access_cert is not None:
104
109
  pulumi.set(__self__, "access_cert", access_cert)
@@ -119,7 +124,7 @@ class _KafkaUserState:
119
124
  @pulumi.getter(name="accessCert")
120
125
  def access_cert(self) -> Optional[pulumi.Input[str]]:
121
126
  """
122
- Access certificate for the user
127
+ Access certificate for the user.
123
128
  """
124
129
  return pulumi.get(self, "access_cert")
125
130
 
@@ -131,7 +136,7 @@ class _KafkaUserState:
131
136
  @pulumi.getter(name="accessKey")
132
137
  def access_key(self) -> Optional[pulumi.Input[str]]:
133
138
  """
134
- Access certificate key for the user
139
+ Access certificate key for the user.
135
140
  """
136
141
  return pulumi.get(self, "access_key")
137
142
 
@@ -143,7 +148,7 @@ class _KafkaUserState:
143
148
  @pulumi.getter
144
149
  def password(self) -> Optional[pulumi.Input[str]]:
145
150
  """
146
- The password of the Kafka User.
151
+ The Kafka service user's password.
147
152
  """
148
153
  return pulumi.get(self, "password")
149
154
 
@@ -155,7 +160,7 @@ class _KafkaUserState:
155
160
  @pulumi.getter
156
161
  def project(self) -> Optional[pulumi.Input[str]]:
157
162
  """
158
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
163
+ 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.
159
164
  """
160
165
  return pulumi.get(self, "project")
161
166
 
@@ -167,7 +172,7 @@ class _KafkaUserState:
167
172
  @pulumi.getter(name="serviceName")
168
173
  def service_name(self) -> Optional[pulumi.Input[str]]:
169
174
  """
170
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
175
+ 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.
171
176
  """
172
177
  return pulumi.get(self, "service_name")
173
178
 
@@ -179,7 +184,7 @@ class _KafkaUserState:
179
184
  @pulumi.getter
180
185
  def type(self) -> Optional[pulumi.Input[str]]:
181
186
  """
182
- Type of the user account. Tells whether the user is the primary account or a regular account.
187
+ User account type, such as primary or regular account.
183
188
  """
184
189
  return pulumi.get(self, "type")
185
190
 
@@ -191,7 +196,7 @@ class _KafkaUserState:
191
196
  @pulumi.getter
192
197
  def username(self) -> Optional[pulumi.Input[str]]:
193
198
  """
194
- The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
199
+ Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
195
200
  """
196
201
  return pulumi.get(self, "username")
197
202
 
@@ -211,35 +216,33 @@ class KafkaUser(pulumi.CustomResource):
211
216
  username: Optional[pulumi.Input[str]] = None,
212
217
  __props__=None):
213
218
  """
214
- The Kafka User resource allows the creation and management of Aiven Kafka Users.
219
+ Creates and manages an Aiven for Apache Kafka® service user.
215
220
 
216
221
  ## Example Usage
217
222
 
218
- <!--Start PulumiCodeChooser -->
219
223
  ```python
220
224
  import pulumi
221
225
  import pulumi_aiven as aiven
222
226
 
223
- foo = aiven.KafkaUser("foo",
224
- service_name=aiven_kafka["bar"]["service_name"],
225
- project="my-project",
226
- username="user-1",
227
- password="Test$1234")
227
+ example_service_user = aiven.KafkaUser("example_service_user",
228
+ service_name=example_kafka["serviceName"],
229
+ project=example_project["project"],
230
+ username="example-kafka-user",
231
+ password=service_user_pw)
228
232
  ```
229
- <!--End PulumiCodeChooser -->
230
233
 
231
234
  ## Import
232
235
 
233
236
  ```sh
234
- $ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
237
+ $ pulumi import aiven:index/kafkaUser:KafkaUser example_user PROJECT/SERVICE_NAME/USERNAME
235
238
  ```
236
239
 
237
240
  :param str resource_name: The name of the resource.
238
241
  :param pulumi.ResourceOptions opts: Options for the resource.
239
- :param pulumi.Input[str] password: The password of the Kafka User.
240
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
241
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
242
- :param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
242
+ :param pulumi.Input[str] password: The Kafka service user's password.
243
+ :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.
244
+ :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.
245
+ :param pulumi.Input[str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
243
246
  """
244
247
  ...
245
248
  @overload
@@ -248,27 +251,25 @@ class KafkaUser(pulumi.CustomResource):
248
251
  args: KafkaUserArgs,
249
252
  opts: Optional[pulumi.ResourceOptions] = None):
250
253
  """
251
- The Kafka User resource allows the creation and management of Aiven Kafka Users.
254
+ Creates and manages an Aiven for Apache Kafka® service user.
252
255
 
253
256
  ## Example Usage
254
257
 
255
- <!--Start PulumiCodeChooser -->
256
258
  ```python
257
259
  import pulumi
258
260
  import pulumi_aiven as aiven
259
261
 
260
- foo = aiven.KafkaUser("foo",
261
- service_name=aiven_kafka["bar"]["service_name"],
262
- project="my-project",
263
- username="user-1",
264
- password="Test$1234")
262
+ example_service_user = aiven.KafkaUser("example_service_user",
263
+ service_name=example_kafka["serviceName"],
264
+ project=example_project["project"],
265
+ username="example-kafka-user",
266
+ password=service_user_pw)
265
267
  ```
266
- <!--End PulumiCodeChooser -->
267
268
 
268
269
  ## Import
269
270
 
270
271
  ```sh
271
- $ pulumi import aiven:index/kafkaUser:KafkaUser foo project/service_name/username
272
+ $ pulumi import aiven:index/kafkaUser:KafkaUser example_user PROJECT/SERVICE_NAME/USERNAME
272
273
  ```
273
274
 
274
275
  :param str resource_name: The name of the resource.
@@ -338,13 +339,13 @@ class KafkaUser(pulumi.CustomResource):
338
339
  :param str resource_name: The unique name of the resulting resource.
339
340
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
340
341
  :param pulumi.ResourceOptions opts: Options for the resource.
341
- :param pulumi.Input[str] access_cert: Access certificate for the user
342
- :param pulumi.Input[str] access_key: Access certificate key for the user
343
- :param pulumi.Input[str] password: The password of the Kafka User.
344
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
345
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
346
- :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
347
- :param pulumi.Input[str] username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
342
+ :param pulumi.Input[str] access_cert: Access certificate for the user.
343
+ :param pulumi.Input[str] access_key: Access certificate key for the user.
344
+ :param pulumi.Input[str] password: The Kafka service user's password.
345
+ :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.
346
+ :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.
347
+ :param pulumi.Input[str] type: User account type, such as primary or regular account.
348
+ :param pulumi.Input[str] username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
348
349
  """
349
350
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
350
351
 
@@ -363,7 +364,7 @@ class KafkaUser(pulumi.CustomResource):
363
364
  @pulumi.getter(name="accessCert")
364
365
  def access_cert(self) -> pulumi.Output[str]:
365
366
  """
366
- Access certificate for the user
367
+ Access certificate for the user.
367
368
  """
368
369
  return pulumi.get(self, "access_cert")
369
370
 
@@ -371,7 +372,7 @@ class KafkaUser(pulumi.CustomResource):
371
372
  @pulumi.getter(name="accessKey")
372
373
  def access_key(self) -> pulumi.Output[str]:
373
374
  """
374
- Access certificate key for the user
375
+ Access certificate key for the user.
375
376
  """
376
377
  return pulumi.get(self, "access_key")
377
378
 
@@ -379,7 +380,7 @@ class KafkaUser(pulumi.CustomResource):
379
380
  @pulumi.getter
380
381
  def password(self) -> pulumi.Output[str]:
381
382
  """
382
- The password of the Kafka User.
383
+ The Kafka service user's password.
383
384
  """
384
385
  return pulumi.get(self, "password")
385
386
 
@@ -387,7 +388,7 @@ class KafkaUser(pulumi.CustomResource):
387
388
  @pulumi.getter
388
389
  def project(self) -> pulumi.Output[str]:
389
390
  """
390
- Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
391
+ 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.
391
392
  """
392
393
  return pulumi.get(self, "project")
393
394
 
@@ -395,7 +396,7 @@ class KafkaUser(pulumi.CustomResource):
395
396
  @pulumi.getter(name="serviceName")
396
397
  def service_name(self) -> pulumi.Output[str]:
397
398
  """
398
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
399
+ 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.
399
400
  """
400
401
  return pulumi.get(self, "service_name")
401
402
 
@@ -403,7 +404,7 @@ class KafkaUser(pulumi.CustomResource):
403
404
  @pulumi.getter
404
405
  def type(self) -> pulumi.Output[str]:
405
406
  """
406
- Type of the user account. Tells whether the user is the primary account or a regular account.
407
+ User account type, such as primary or regular account.
407
408
  """
408
409
  return pulumi.get(self, "type")
409
410
 
@@ -411,7 +412,7 @@ class KafkaUser(pulumi.CustomResource):
411
412
  @pulumi.getter
412
413
  def username(self) -> pulumi.Output[str]:
413
414
  """
414
- The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
415
+ Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
415
416
  """
416
417
  return pulumi.get(self, "username")
417
418