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
@@ -22,7 +22,7 @@ class GetKafkaMirrorMakerResult:
22
22
  """
23
23
  A collection of values returned by getKafkaMirrorMaker.
24
24
  """
25
- def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_mirrormaker_user_configs=None, kafka_mirrormakers=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
25
+ def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, id=None, kafka_mirrormaker_user_configs=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
26
26
  if additional_disk_space and not isinstance(additional_disk_space, str):
27
27
  raise TypeError("Expected argument 'additional_disk_space' to be a str")
28
28
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -53,9 +53,6 @@ class GetKafkaMirrorMakerResult:
53
53
  if kafka_mirrormaker_user_configs and not isinstance(kafka_mirrormaker_user_configs, list):
54
54
  raise TypeError("Expected argument 'kafka_mirrormaker_user_configs' to be a list")
55
55
  pulumi.set(__self__, "kafka_mirrormaker_user_configs", kafka_mirrormaker_user_configs)
56
- if kafka_mirrormakers and not isinstance(kafka_mirrormakers, list):
57
- raise TypeError("Expected argument 'kafka_mirrormakers' to be a list")
58
- pulumi.set(__self__, "kafka_mirrormakers", kafka_mirrormakers)
59
56
  if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
60
57
  raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
61
58
  pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
@@ -191,14 +188,6 @@ class GetKafkaMirrorMakerResult:
191
188
  """
192
189
  return pulumi.get(self, "kafka_mirrormaker_user_configs")
193
190
 
194
- @property
195
- @pulumi.getter(name="kafkaMirrormakers")
196
- def kafka_mirrormakers(self) -> Sequence['outputs.GetKafkaMirrorMakerKafkaMirrormakerResult']:
197
- """
198
- Kafka MirrorMaker 2 server provided values
199
- """
200
- return pulumi.get(self, "kafka_mirrormakers")
201
-
202
191
  @property
203
192
  @pulumi.getter(name="maintenanceWindowDow")
204
193
  def maintenance_window_dow(self) -> str:
@@ -227,7 +216,7 @@ class GetKafkaMirrorMakerResult:
227
216
  @pulumi.getter
228
217
  def project(self) -> str:
229
218
  """
230
- 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.
219
+ 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.
231
220
  """
232
221
  return pulumi.get(self, "project")
233
222
 
@@ -331,7 +320,7 @@ class GetKafkaMirrorMakerResult:
331
320
  @pulumi.getter(name="techEmails")
332
321
  def tech_emails(self) -> Sequence['outputs.GetKafkaMirrorMakerTechEmailResult']:
333
322
  """
334
- Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
323
+ The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
335
324
  """
336
325
  return pulumi.get(self, "tech_emails")
337
326
 
@@ -360,7 +349,6 @@ class AwaitableGetKafkaMirrorMakerResult(GetKafkaMirrorMakerResult):
360
349
  disk_space_used=self.disk_space_used,
361
350
  id=self.id,
362
351
  kafka_mirrormaker_user_configs=self.kafka_mirrormaker_user_configs,
363
- kafka_mirrormakers=self.kafka_mirrormakers,
364
352
  maintenance_window_dow=self.maintenance_window_dow,
365
353
  maintenance_window_time=self.maintenance_window_time,
366
354
  plan=self.plan,
@@ -389,18 +377,16 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
389
377
 
390
378
  ## Example Usage
391
379
 
392
- <!--Start PulumiCodeChooser -->
393
380
  ```python
394
381
  import pulumi
395
382
  import pulumi_aiven as aiven
396
383
 
397
- mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
384
+ mm1 = aiven.get_kafka_mirror_maker(project=pr1["project"],
398
385
  service_name="my-mm1")
399
386
  ```
400
- <!--End PulumiCodeChooser -->
401
387
 
402
388
 
403
- :param 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.
389
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
404
390
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
405
391
  """
406
392
  __args__ = dict()
@@ -420,7 +406,6 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
420
406
  disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
421
407
  id=pulumi.get(__ret__, 'id'),
422
408
  kafka_mirrormaker_user_configs=pulumi.get(__ret__, 'kafka_mirrormaker_user_configs'),
423
- kafka_mirrormakers=pulumi.get(__ret__, 'kafka_mirrormakers'),
424
409
  maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
425
410
  maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
426
411
  plan=pulumi.get(__ret__, 'plan'),
@@ -450,18 +435,16 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
450
435
 
451
436
  ## Example Usage
452
437
 
453
- <!--Start PulumiCodeChooser -->
454
438
  ```python
455
439
  import pulumi
456
440
  import pulumi_aiven as aiven
457
441
 
458
- mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
442
+ mm1 = aiven.get_kafka_mirror_maker(project=pr1["project"],
459
443
  service_name="my-mm1")
460
444
  ```
461
- <!--End PulumiCodeChooser -->
462
445
 
463
446
 
464
- :param 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.
447
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
465
448
  :param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
466
449
  """
467
450
  ...
@@ -67,7 +67,7 @@ class GetKafkaSchemaResult:
67
67
  @pulumi.getter
68
68
  def project(self) -> str:
69
69
  """
70
- 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.
70
+ 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.
71
71
  """
72
72
  return pulumi.get(self, "project")
73
73
 
@@ -91,7 +91,7 @@ class GetKafkaSchemaResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetKafkaSchemaResult:
99
99
  @pulumi.getter(name="subjectName")
100
100
  def subject_name(self) -> str:
101
101
  """
102
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
102
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
103
103
  """
104
104
  return pulumi.get(self, "subject_name")
105
105
 
@@ -137,20 +137,18 @@ def get_kafka_schema(project: Optional[str] = None,
137
137
 
138
138
  ## Example Usage
139
139
 
140
- <!--Start PulumiCodeChooser -->
141
140
  ```python
142
141
  import pulumi
143
142
  import pulumi_aiven as aiven
144
143
 
145
- config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
146
- service_name=aiven_kafka["kafka-service1"]["service_name"])
144
+ config = aiven.get_kafka_schema_configuration(project=kafka_schemas_project1["project"],
145
+ service_name=kafka_service1["serviceName"])
147
146
  ```
148
- <!--End PulumiCodeChooser -->
149
147
 
150
148
 
151
- :param 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.
152
- :param 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.
153
- :param str subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
149
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
150
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
151
+ :param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
154
152
  """
155
153
  __args__ = dict()
156
154
  __args__['project'] = project
@@ -180,19 +178,17 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
180
178
 
181
179
  ## Example Usage
182
180
 
183
- <!--Start PulumiCodeChooser -->
184
181
  ```python
185
182
  import pulumi
186
183
  import pulumi_aiven as aiven
187
184
 
188
- config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
189
- service_name=aiven_kafka["kafka-service1"]["service_name"])
185
+ config = aiven.get_kafka_schema_configuration(project=kafka_schemas_project1["project"],
186
+ service_name=kafka_service1["serviceName"])
190
187
  ```
191
- <!--End PulumiCodeChooser -->
192
188
 
193
189
 
194
- :param 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.
195
- :param 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.
196
- :param str subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
190
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
191
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
192
+ :param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
197
193
  """
198
194
  ...
@@ -67,7 +67,7 @@ class GetKafkaSchemaConfigurationResult:
67
67
  @pulumi.getter
68
68
  def project(self) -> str:
69
69
  """
70
- 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.
70
+ 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.
71
71
  """
72
72
  return pulumi.get(self, "project")
73
73
 
@@ -91,7 +91,7 @@ class GetKafkaSchemaConfigurationResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetKafkaSchemaConfigurationResult:
99
99
  @pulumi.getter(name="subjectName")
100
100
  def subject_name(self) -> str:
101
101
  """
102
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
102
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
103
103
  """
104
104
  return pulumi.get(self, "subject_name")
105
105
 
@@ -136,21 +136,19 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
136
136
 
137
137
  ## Example Usage
138
138
 
139
- <!--Start PulumiCodeChooser -->
140
139
  ```python
141
140
  import pulumi
142
141
  import pulumi_aiven as aiven
143
142
 
144
143
  config = aiven.KafkaSchemaConfiguration("config",
145
- project=aiven_project["kafka-schemas-project1"]["project"],
146
- service_name=aiven_kafka["kafka-service1"]["service_name"],
144
+ project=kafka_schemas_project1["project"],
145
+ service_name=kafka_service1["serviceName"],
147
146
  compatibility_level="BACKWARD")
148
147
  ```
149
- <!--End PulumiCodeChooser -->
150
148
 
151
149
 
152
- :param 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.
153
- :param 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.
150
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
151
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
154
152
  """
155
153
  __args__ = dict()
156
154
  __args__['project'] = project
@@ -178,20 +176,18 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
178
176
 
179
177
  ## Example Usage
180
178
 
181
- <!--Start PulumiCodeChooser -->
182
179
  ```python
183
180
  import pulumi
184
181
  import pulumi_aiven as aiven
185
182
 
186
183
  config = aiven.KafkaSchemaConfiguration("config",
187
- project=aiven_project["kafka-schemas-project1"]["project"],
188
- service_name=aiven_kafka["kafka-service1"]["service_name"],
184
+ project=kafka_schemas_project1["project"],
185
+ service_name=kafka_service1["serviceName"],
189
186
  compatibility_level="BACKWARD")
190
187
  ```
191
- <!--End PulumiCodeChooser -->
192
188
 
193
189
 
194
- :param 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.
195
- :param 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.
190
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
191
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
196
192
  """
197
193
  ...
@@ -64,7 +64,7 @@ class GetKafkaSchemaRegistryAclResult:
64
64
  @pulumi.getter
65
65
  def permission(self) -> str:
66
66
  """
67
- Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
67
+ Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
68
68
  """
69
69
  return pulumi.get(self, "permission")
70
70
 
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
72
72
  @pulumi.getter
73
73
  def project(self) -> str:
74
74
  """
75
- 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.
75
+ 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.
76
76
  """
77
77
  return pulumi.get(self, "project")
78
78
 
@@ -80,7 +80,7 @@ class GetKafkaSchemaRegistryAclResult:
80
80
  @pulumi.getter
81
81
  def resource(self) -> str:
82
82
  """
83
- Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
83
+ Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
84
84
  """
85
85
  return pulumi.get(self, "resource")
86
86
 
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
88
88
  @pulumi.getter(name="serviceName")
89
89
  def service_name(self) -> str:
90
90
  """
91
- 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.
91
+ 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.
92
92
  """
93
93
  return pulumi.get(self, "service_name")
94
94
 
@@ -96,7 +96,7 @@ class GetKafkaSchemaRegistryAclResult:
96
96
  @pulumi.getter
97
97
  def username(self) -> str:
98
98
  """
99
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
99
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
100
100
  """
101
101
  return pulumi.get(self, "username")
102
102
 
@@ -126,11 +126,11 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
126
126
  The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
127
127
 
128
128
 
129
- :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
130
- :param 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.
131
- :param str resource: Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
132
- :param 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.
133
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
129
+ :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
130
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
131
+ :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
132
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
133
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
134
134
  """
135
135
  __args__ = dict()
136
136
  __args__['permission'] = permission
@@ -162,10 +162,10 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
162
162
  The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
163
163
 
164
164
 
165
- :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
166
- :param 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.
167
- :param str resource: Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
168
- :param 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.
169
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
165
+ :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
166
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
167
+ :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
168
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
169
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
170
170
  """
171
171
  ...
@@ -55,7 +55,7 @@ class GetKafkaTopicResult:
55
55
  @pulumi.getter
56
56
  def configs(self) -> Sequence['outputs.GetKafkaTopicConfigResult']:
57
57
  """
58
- Kafka topic configuration
58
+ Kafka topic configuration.
59
59
  """
60
60
  return pulumi.get(self, "configs")
61
61
 
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
79
79
  @pulumi.getter
80
80
  def project(self) -> str:
81
81
  """
82
- 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.
82
+ 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.
83
83
  """
84
84
  return pulumi.get(self, "project")
85
85
 
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
95
95
  @pulumi.getter(name="serviceName")
96
96
  def service_name(self) -> str:
97
97
  """
98
- 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.
98
+ 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.
99
99
  """
100
100
  return pulumi.get(self, "service_name")
101
101
 
@@ -103,7 +103,7 @@ class GetKafkaTopicResult:
103
103
  @pulumi.getter
104
104
  def tags(self) -> Sequence['outputs.GetKafkaTopicTagResult']:
105
105
  """
106
- Kafka Topic tag.
106
+ Tags for the Kafka topic.
107
107
  """
108
108
  return pulumi.get(self, "tags")
109
109
 
@@ -116,7 +116,7 @@ class GetKafkaTopicResult:
116
116
  @pulumi.getter(name="topicName")
117
117
  def topic_name(self) -> str:
118
118
  """
119
- The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
119
+ The name of the topic. Changing this property forces recreation of the resource.
120
120
  """
121
121
  return pulumi.get(self, "topic_name")
122
122
 
@@ -143,25 +143,23 @@ def get_kafka_topic(project: Optional[str] = None,
143
143
  topic_name: Optional[str] = None,
144
144
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKafkaTopicResult:
145
145
  """
146
- The Kafka Topic data source provides information about the existing Aiven Kafka Topic.
146
+ Gets information about an Aiven for Apache Kafka® topic.
147
147
 
148
148
  ## Example Usage
149
149
 
150
- <!--Start PulumiCodeChooser -->
151
150
  ```python
152
151
  import pulumi
153
152
  import pulumi_aiven as aiven
154
153
 
155
- mytesttopic = aiven.get_kafka_topic(project=aiven_project["myproject"]["project"],
156
- service_name=aiven_kafka["myservice"]["service_name"],
157
- topic_name="<TOPIC_NAME>")
154
+ example_topic = aiven.get_kafka_topic(project=example_project["project"],
155
+ service_name=example_kafka["serviceName"],
156
+ topic_name="example-topic")
158
157
  ```
159
- <!--End PulumiCodeChooser -->
160
158
 
161
159
 
162
- :param 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.
163
- :param 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.
164
- :param str topic_name: The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
160
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
161
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
162
+ :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
165
163
  """
166
164
  __args__ = dict()
167
165
  __args__['project'] = project
@@ -188,24 +186,22 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
188
186
  topic_name: Optional[pulumi.Input[str]] = None,
189
187
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaTopicResult]:
190
188
  """
191
- The Kafka Topic data source provides information about the existing Aiven Kafka Topic.
189
+ Gets information about an Aiven for Apache Kafka® topic.
192
190
 
193
191
  ## Example Usage
194
192
 
195
- <!--Start PulumiCodeChooser -->
196
193
  ```python
197
194
  import pulumi
198
195
  import pulumi_aiven as aiven
199
196
 
200
- mytesttopic = aiven.get_kafka_topic(project=aiven_project["myproject"]["project"],
201
- service_name=aiven_kafka["myservice"]["service_name"],
202
- topic_name="<TOPIC_NAME>")
197
+ example_topic = aiven.get_kafka_topic(project=example_project["project"],
198
+ service_name=example_kafka["serviceName"],
199
+ topic_name="example-topic")
203
200
  ```
204
- <!--End PulumiCodeChooser -->
205
201
 
206
202
 
207
- :param 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.
208
- :param 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.
209
- :param str topic_name: The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
203
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
204
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
205
+ :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
210
206
  """
211
207
  ...
@@ -83,7 +83,7 @@ class GetKafkaUserResult:
83
83
  @pulumi.getter
84
84
  def project(self) -> str:
85
85
  """
86
- 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.
86
+ 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.
87
87
  """
88
88
  return pulumi.get(self, "project")
89
89
 
@@ -91,7 +91,7 @@ class GetKafkaUserResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -107,7 +107,7 @@ class GetKafkaUserResult:
107
107
  @pulumi.getter
108
108
  def username(self) -> str:
109
109
  """
110
- 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.
110
+ The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
111
111
  """
112
112
  return pulumi.get(self, "username")
113
113
 
@@ -137,21 +137,19 @@ def get_kafka_user(project: Optional[str] = None,
137
137
 
138
138
  ## Example Usage
139
139
 
140
- <!--Start PulumiCodeChooser -->
141
140
  ```python
142
141
  import pulumi
143
142
  import pulumi_aiven as aiven
144
143
 
145
- user = aiven.get_kafka_user(project="my-project",
146
- service_name="my-service",
144
+ user = aiven.get_kafka_user(service_name="my-service",
145
+ project="my-project",
147
146
  username="user1")
148
147
  ```
149
- <!--End PulumiCodeChooser -->
150
148
 
151
149
 
152
- :param 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.
153
- :param 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.
154
- :param 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.
150
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
151
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
152
+ :param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
155
153
  """
156
154
  __args__ = dict()
157
155
  __args__['project'] = project
@@ -181,20 +179,18 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
181
179
 
182
180
  ## Example Usage
183
181
 
184
- <!--Start PulumiCodeChooser -->
185
182
  ```python
186
183
  import pulumi
187
184
  import pulumi_aiven as aiven
188
185
 
189
- user = aiven.get_kafka_user(project="my-project",
190
- service_name="my-service",
186
+ user = aiven.get_kafka_user(service_name="my-service",
187
+ project="my-project",
191
188
  username="user1")
192
189
  ```
193
- <!--End PulumiCodeChooser -->
194
190
 
195
191
 
196
- :param 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.
197
- :param 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.
198
- :param 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.
192
+ :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
193
+ :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
194
+ :param str username: The actual name of the Kafka User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
199
195
  """
200
196
  ...