pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.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 (138) hide show
  1. pulumi_aiven/__init__.py +28 -0
  2. pulumi_aiven/_inputs.py +2973 -1323
  3. pulumi_aiven/account.py +40 -32
  4. pulumi_aiven/account_authentication.py +8 -4
  5. pulumi_aiven/account_team.py +36 -4
  6. pulumi_aiven/account_team_member.py +69 -35
  7. pulumi_aiven/account_team_project.py +52 -12
  8. pulumi_aiven/aws_privatelink.py +43 -39
  9. pulumi_aiven/aws_vpc_peering_connection.py +66 -52
  10. pulumi_aiven/azure_privatelink.py +53 -49
  11. pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
  12. pulumi_aiven/azure_vpc_peering_connection.py +80 -68
  13. pulumi_aiven/billing_group.py +6 -2
  14. pulumi_aiven/cassandra.py +17 -13
  15. pulumi_aiven/cassandra_user.py +27 -23
  16. pulumi_aiven/clickhouse.py +13 -9
  17. pulumi_aiven/clickhouse_database.py +27 -23
  18. pulumi_aiven/clickhouse_grant.py +46 -42
  19. pulumi_aiven/clickhouse_role.py +27 -23
  20. pulumi_aiven/clickhouse_user.py +27 -23
  21. pulumi_aiven/connection_pool.py +34 -30
  22. pulumi_aiven/dragonfly.py +1344 -0
  23. pulumi_aiven/flink.py +13 -9
  24. pulumi_aiven/flink_application.py +20 -16
  25. pulumi_aiven/flink_application_deployment.py +14 -14
  26. pulumi_aiven/flink_application_version.py +16 -16
  27. pulumi_aiven/gcp_privatelink.py +26 -26
  28. pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
  29. pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
  30. pulumi_aiven/get_account.py +4 -0
  31. pulumi_aiven/get_account_team_member.py +9 -9
  32. pulumi_aiven/get_aws_privatelink.py +19 -15
  33. pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
  34. pulumi_aiven/get_azure_privatelink.py +21 -17
  35. pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
  36. pulumi_aiven/get_cassanda.py +7 -3
  37. pulumi_aiven/get_cassandra.py +7 -3
  38. pulumi_aiven/get_cassandra_user.py +13 -9
  39. pulumi_aiven/get_clickhouse.py +7 -3
  40. pulumi_aiven/get_clickhouse_database.py +13 -9
  41. pulumi_aiven/get_clickhouse_user.py +13 -9
  42. pulumi_aiven/get_connection_pool.py +14 -10
  43. pulumi_aiven/get_dragonfly.py +443 -0
  44. pulumi_aiven/get_flink.py +7 -3
  45. pulumi_aiven/get_flink_application.py +10 -6
  46. pulumi_aiven/get_flink_application_version.py +10 -6
  47. pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
  48. pulumi_aiven/get_grafana.py +7 -3
  49. pulumi_aiven/get_influx_db.py +2 -114
  50. pulumi_aiven/get_influxdb_database.py +2 -21
  51. pulumi_aiven/get_influxdb_user.py +2 -55
  52. pulumi_aiven/get_kafka.py +7 -3
  53. pulumi_aiven/get_kafka_acl.py +19 -15
  54. pulumi_aiven/get_kafka_connect.py +7 -3
  55. pulumi_aiven/get_kafka_connector.py +13 -9
  56. pulumi_aiven/get_kafka_mirror_maker.py +7 -3
  57. pulumi_aiven/get_kafka_schema.py +13 -9
  58. pulumi_aiven/get_kafka_schema_configuration.py +11 -7
  59. pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
  60. pulumi_aiven/get_kafka_topic.py +13 -9
  61. pulumi_aiven/get_kafka_user.py +13 -9
  62. pulumi_aiven/get_m3_aggregator.py +7 -3
  63. pulumi_aiven/get_m3_db.py +7 -3
  64. pulumi_aiven/get_m3db_user.py +13 -9
  65. pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
  66. pulumi_aiven/get_my_sql.py +7 -3
  67. pulumi_aiven/get_mysql_database.py +13 -9
  68. pulumi_aiven/get_mysql_user.py +13 -9
  69. pulumi_aiven/get_open_search.py +7 -3
  70. pulumi_aiven/get_open_search_acl_config.py +10 -6
  71. pulumi_aiven/get_open_search_acl_rule.py +16 -12
  72. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
  73. pulumi_aiven/get_opensearch_user.py +13 -9
  74. pulumi_aiven/get_organization.py +12 -8
  75. pulumi_aiven/get_organization_user_group.py +33 -9
  76. pulumi_aiven/get_organizational_unit.py +9 -9
  77. pulumi_aiven/get_pg.py +7 -3
  78. pulumi_aiven/get_pg_database.py +15 -11
  79. pulumi_aiven/get_pg_user.py +13 -9
  80. pulumi_aiven/get_project.py +4 -0
  81. pulumi_aiven/get_project_user.py +10 -6
  82. pulumi_aiven/get_project_vpc.py +15 -13
  83. pulumi_aiven/get_redis.py +7 -3
  84. pulumi_aiven/get_redis_user.py +17 -13
  85. pulumi_aiven/get_service_component.py +4 -0
  86. pulumi_aiven/get_service_integration.py +68 -6
  87. pulumi_aiven/get_service_integration_endpoint.py +5 -1
  88. pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
  89. pulumi_aiven/grafana.py +13 -9
  90. pulumi_aiven/influx_db.py +239 -138
  91. pulumi_aiven/influxdb_database.py +37 -25
  92. pulumi_aiven/influxdb_user.py +44 -63
  93. pulumi_aiven/kafka.py +19 -15
  94. pulumi_aiven/kafka_acl.py +41 -37
  95. pulumi_aiven/kafka_connect.py +13 -9
  96. pulumi_aiven/kafka_connector.py +29 -25
  97. pulumi_aiven/kafka_mirror_maker.py +13 -9
  98. pulumi_aiven/kafka_schema.py +53 -45
  99. pulumi_aiven/kafka_schema_configuration.py +20 -16
  100. pulumi_aiven/kafka_schema_registry_acl.py +35 -35
  101. pulumi_aiven/kafka_topic.py +23 -23
  102. pulumi_aiven/kafka_user.py +27 -23
  103. pulumi_aiven/m3_aggregator.py +13 -9
  104. pulumi_aiven/m3_db.py +13 -9
  105. pulumi_aiven/m3db_user.py +27 -23
  106. pulumi_aiven/mirror_maker_replication_flow.py +56 -50
  107. pulumi_aiven/my_sql.py +13 -9
  108. pulumi_aiven/mysql_database.py +27 -23
  109. pulumi_aiven/mysql_user.py +27 -23
  110. pulumi_aiven/open_search.py +17 -13
  111. pulumi_aiven/open_search_acl_config.py +20 -16
  112. pulumi_aiven/open_search_acl_rule.py +34 -30
  113. pulumi_aiven/opensearch_security_plugin_config.py +68 -16
  114. pulumi_aiven/opensearch_user.py +27 -23
  115. pulumi_aiven/organization.py +14 -10
  116. pulumi_aiven/organization_group_project.py +290 -0
  117. pulumi_aiven/organization_user.py +20 -18
  118. pulumi_aiven/organization_user_group.py +77 -38
  119. pulumi_aiven/organization_user_group_member.py +352 -0
  120. pulumi_aiven/organizational_unit.py +36 -32
  121. pulumi_aiven/outputs.py +4004 -1363
  122. pulumi_aiven/pg.py +16 -16
  123. pulumi_aiven/pg_database.py +41 -37
  124. pulumi_aiven/pg_user.py +27 -23
  125. pulumi_aiven/project.py +28 -2
  126. pulumi_aiven/project_user.py +20 -16
  127. pulumi_aiven/project_vpc.py +25 -25
  128. pulumi_aiven/redis.py +13 -9
  129. pulumi_aiven/redis_user.py +55 -51
  130. pulumi_aiven/service_integration.py +207 -15
  131. pulumi_aiven/service_integration_endpoint.py +7 -7
  132. pulumi_aiven/static_ip.py +14 -14
  133. pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
  134. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
  135. pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
  136. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
  137. pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
  138. {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.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: Identifies 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: Specifies 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
+ Identifies 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
+ Specifies 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: Identifies 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: Specifies 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
+ Identifies 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
+ Specifies 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,6 +214,7 @@ class KafkaAcl(pulumi.CustomResource):
214
214
 
215
215
  ## Example Usage
216
216
 
217
+ <!--Start PulumiCodeChooser -->
217
218
  ```python
218
219
  import pulumi
219
220
  import pulumi_aiven as aiven
@@ -225,20 +226,21 @@ class KafkaAcl(pulumi.CustomResource):
225
226
  permission="admin",
226
227
  username="<USERNAME_PATTERN>")
227
228
  ```
229
+ <!--End PulumiCodeChooser -->
228
230
 
229
231
  ## Import
230
232
 
231
233
  ```sh
232
- $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
234
+ $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
233
235
  ```
234
236
 
235
237
  :param str resource_name: The name of the resource.
236
238
  :param pulumi.ResourceOptions opts: Options for the resource.
237
- :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.
238
- :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.
239
- :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.
240
- :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
241
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
239
+ :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.
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. Changing this property 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. Changing this property forces recreation of the resource.
242
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
243
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
242
244
  """
243
245
  ...
244
246
  @overload
@@ -251,6 +253,7 @@ class KafkaAcl(pulumi.CustomResource):
251
253
 
252
254
  ## Example Usage
253
255
 
256
+ <!--Start PulumiCodeChooser -->
254
257
  ```python
255
258
  import pulumi
256
259
  import pulumi_aiven as aiven
@@ -262,11 +265,12 @@ class KafkaAcl(pulumi.CustomResource):
262
265
  permission="admin",
263
266
  username="<USERNAME_PATTERN>")
264
267
  ```
268
+ <!--End PulumiCodeChooser -->
265
269
 
266
270
  ## Import
267
271
 
268
272
  ```sh
269
- $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
273
+ $ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl project/service_name/id
270
274
  ```
271
275
 
272
276
  :param str resource_name: The name of the resource.
@@ -338,11 +342,11 @@ class KafkaAcl(pulumi.CustomResource):
338
342
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
339
343
  :param pulumi.ResourceOptions opts: Options for the resource.
340
344
  :param pulumi.Input[str] acl_id: Kafka ACL ID
341
- :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.
342
- :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.
343
- :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.
344
- :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
345
- :param pulumi.Input[str] username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
345
+ :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.
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. Changing this property 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. Changing this property forces recreation of the resource.
348
+ :param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
349
+ :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
346
350
  """
347
351
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
348
352
 
@@ -368,7 +372,7 @@ class KafkaAcl(pulumi.CustomResource):
368
372
  @pulumi.getter
369
373
  def permission(self) -> pulumi.Output[str]:
370
374
  """
371
- 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.
375
+ Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
372
376
  """
373
377
  return pulumi.get(self, "permission")
374
378
 
@@ -376,7 +380,7 @@ class KafkaAcl(pulumi.CustomResource):
376
380
  @pulumi.getter
377
381
  def project(self) -> pulumi.Output[str]:
378
382
  """
379
- 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.
383
+ Identifies 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.
380
384
  """
381
385
  return pulumi.get(self, "project")
382
386
 
@@ -384,7 +388,7 @@ class KafkaAcl(pulumi.CustomResource):
384
388
  @pulumi.getter(name="serviceName")
385
389
  def service_name(self) -> pulumi.Output[str]:
386
390
  """
387
- 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.
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. Changing this property forces recreation of the resource.
388
392
  """
389
393
  return pulumi.get(self, "service_name")
390
394
 
@@ -392,7 +396,7 @@ class KafkaAcl(pulumi.CustomResource):
392
396
  @pulumi.getter
393
397
  def topic(self) -> pulumi.Output[str]:
394
398
  """
395
- Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
399
+ Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
396
400
  """
397
401
  return pulumi.get(self, "topic")
398
402
 
@@ -400,7 +404,7 @@ class KafkaAcl(pulumi.CustomResource):
400
404
  @pulumi.getter
401
405
  def username(self) -> pulumi.Output[str]:
402
406
  """
403
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
407
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
404
408
  """
405
409
  return pulumi.get(self, "username")
406
410
 
@@ -40,7 +40,7 @@ class KafkaConnectArgs:
40
40
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
41
41
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
42
42
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
43
- reference. This property cannot be changed, doing so forces recreation of the resource.
43
+ reference. Changing this property forces recreation of the resource.
44
44
  :param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
45
45
  service so name should be picked based on intended service usage rather than current attributes.
46
46
  :param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
@@ -123,7 +123,7 @@ class KafkaConnectArgs:
123
123
  def project(self) -> pulumi.Input[str]:
124
124
  """
125
125
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
126
- reference. This property cannot be changed, doing so forces recreation of the resource.
126
+ reference. Changing this property forces recreation of the resource.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -367,7 +367,7 @@ class _KafkaConnectState:
367
367
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
368
368
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
369
369
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
370
- reference. This property cannot be changed, doing so forces recreation of the resource.
370
+ reference. Changing this property forces recreation of the resource.
371
371
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
372
372
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
373
373
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -629,7 +629,7 @@ class _KafkaConnectState:
629
629
  def project(self) -> Optional[pulumi.Input[str]]:
630
630
  """
631
631
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
632
- reference. This property cannot be changed, doing so forces recreation of the resource.
632
+ reference. Changing this property forces recreation of the resource.
633
633
  """
634
634
  return pulumi.get(self, "project")
635
635
 
@@ -840,6 +840,7 @@ class KafkaConnect(pulumi.CustomResource):
840
840
 
841
841
  ## Example Usage
842
842
 
843
+ <!--Start PulumiCodeChooser -->
843
844
  ```python
844
845
  import pulumi
845
846
  import pulumi_aiven as aiven
@@ -860,11 +861,12 @@ class KafkaConnect(pulumi.CustomResource):
860
861
  ),
861
862
  ))
862
863
  ```
864
+ <!--End PulumiCodeChooser -->
863
865
 
864
866
  ## Import
865
867
 
866
868
  ```sh
867
- $ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
869
+ $ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
868
870
  ```
869
871
 
870
872
  :param str resource_name: The name of the resource.
@@ -889,7 +891,7 @@ class KafkaConnect(pulumi.CustomResource):
889
891
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
890
892
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
891
893
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
892
- reference. This property cannot be changed, doing so forces recreation of the resource.
894
+ reference. Changing this property forces recreation of the resource.
893
895
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
894
896
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
895
897
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -917,6 +919,7 @@ class KafkaConnect(pulumi.CustomResource):
917
919
 
918
920
  ## Example Usage
919
921
 
922
+ <!--Start PulumiCodeChooser -->
920
923
  ```python
921
924
  import pulumi
922
925
  import pulumi_aiven as aiven
@@ -937,11 +940,12 @@ class KafkaConnect(pulumi.CustomResource):
937
940
  ),
938
941
  ))
939
942
  ```
943
+ <!--End PulumiCodeChooser -->
940
944
 
941
945
  ## Import
942
946
 
943
947
  ```sh
944
- $ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
948
+ $ pulumi import aiven:index/kafkaConnect:KafkaConnect kc1 project/service_name
945
949
  ```
946
950
 
947
951
  :param str resource_name: The name of the resource.
@@ -1092,7 +1096,7 @@ class KafkaConnect(pulumi.CustomResource):
1092
1096
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1093
1097
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1094
1098
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1095
- reference. This property cannot be changed, doing so forces recreation of the resource.
1099
+ reference. Changing this property forces recreation of the resource.
1096
1100
  :param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
1097
1101
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1098
1102
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1276,7 +1280,7 @@ class KafkaConnect(pulumi.CustomResource):
1276
1280
  def project(self) -> pulumi.Output[str]:
1277
1281
  """
1278
1282
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1279
- reference. This property cannot be changed, doing so forces recreation of the resource.
1283
+ reference. Changing this property forces recreation of the resource.
1280
1284
  """
1281
1285
  return pulumi.get(self, "project")
1282
1286
 
@@ -23,9 +23,9 @@ class KafkaConnectorArgs:
23
23
  """
24
24
  The set of arguments for constructing a KafkaConnector resource.
25
25
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
26
- :param pulumi.Input[str] connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
27
- :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.
28
- :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.
26
+ :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
27
+ :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. Changing this property forces recreation of the resource.
28
+ :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. Changing this property forces recreation of the resource.
29
29
  """
30
30
  pulumi.set(__self__, "config", config)
31
31
  pulumi.set(__self__, "connector_name", connector_name)
@@ -48,7 +48,7 @@ class KafkaConnectorArgs:
48
48
  @pulumi.getter(name="connectorName")
49
49
  def connector_name(self) -> pulumi.Input[str]:
50
50
  """
51
- The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
51
+ The kafka connector name. Changing this property forces recreation of the resource.
52
52
  """
53
53
  return pulumi.get(self, "connector_name")
54
54
 
@@ -60,7 +60,7 @@ class KafkaConnectorArgs:
60
60
  @pulumi.getter
61
61
  def project(self) -> pulumi.Input[str]:
62
62
  """
63
- 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.
63
+ Identifies 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.
64
64
  """
65
65
  return pulumi.get(self, "project")
66
66
 
@@ -72,7 +72,7 @@ class KafkaConnectorArgs:
72
72
  @pulumi.getter(name="serviceName")
73
73
  def service_name(self) -> pulumi.Input[str]:
74
74
  """
75
- 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.
75
+ Specifies 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.
76
76
  """
77
77
  return pulumi.get(self, "service_name")
78
78
 
@@ -98,15 +98,15 @@ class _KafkaConnectorState:
98
98
  """
99
99
  Input properties used for looking up and filtering KafkaConnector resources.
100
100
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
101
- :param pulumi.Input[str] connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
101
+ :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
102
102
  :param pulumi.Input[str] plugin_author: The Kafka connector author.
103
103
  :param pulumi.Input[str] plugin_class: The Kafka connector Java class.
104
104
  :param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
105
105
  :param pulumi.Input[str] plugin_title: The Kafka connector title.
106
106
  :param pulumi.Input[str] plugin_type: The Kafka connector type.
107
107
  :param pulumi.Input[str] plugin_version: The version of the kafka connector.
108
- :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.
109
- :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.
108
+ :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. Changing this property forces recreation of the resource.
109
+ :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. Changing this property forces recreation of the resource.
110
110
  :param pulumi.Input[Sequence[pulumi.Input['KafkaConnectorTaskArgs']]] tasks: List of tasks of a connector.
111
111
  """
112
112
  if config is not None:
@@ -148,7 +148,7 @@ class _KafkaConnectorState:
148
148
  @pulumi.getter(name="connectorName")
149
149
  def connector_name(self) -> Optional[pulumi.Input[str]]:
150
150
  """
151
- The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
151
+ The kafka connector name. Changing this property forces recreation of the resource.
152
152
  """
153
153
  return pulumi.get(self, "connector_name")
154
154
 
@@ -232,7 +232,7 @@ class _KafkaConnectorState:
232
232
  @pulumi.getter
233
233
  def project(self) -> Optional[pulumi.Input[str]]:
234
234
  """
235
- 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.
235
+ Identifies 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.
236
236
  """
237
237
  return pulumi.get(self, "project")
238
238
 
@@ -244,7 +244,7 @@ class _KafkaConnectorState:
244
244
  @pulumi.getter(name="serviceName")
245
245
  def service_name(self) -> Optional[pulumi.Input[str]]:
246
246
  """
247
- 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.
247
+ Specifies 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.
248
248
  """
249
249
  return pulumi.get(self, "service_name")
250
250
 
@@ -280,6 +280,7 @@ class KafkaConnector(pulumi.CustomResource):
280
280
 
281
281
  ## Example Usage
282
282
 
283
+ <!--Start PulumiCodeChooser -->
283
284
  ```python
284
285
  import pulumi
285
286
  import pulumi_aiven as aiven
@@ -293,24 +294,25 @@ class KafkaConnector(pulumi.CustomResource):
293
294
  "connector.class": "io.aiven.kafka.connect.opensearch.OpensearchSinkConnector",
294
295
  "type.name": "os-connector",
295
296
  "name": "kafka-os-con1",
296
- "connection.url": aiven_elasticsearch["os-service1"]["service_uri"],
297
+ "connection.url": aiven_opensearch["os-service1"]["service_uri"],
297
298
  "connection.username": aiven_opensearch["os-service1"]["service_username"],
298
299
  "connection.password": aiven_opensearch["os-service1"]["service_password"],
299
300
  })
300
301
  ```
302
+ <!--End PulumiCodeChooser -->
301
303
 
302
304
  ## Import
303
305
 
304
306
  ```sh
305
- $ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
307
+ $ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
306
308
  ```
307
309
 
308
310
  :param str resource_name: The name of the resource.
309
311
  :param pulumi.ResourceOptions opts: Options for the resource.
310
312
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
311
- :param pulumi.Input[str] connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
312
- :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.
313
- :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.
313
+ :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
314
+ :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. Changing this property forces recreation of the resource.
315
+ :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. Changing this property forces recreation of the resource.
314
316
  """
315
317
  ...
316
318
  @overload
@@ -323,6 +325,7 @@ class KafkaConnector(pulumi.CustomResource):
323
325
 
324
326
  ## Example Usage
325
327
 
328
+ <!--Start PulumiCodeChooser -->
326
329
  ```python
327
330
  import pulumi
328
331
  import pulumi_aiven as aiven
@@ -336,16 +339,17 @@ class KafkaConnector(pulumi.CustomResource):
336
339
  "connector.class": "io.aiven.kafka.connect.opensearch.OpensearchSinkConnector",
337
340
  "type.name": "os-connector",
338
341
  "name": "kafka-os-con1",
339
- "connection.url": aiven_elasticsearch["os-service1"]["service_uri"],
342
+ "connection.url": aiven_opensearch["os-service1"]["service_uri"],
340
343
  "connection.username": aiven_opensearch["os-service1"]["service_username"],
341
344
  "connection.password": aiven_opensearch["os-service1"]["service_password"],
342
345
  })
343
346
  ```
347
+ <!--End PulumiCodeChooser -->
344
348
 
345
349
  ## Import
346
350
 
347
351
  ```sh
348
- $ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
352
+ $ pulumi import aiven:index/kafkaConnector:KafkaConnector kafka-os-con1 project/service_name/connector_name
349
353
  ```
350
354
 
351
355
  :param str resource_name: The name of the resource.
@@ -424,15 +428,15 @@ class KafkaConnector(pulumi.CustomResource):
424
428
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
425
429
  :param pulumi.ResourceOptions opts: Options for the resource.
426
430
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
427
- :param pulumi.Input[str] connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
431
+ :param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
428
432
  :param pulumi.Input[str] plugin_author: The Kafka connector author.
429
433
  :param pulumi.Input[str] plugin_class: The Kafka connector Java class.
430
434
  :param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
431
435
  :param pulumi.Input[str] plugin_title: The Kafka connector title.
432
436
  :param pulumi.Input[str] plugin_type: The Kafka connector type.
433
437
  :param pulumi.Input[str] plugin_version: The version of the kafka connector.
434
- :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.
435
- :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.
438
+ :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. Changing this property forces recreation of the resource.
439
+ :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. Changing this property forces recreation of the resource.
436
440
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaConnectorTaskArgs']]]] tasks: List of tasks of a connector.
437
441
  """
438
442
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -464,7 +468,7 @@ class KafkaConnector(pulumi.CustomResource):
464
468
  @pulumi.getter(name="connectorName")
465
469
  def connector_name(self) -> pulumi.Output[str]:
466
470
  """
467
- The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
471
+ The kafka connector name. Changing this property forces recreation of the resource.
468
472
  """
469
473
  return pulumi.get(self, "connector_name")
470
474
 
@@ -520,7 +524,7 @@ class KafkaConnector(pulumi.CustomResource):
520
524
  @pulumi.getter
521
525
  def project(self) -> pulumi.Output[str]:
522
526
  """
523
- 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.
527
+ Identifies 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.
524
528
  """
525
529
  return pulumi.get(self, "project")
526
530
 
@@ -528,7 +532,7 @@ class KafkaConnector(pulumi.CustomResource):
528
532
  @pulumi.getter(name="serviceName")
529
533
  def service_name(self) -> pulumi.Output[str]:
530
534
  """
531
- 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.
535
+ Specifies 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.
532
536
  """
533
537
  return pulumi.get(self, "service_name")
534
538