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