pulumi-aiven 6.13.0a1711361534__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 (132) hide show
  1. pulumi_aiven/_inputs.py +200 -262
  2. pulumi_aiven/account.py +2 -6
  3. pulumi_aiven/account_authentication.py +2 -2
  4. pulumi_aiven/account_team.py +6 -6
  5. pulumi_aiven/account_team_member.py +6 -10
  6. pulumi_aiven/account_team_project.py +12 -12
  7. pulumi_aiven/aws_privatelink.py +18 -22
  8. pulumi_aiven/aws_vpc_peering_connection.py +8 -12
  9. pulumi_aiven/azure_privatelink.py +18 -22
  10. pulumi_aiven/azure_privatelink_connection_approval.py +112 -14
  11. pulumi_aiven/azure_vpc_peering_connection.py +6 -10
  12. pulumi_aiven/billing_group.py +18 -18
  13. pulumi_aiven/cassandra.py +25 -57
  14. pulumi_aiven/cassandra_user.py +18 -22
  15. pulumi_aiven/clickhouse.py +25 -57
  16. pulumi_aiven/clickhouse_database.py +24 -26
  17. pulumi_aiven/clickhouse_grant.py +35 -37
  18. pulumi_aiven/clickhouse_role.py +16 -20
  19. pulumi_aiven/clickhouse_user.py +18 -22
  20. pulumi_aiven/connection_pool.py +24 -28
  21. pulumi_aiven/dragonfly.py +124 -263
  22. pulumi_aiven/flink.py +32 -36
  23. pulumi_aiven/flink_application.py +22 -24
  24. pulumi_aiven/flink_application_deployment.py +21 -21
  25. pulumi_aiven/flink_application_version.py +96 -14
  26. pulumi_aiven/gcp_privatelink.py +21 -21
  27. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  28. pulumi_aiven/gcp_vpc_peering_connection.py +4 -8
  29. pulumi_aiven/get_account.py +0 -4
  30. pulumi_aiven/get_aws_privatelink.py +10 -14
  31. pulumi_aiven/get_aws_vpc_peering_connection.py +6 -10
  32. pulumi_aiven/get_azure_privatelink.py +10 -14
  33. pulumi_aiven/get_azure_vpc_peering_connection.py +2 -6
  34. pulumi_aiven/get_billing_group.py +2 -2
  35. pulumi_aiven/get_cassanda.py +7 -24
  36. pulumi_aiven/get_cassandra.py +7 -24
  37. pulumi_aiven/get_cassandra_user.py +10 -14
  38. pulumi_aiven/get_clickhouse.py +7 -24
  39. pulumi_aiven/get_clickhouse_database.py +10 -14
  40. pulumi_aiven/get_clickhouse_user.py +10 -14
  41. pulumi_aiven/get_connection_pool.py +10 -14
  42. pulumi_aiven/get_dragonfly.py +27 -20
  43. pulumi_aiven/get_flink.py +6 -10
  44. pulumi_aiven/get_flink_application.py +8 -12
  45. pulumi_aiven/get_flink_application_version.py +8 -12
  46. pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -6
  47. pulumi_aiven/get_grafana.py +7 -24
  48. pulumi_aiven/get_kafka.py +13 -17
  49. pulumi_aiven/get_kafka_acl.py +10 -14
  50. pulumi_aiven/get_kafka_connect.py +7 -24
  51. pulumi_aiven/get_kafka_connector.py +10 -14
  52. pulumi_aiven/get_kafka_mirror_maker.py +7 -24
  53. pulumi_aiven/get_kafka_schema.py +10 -14
  54. pulumi_aiven/get_kafka_schema_configuration.py +10 -14
  55. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  56. pulumi_aiven/get_kafka_topic.py +16 -20
  57. pulumi_aiven/get_kafka_user.py +10 -14
  58. pulumi_aiven/get_m3_aggregator.py +7 -24
  59. pulumi_aiven/get_m3_db.py +7 -24
  60. pulumi_aiven/get_m3db_user.py +10 -14
  61. pulumi_aiven/get_mirror_maker_replication_flow.py +14 -18
  62. pulumi_aiven/get_my_sql.py +7 -24
  63. pulumi_aiven/get_mysql_database.py +10 -14
  64. pulumi_aiven/get_mysql_user.py +10 -14
  65. pulumi_aiven/get_open_search.py +6 -10
  66. pulumi_aiven/get_open_search_acl_config.py +10 -14
  67. pulumi_aiven/get_open_search_acl_rule.py +10 -14
  68. pulumi_aiven/get_opensearch_security_plugin_config.py +10 -14
  69. pulumi_aiven/get_opensearch_user.py +10 -14
  70. pulumi_aiven/get_organization.py +0 -4
  71. pulumi_aiven/get_organization_user_group.py +2 -6
  72. pulumi_aiven/get_pg.py +6 -10
  73. pulumi_aiven/get_pg_database.py +10 -14
  74. pulumi_aiven/get_pg_user.py +10 -14
  75. pulumi_aiven/get_project.py +17 -21
  76. pulumi_aiven/get_project_user.py +9 -13
  77. pulumi_aiven/get_project_vpc.py +2 -6
  78. pulumi_aiven/get_redis.py +7 -24
  79. pulumi_aiven/get_redis_user.py +10 -14
  80. pulumi_aiven/get_service_component.py +4 -8
  81. pulumi_aiven/get_service_integration.py +19 -33
  82. pulumi_aiven/get_service_integration_endpoint.py +2 -6
  83. pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -6
  84. pulumi_aiven/grafana.py +82 -267
  85. pulumi_aiven/influx_db.py +21 -21
  86. pulumi_aiven/influxdb_database.py +21 -21
  87. pulumi_aiven/influxdb_user.py +21 -21
  88. pulumi_aiven/kafka.py +50 -54
  89. pulumi_aiven/kafka_acl.py +20 -24
  90. pulumi_aiven/kafka_connect.py +80 -267
  91. pulumi_aiven/kafka_connector.py +26 -30
  92. pulumi_aiven/kafka_mirror_maker.py +80 -267
  93. pulumi_aiven/kafka_schema.py +18 -22
  94. pulumi_aiven/kafka_schema_configuration.py +20 -24
  95. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  96. pulumi_aiven/kafka_topic.py +84 -46
  97. pulumi_aiven/kafka_user.py +18 -22
  98. pulumi_aiven/m3_aggregator.py +80 -267
  99. pulumi_aiven/m3_db.py +80 -267
  100. pulumi_aiven/m3db_user.py +16 -20
  101. pulumi_aiven/mirror_maker_replication_flow.py +22 -26
  102. pulumi_aiven/my_sql.py +80 -267
  103. pulumi_aiven/mysql_database.py +20 -24
  104. pulumi_aiven/mysql_user.py +18 -22
  105. pulumi_aiven/open_search.py +27 -31
  106. pulumi_aiven/open_search_acl_config.py +28 -36
  107. pulumi_aiven/open_search_acl_rule.py +36 -40
  108. pulumi_aiven/opensearch_security_plugin_config.py +28 -32
  109. pulumi_aiven/opensearch_user.py +18 -22
  110. pulumi_aiven/organization.py +2 -6
  111. pulumi_aiven/organization_group_project.py +46 -0
  112. pulumi_aiven/organization_user.py +2 -20
  113. pulumi_aiven/organization_user_group.py +4 -6
  114. pulumi_aiven/organization_user_group_member.py +8 -10
  115. pulumi_aiven/organizational_unit.py +6 -6
  116. pulumi_aiven/outputs.py +271 -390
  117. pulumi_aiven/pg.py +30 -30
  118. pulumi_aiven/pg_database.py +20 -24
  119. pulumi_aiven/pg_user.py +18 -22
  120. pulumi_aiven/project.py +75 -79
  121. pulumi_aiven/project_user.py +24 -28
  122. pulumi_aiven/project_vpc.py +31 -7
  123. pulumi_aiven/redis.py +80 -267
  124. pulumi_aiven/redis_user.py +18 -22
  125. pulumi_aiven/service_integration.py +54 -58
  126. pulumi_aiven/static_ip.py +7 -7
  127. pulumi_aiven/transit_gateway_vpc_attachment.py +4 -8
  128. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/METADATA +1 -1
  129. pulumi_aiven-6.14.0.dist-info/RECORD +150 -0
  130. pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +0 -150
  131. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/WHEEL +0 -0
  132. {pulumi_aiven-6.13.0a1711361534.dist-info → pulumi_aiven-6.14.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/m3db_user.py CHANGED
@@ -20,8 +20,8 @@ class M3dbUserArgs:
20
20
  password: Optional[pulumi.Input[str]] = None):
21
21
  """
22
22
  The set of arguments for constructing a M3dbUser resource.
23
- :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
- :param pulumi.Input[str] service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
24
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
25
25
  :param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[str] password: The password of the M3DB User.
27
27
  """
@@ -35,7 +35,7 @@ class M3dbUserArgs:
35
35
  @pulumi.getter
36
36
  def project(self) -> pulumi.Input[str]:
37
37
  """
38
- 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.
38
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
39
39
  """
40
40
  return pulumi.get(self, "project")
41
41
 
@@ -47,7 +47,7 @@ class M3dbUserArgs:
47
47
  @pulumi.getter(name="serviceName")
48
48
  def service_name(self) -> pulumi.Input[str]:
49
49
  """
50
- Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
50
+ The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
51
51
  """
52
52
  return pulumi.get(self, "service_name")
53
53
 
@@ -91,8 +91,8 @@ class _M3dbUserState:
91
91
  """
92
92
  Input properties used for looking up and filtering M3dbUser resources.
93
93
  :param pulumi.Input[str] password: The password of the M3DB User.
94
- :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.
95
- :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.
94
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
95
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
96
96
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
97
97
  :param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
98
98
  """
@@ -123,7 +123,7 @@ class _M3dbUserState:
123
123
  @pulumi.getter
124
124
  def project(self) -> Optional[pulumi.Input[str]]:
125
125
  """
126
- 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.
126
+ 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.
127
127
  """
128
128
  return pulumi.get(self, "project")
129
129
 
@@ -135,7 +135,7 @@ class _M3dbUserState:
135
135
  @pulumi.getter(name="serviceName")
136
136
  def service_name(self) -> Optional[pulumi.Input[str]]:
137
137
  """
138
- 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.
138
+ 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.
139
139
  """
140
140
  return pulumi.get(self, "service_name")
141
141
 
@@ -183,18 +183,16 @@ class M3dbUser(pulumi.CustomResource):
183
183
 
184
184
  ## Example Usage
185
185
 
186
- <!--Start PulumiCodeChooser -->
187
186
  ```python
188
187
  import pulumi
189
188
  import pulumi_aiven as aiven
190
189
 
191
190
  foo = aiven.M3dbUser("foo",
192
- service_name=aiven_m3db["bar"]["service_name"],
191
+ service_name=bar["serviceName"],
193
192
  project="my-project",
194
193
  username="user-1",
195
194
  password="Test$1234")
196
195
  ```
197
- <!--End PulumiCodeChooser -->
198
196
 
199
197
  ## Import
200
198
 
@@ -205,8 +203,8 @@ class M3dbUser(pulumi.CustomResource):
205
203
  :param str resource_name: The name of the resource.
206
204
  :param pulumi.ResourceOptions opts: Options for the resource.
207
205
  :param pulumi.Input[str] password: The password of the M3DB User.
208
- :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.
209
- :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.
206
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
207
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
210
208
  :param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
211
209
  """
212
210
  ...
@@ -220,18 +218,16 @@ class M3dbUser(pulumi.CustomResource):
220
218
 
221
219
  ## Example Usage
222
220
 
223
- <!--Start PulumiCodeChooser -->
224
221
  ```python
225
222
  import pulumi
226
223
  import pulumi_aiven as aiven
227
224
 
228
225
  foo = aiven.M3dbUser("foo",
229
- service_name=aiven_m3db["bar"]["service_name"],
226
+ service_name=bar["serviceName"],
230
227
  project="my-project",
231
228
  username="user-1",
232
229
  password="Test$1234")
233
230
  ```
234
- <!--End PulumiCodeChooser -->
235
231
 
236
232
  ## Import
237
233
 
@@ -303,8 +299,8 @@ class M3dbUser(pulumi.CustomResource):
303
299
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
304
300
  :param pulumi.ResourceOptions opts: Options for the resource.
305
301
  :param pulumi.Input[str] password: The password of the M3DB User.
306
- :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.
307
- :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.
302
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
303
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
308
304
  :param pulumi.Input[str] type: Type of the user account. Tells whether the user is the primary account or a regular account.
309
305
  :param pulumi.Input[str] username: The actual name of the M3DB User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
310
306
  """
@@ -331,7 +327,7 @@ class M3dbUser(pulumi.CustomResource):
331
327
  @pulumi.getter
332
328
  def project(self) -> pulumi.Output[str]:
333
329
  """
334
- 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.
330
+ 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.
335
331
  """
336
332
  return pulumi.get(self, "project")
337
333
 
@@ -339,7 +335,7 @@ class M3dbUser(pulumi.CustomResource):
339
335
  @pulumi.getter(name="serviceName")
340
336
  def service_name(self) -> pulumi.Output[str]:
341
337
  """
342
- 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.
338
+ 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.
343
339
  """
344
340
  return pulumi.get(self, "service_name")
345
341
 
@@ -31,9 +31,9 @@ class MirrorMakerReplicationFlowArgs:
31
31
  The set of arguments for constructing a MirrorMakerReplicationFlow resource.
32
32
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
33
33
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
34
- :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.
34
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
35
35
  :param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
36
- :param pulumi.Input[str] service_name: 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.
36
+ :param pulumi.Input[str] service_name: 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.
37
37
  :param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
38
38
  :param pulumi.Input[str] target_cluster: Target cluster alias. Maximum length: `128`.
39
39
  :param pulumi.Input[bool] emit_backward_heartbeats_enabled: Whether to emit heartbeats to the direction opposite to the flow, i.e. to the source cluster. The default value is `false`.
@@ -91,7 +91,7 @@ class MirrorMakerReplicationFlowArgs:
91
91
  @pulumi.getter
92
92
  def project(self) -> pulumi.Input[str]:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "project")
97
97
 
@@ -115,7 +115,7 @@ class MirrorMakerReplicationFlowArgs:
115
115
  @pulumi.getter(name="serviceName")
116
116
  def service_name(self) -> pulumi.Input[str]:
117
117
  """
118
- 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.
118
+ 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.
119
119
  """
120
120
  return pulumi.get(self, "service_name")
121
121
 
@@ -242,9 +242,9 @@ class _MirrorMakerReplicationFlowState:
242
242
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
243
243
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
244
244
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
245
- :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.
245
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
246
246
  :param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
247
- :param pulumi.Input[str] service_name: 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.
247
+ :param pulumi.Input[str] service_name: 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.
248
248
  :param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
249
249
  :param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
250
250
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
@@ -331,7 +331,7 @@ class _MirrorMakerReplicationFlowState:
331
331
  @pulumi.getter
332
332
  def project(self) -> Optional[pulumi.Input[str]]:
333
333
  """
334
- 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.
334
+ 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.
335
335
  """
336
336
  return pulumi.get(self, "project")
337
337
 
@@ -355,7 +355,7 @@ class _MirrorMakerReplicationFlowState:
355
355
  @pulumi.getter(name="serviceName")
356
356
  def service_name(self) -> Optional[pulumi.Input[str]]:
357
357
  """
358
- 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.
358
+ 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.
359
359
  """
360
360
  return pulumi.get(self, "service_name")
361
361
 
@@ -460,16 +460,15 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
460
460
 
461
461
  ## Example Usage
462
462
 
463
- <!--Start PulumiCodeChooser -->
464
463
  ```python
465
464
  import pulumi
466
465
  import pulumi_aiven as aiven
467
466
 
468
467
  f1 = aiven.MirrorMakerReplicationFlow("f1",
469
- project=aiven_project["kafka-mm-project1"]["project"],
470
- service_name=aiven_kafka["mm"]["service_name"],
471
- source_cluster=aiven_kafka["source"]["service_name"],
472
- target_cluster=aiven_kafka["target"]["service_name"],
468
+ project=kafka_mm_project1["project"],
469
+ service_name=mm["serviceName"],
470
+ source_cluster=source["serviceName"],
471
+ target_cluster=target["serviceName"],
473
472
  enable=True,
474
473
  topics=[".*"],
475
474
  topics_blacklists=[
@@ -478,7 +477,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
478
477
  "__.*",
479
478
  ])
480
479
  ```
481
- <!--End PulumiCodeChooser -->
482
480
 
483
481
  ## Import
484
482
 
@@ -492,9 +490,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
492
490
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
493
491
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
494
492
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
495
- :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.
493
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
496
494
  :param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
497
- :param pulumi.Input[str] service_name: 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.
495
+ :param pulumi.Input[str] service_name: 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.
498
496
  :param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
499
497
  :param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
500
498
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
@@ -513,16 +511,15 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
513
511
 
514
512
  ## Example Usage
515
513
 
516
- <!--Start PulumiCodeChooser -->
517
514
  ```python
518
515
  import pulumi
519
516
  import pulumi_aiven as aiven
520
517
 
521
518
  f1 = aiven.MirrorMakerReplicationFlow("f1",
522
- project=aiven_project["kafka-mm-project1"]["project"],
523
- service_name=aiven_kafka["mm"]["service_name"],
524
- source_cluster=aiven_kafka["source"]["service_name"],
525
- target_cluster=aiven_kafka["target"]["service_name"],
519
+ project=kafka_mm_project1["project"],
520
+ service_name=mm["serviceName"],
521
+ source_cluster=source["serviceName"],
522
+ target_cluster=target["serviceName"],
526
523
  enable=True,
527
524
  topics=[".*"],
528
525
  topics_blacklists=[
@@ -531,7 +528,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
531
528
  "__.*",
532
529
  ])
533
530
  ```
534
- <!--End PulumiCodeChooser -->
535
531
 
536
532
  ## Import
537
533
 
@@ -637,9 +633,9 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
637
633
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
638
634
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
639
635
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location.
640
- :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.
636
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
641
637
  :param pulumi.Input[str] replication_policy_class: Replication policy class. The possible values are `org.apache.kafka.connect.mirror.DefaultReplicationPolicy` and `org.apache.kafka.connect.mirror.IdentityReplicationPolicy`. The default value is `org.apache.kafka.connect.mirror.DefaultReplicationPolicy`.
642
- :param pulumi.Input[str] service_name: 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.
638
+ :param pulumi.Input[str] service_name: 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.
643
639
  :param pulumi.Input[str] source_cluster: Source cluster alias. Maximum length: `128`.
644
640
  :param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
645
641
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
@@ -702,7 +698,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
702
698
  @pulumi.getter
703
699
  def project(self) -> pulumi.Output[str]:
704
700
  """
705
- 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.
701
+ 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.
706
702
  """
707
703
  return pulumi.get(self, "project")
708
704
 
@@ -718,7 +714,7 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
718
714
  @pulumi.getter(name="serviceName")
719
715
  def service_name(self) -> pulumi.Output[str]:
720
716
  """
721
- 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.
717
+ 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.
722
718
  """
723
719
  return pulumi.get(self, "service_name")
724
720