pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.14.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 (136) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2623 -1138
  3. pulumi_aiven/account.py +8 -8
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +6 -6
  6. pulumi_aiven/account_team_member.py +27 -31
  7. pulumi_aiven/account_team_project.py +12 -12
  8. pulumi_aiven/aws_privatelink.py +39 -43
  9. pulumi_aiven/aws_vpc_peering_connection.py +62 -56
  10. pulumi_aiven/azure_privatelink.py +49 -53
  11. pulumi_aiven/azure_privatelink_connection_approval.py +131 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +76 -72
  13. pulumi_aiven/billing_group.py +18 -18
  14. pulumi_aiven/cassandra.py +25 -57
  15. pulumi_aiven/cassandra_user.py +25 -29
  16. pulumi_aiven/clickhouse.py +25 -57
  17. pulumi_aiven/clickhouse_database.py +31 -33
  18. pulumi_aiven/clickhouse_grant.py +56 -58
  19. pulumi_aiven/clickhouse_role.py +23 -27
  20. pulumi_aiven/clickhouse_user.py +25 -29
  21. pulumi_aiven/connection_pool.py +38 -42
  22. pulumi_aiven/dragonfly.py +1205 -0
  23. pulumi_aiven/flink.py +32 -36
  24. pulumi_aiven/flink_application.py +22 -24
  25. pulumi_aiven/flink_application_deployment.py +28 -28
  26. pulumi_aiven/flink_application_version.py +96 -14
  27. pulumi_aiven/gcp_privatelink.py +40 -40
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +47 -47
  29. pulumi_aiven/gcp_vpc_peering_connection.py +39 -43
  30. pulumi_aiven/get_account.py +0 -4
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +15 -19
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -27
  34. pulumi_aiven/get_azure_privatelink.py +17 -21
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +50 -22
  36. pulumi_aiven/get_billing_group.py +2 -2
  37. pulumi_aiven/get_cassanda.py +7 -24
  38. pulumi_aiven/get_cassandra.py +7 -24
  39. pulumi_aiven/get_cassandra_user.py +13 -17
  40. pulumi_aiven/get_clickhouse.py +7 -24
  41. pulumi_aiven/get_clickhouse_database.py +13 -17
  42. pulumi_aiven/get_clickhouse_user.py +13 -17
  43. pulumi_aiven/get_connection_pool.py +14 -18
  44. pulumi_aiven/get_dragonfly.py +450 -0
  45. pulumi_aiven/get_flink.py +6 -10
  46. pulumi_aiven/get_flink_application.py +8 -12
  47. pulumi_aiven/get_flink_application_version.py +8 -12
  48. pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -22
  49. pulumi_aiven/get_grafana.py +7 -24
  50. pulumi_aiven/get_kafka.py +13 -17
  51. pulumi_aiven/get_kafka_acl.py +19 -23
  52. pulumi_aiven/get_kafka_connect.py +7 -24
  53. pulumi_aiven/get_kafka_connector.py +13 -17
  54. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  55. pulumi_aiven/get_kafka_schema.py +13 -17
  56. pulumi_aiven/get_kafka_schema_configuration.py +11 -15
  57. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  58. pulumi_aiven/get_kafka_topic.py +19 -23
  59. pulumi_aiven/get_kafka_user.py +13 -17
  60. pulumi_aiven/get_m3_aggregator.py +7 -24
  61. pulumi_aiven/get_m3_db.py +7 -24
  62. pulumi_aiven/get_m3db_user.py +13 -17
  63. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  64. pulumi_aiven/get_my_sql.py +7 -24
  65. pulumi_aiven/get_mysql_database.py +13 -17
  66. pulumi_aiven/get_mysql_user.py +13 -17
  67. pulumi_aiven/get_open_search.py +6 -10
  68. pulumi_aiven/get_open_search_acl_config.py +10 -14
  69. pulumi_aiven/get_open_search_acl_rule.py +16 -20
  70. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  71. pulumi_aiven/get_opensearch_user.py +13 -17
  72. pulumi_aiven/get_organization.py +8 -12
  73. pulumi_aiven/get_organization_user_group.py +29 -9
  74. pulumi_aiven/get_organizational_unit.py +9 -9
  75. pulumi_aiven/get_pg.py +6 -10
  76. pulumi_aiven/get_pg_database.py +15 -19
  77. pulumi_aiven/get_pg_user.py +13 -17
  78. pulumi_aiven/get_project.py +17 -21
  79. pulumi_aiven/get_project_user.py +9 -13
  80. pulumi_aiven/get_project_vpc.py +11 -17
  81. pulumi_aiven/get_redis.py +7 -24
  82. pulumi_aiven/get_redis_user.py +17 -21
  83. pulumi_aiven/get_service_component.py +4 -8
  84. pulumi_aiven/get_service_integration.py +75 -37
  85. pulumi_aiven/get_service_integration_endpoint.py +3 -7
  86. pulumi_aiven/get_transit_gateway_vpc_attachment.py +11 -15
  87. pulumi_aiven/grafana.py +82 -267
  88. pulumi_aiven/influx_db.py +28 -28
  89. pulumi_aiven/influxdb_database.py +35 -35
  90. pulumi_aiven/influxdb_user.py +42 -42
  91. pulumi_aiven/kafka.py +50 -54
  92. pulumi_aiven/kafka_acl.py +41 -45
  93. pulumi_aiven/kafka_connect.py +80 -267
  94. pulumi_aiven/kafka_connector.py +33 -37
  95. pulumi_aiven/kafka_mirror_maker.py +80 -267
  96. pulumi_aiven/kafka_schema.py +51 -51
  97. pulumi_aiven/kafka_schema_configuration.py +20 -24
  98. pulumi_aiven/kafka_schema_registry_acl.py +75 -35
  99. pulumi_aiven/kafka_topic.py +91 -53
  100. pulumi_aiven/kafka_user.py +25 -29
  101. pulumi_aiven/m3_aggregator.py +80 -267
  102. pulumi_aiven/m3_db.py +80 -267
  103. pulumi_aiven/m3db_user.py +23 -27
  104. pulumi_aiven/mirror_maker_replication_flow.py +58 -60
  105. pulumi_aiven/my_sql.py +80 -267
  106. pulumi_aiven/mysql_database.py +27 -31
  107. pulumi_aiven/mysql_user.py +25 -29
  108. pulumi_aiven/open_search.py +27 -31
  109. pulumi_aiven/open_search_acl_config.py +28 -36
  110. pulumi_aiven/open_search_acl_rule.py +50 -54
  111. pulumi_aiven/opensearch_security_plugin_config.py +64 -16
  112. pulumi_aiven/opensearch_user.py +25 -29
  113. pulumi_aiven/organization.py +10 -14
  114. pulumi_aiven/organization_group_project.py +336 -0
  115. pulumi_aiven/organization_user.py +16 -34
  116. pulumi_aiven/organization_user_group.py +59 -23
  117. pulumi_aiven/organization_user_group_member.py +350 -0
  118. pulumi_aiven/organizational_unit.py +36 -36
  119. pulumi_aiven/outputs.py +3539 -1136
  120. pulumi_aiven/pg.py +30 -30
  121. pulumi_aiven/pg_database.py +41 -45
  122. pulumi_aiven/pg_user.py +25 -29
  123. pulumi_aiven/project.py +91 -69
  124. pulumi_aiven/project_user.py +24 -28
  125. pulumi_aiven/project_vpc.py +49 -25
  126. pulumi_aiven/redis.py +80 -267
  127. pulumi_aiven/redis_user.py +53 -57
  128. pulumi_aiven/service_integration.py +249 -65
  129. pulumi_aiven/service_integration_endpoint.py +7 -7
  130. pulumi_aiven/static_ip.py +14 -14
  131. pulumi_aiven/transit_gateway_vpc_attachment.py +25 -29
  132. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  133. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  134. pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
  135. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  136. {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_acl.py CHANGED
@@ -21,11 +21,11 @@ class KafkaAclArgs:
21
21
  username: pulumi.Input[str]):
22
22
  """
23
23
  The set of arguments for constructing a KafkaAcl resource.
24
- :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
25
- :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.
26
- :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.
27
- :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
28
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
24
+ :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
25
+ :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.
26
+ :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.
27
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
28
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
29
29
  """
30
30
  pulumi.set(__self__, "permission", permission)
31
31
  pulumi.set(__self__, "project", project)
@@ -37,7 +37,7 @@ class KafkaAclArgs:
37
37
  @pulumi.getter
38
38
  def permission(self) -> pulumi.Input[str]:
39
39
  """
40
- Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
40
+ Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
41
41
  """
42
42
  return pulumi.get(self, "permission")
43
43
 
@@ -49,7 +49,7 @@ class KafkaAclArgs:
49
49
  @pulumi.getter
50
50
  def project(self) -> pulumi.Input[str]:
51
51
  """
52
- 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.
52
+ 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.
53
53
  """
54
54
  return pulumi.get(self, "project")
55
55
 
@@ -61,7 +61,7 @@ class KafkaAclArgs:
61
61
  @pulumi.getter(name="serviceName")
62
62
  def service_name(self) -> pulumi.Input[str]:
63
63
  """
64
- 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.
64
+ 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.
65
65
  """
66
66
  return pulumi.get(self, "service_name")
67
67
 
@@ -73,7 +73,7 @@ class KafkaAclArgs:
73
73
  @pulumi.getter
74
74
  def topic(self) -> pulumi.Input[str]:
75
75
  """
76
- Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
76
+ Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
77
77
  """
78
78
  return pulumi.get(self, "topic")
79
79
 
@@ -85,7 +85,7 @@ class KafkaAclArgs:
85
85
  @pulumi.getter
86
86
  def username(self) -> pulumi.Input[str]:
87
87
  """
88
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
88
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
89
89
  """
90
90
  return pulumi.get(self, "username")
91
91
 
@@ -106,11 +106,11 @@ class _KafkaAclState:
106
106
  """
107
107
  Input properties used for looking up and filtering KafkaAcl resources.
108
108
  :param pulumi.Input[str] acl_id: Kafka ACL ID
109
- :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
110
- :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.
111
- :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.
112
- :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
113
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
109
+ :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
110
+ :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.
111
+ :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.
112
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
113
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
114
114
  """
115
115
  if acl_id is not None:
116
116
  pulumi.set(__self__, "acl_id", acl_id)
@@ -141,7 +141,7 @@ class _KafkaAclState:
141
141
  @pulumi.getter
142
142
  def permission(self) -> Optional[pulumi.Input[str]]:
143
143
  """
144
- Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
144
+ Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
145
145
  """
146
146
  return pulumi.get(self, "permission")
147
147
 
@@ -153,7 +153,7 @@ class _KafkaAclState:
153
153
  @pulumi.getter
154
154
  def project(self) -> Optional[pulumi.Input[str]]:
155
155
  """
156
- 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.
156
+ 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.
157
157
  """
158
158
  return pulumi.get(self, "project")
159
159
 
@@ -165,7 +165,7 @@ class _KafkaAclState:
165
165
  @pulumi.getter(name="serviceName")
166
166
  def service_name(self) -> Optional[pulumi.Input[str]]:
167
167
  """
168
- 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.
168
+ 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
169
  """
170
170
  return pulumi.get(self, "service_name")
171
171
 
@@ -177,7 +177,7 @@ class _KafkaAclState:
177
177
  @pulumi.getter
178
178
  def topic(self) -> Optional[pulumi.Input[str]]:
179
179
  """
180
- Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
180
+ Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
181
181
  """
182
182
  return pulumi.get(self, "topic")
183
183
 
@@ -189,7 +189,7 @@ class _KafkaAclState:
189
189
  @pulumi.getter
190
190
  def username(self) -> Optional[pulumi.Input[str]]:
191
191
  """
192
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
192
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
193
193
  """
194
194
  return pulumi.get(self, "username")
195
195
 
@@ -214,33 +214,31 @@ class KafkaAcl(pulumi.CustomResource):
214
214
 
215
215
  ## Example Usage
216
216
 
217
- <!--Start PulumiCodeChooser -->
218
217
  ```python
219
218
  import pulumi
220
219
  import pulumi_aiven as aiven
221
220
 
222
221
  mytestacl = aiven.KafkaAcl("mytestacl",
223
- project=aiven_project["myproject"]["project"],
224
- service_name=aiven_kafka["myservice"]["service_name"],
222
+ project=myproject["project"],
223
+ service_name=myservice["serviceName"],
225
224
  topic="<TOPIC_NAME_PATTERN>",
226
225
  permission="admin",
227
226
  username="<USERNAME_PATTERN>")
228
227
  ```
229
- <!--End PulumiCodeChooser -->
230
228
 
231
229
  ## Import
232
230
 
233
231
  ```sh
234
- $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
232
+ $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl PROJECT/SERVICE_NAME/ID
235
233
  ```
236
234
 
237
235
  :param str resource_name: The name of the resource.
238
236
  :param pulumi.ResourceOptions opts: Options for the resource.
239
- :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
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] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
243
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
237
+ :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
238
+ :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.
239
+ :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.
240
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
241
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
244
242
  """
245
243
  ...
246
244
  @overload
@@ -253,24 +251,22 @@ class KafkaAcl(pulumi.CustomResource):
253
251
 
254
252
  ## Example Usage
255
253
 
256
- <!--Start PulumiCodeChooser -->
257
254
  ```python
258
255
  import pulumi
259
256
  import pulumi_aiven as aiven
260
257
 
261
258
  mytestacl = aiven.KafkaAcl("mytestacl",
262
- project=aiven_project["myproject"]["project"],
263
- service_name=aiven_kafka["myservice"]["service_name"],
259
+ project=myproject["project"],
260
+ service_name=myservice["serviceName"],
264
261
  topic="<TOPIC_NAME_PATTERN>",
265
262
  permission="admin",
266
263
  username="<USERNAME_PATTERN>")
267
264
  ```
268
- <!--End PulumiCodeChooser -->
269
265
 
270
266
  ## Import
271
267
 
272
268
  ```sh
273
- $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
269
+ $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl PROJECT/SERVICE_NAME/ID
274
270
  ```
275
271
 
276
272
  :param str resource_name: The name of the resource.
@@ -342,11 +338,11 @@ class KafkaAcl(pulumi.CustomResource):
342
338
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
343
339
  :param pulumi.ResourceOptions opts: Options for the resource.
344
340
  :param pulumi.Input[str] acl_id: Kafka ACL ID
345
- :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
346
- :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.
347
- :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.
348
- :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
349
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
341
+ :param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
342
+ :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.
343
+ :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.
344
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
345
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
350
346
  """
351
347
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
352
348
 
@@ -372,7 +368,7 @@ class KafkaAcl(pulumi.CustomResource):
372
368
  @pulumi.getter
373
369
  def permission(self) -> pulumi.Output[str]:
374
370
  """
375
- Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
371
+ Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
376
372
  """
377
373
  return pulumi.get(self, "permission")
378
374
 
@@ -380,7 +376,7 @@ class KafkaAcl(pulumi.CustomResource):
380
376
  @pulumi.getter
381
377
  def project(self) -> pulumi.Output[str]:
382
378
  """
383
- 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.
379
+ 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.
384
380
  """
385
381
  return pulumi.get(self, "project")
386
382
 
@@ -388,7 +384,7 @@ class KafkaAcl(pulumi.CustomResource):
388
384
  @pulumi.getter(name="serviceName")
389
385
  def service_name(self) -> pulumi.Output[str]:
390
386
  """
391
- 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.
387
+ 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.
392
388
  """
393
389
  return pulumi.get(self, "service_name")
394
390
 
@@ -396,7 +392,7 @@ class KafkaAcl(pulumi.CustomResource):
396
392
  @pulumi.getter
397
393
  def topic(self) -> pulumi.Output[str]:
398
394
  """
399
- Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
395
+ Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
400
396
  """
401
397
  return pulumi.get(self, "topic")
402
398
 
@@ -404,7 +400,7 @@ class KafkaAcl(pulumi.CustomResource):
404
400
  @pulumi.getter
405
401
  def username(self) -> pulumi.Output[str]:
406
402
  """
407
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
403
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
408
404
  """
409
405
  return pulumi.get(self, "username")
410
406