pulumi-aiven 6.29.0__py3-none-any.whl → 6.29.0a1732277141__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.

@@ -48,7 +48,7 @@ class BillingGroupArgs:
48
48
  :param pulumi.Input[str] country_code: Two-letter country code.
49
49
  :param pulumi.Input[str] name: Name of the billing group.
50
50
  :param pulumi.Input[str] parent_id: Link a billing group to an existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
51
- :param pulumi.Input[str] state: Address state.
51
+ :param pulumi.Input[str] state: State or province.
52
52
  :param pulumi.Input[str] vat_id: The VAT identification number for your company.
53
53
  :param pulumi.Input[str] zip_code: Zip or postal code.
54
54
  """
@@ -235,7 +235,7 @@ class BillingGroupArgs:
235
235
  @pulumi.getter
236
236
  def state(self) -> Optional[pulumi.Input[str]]:
237
237
  """
238
- Address state.
238
+ State or province.
239
239
  """
240
240
  return pulumi.get(self, "state")
241
241
 
@@ -300,7 +300,7 @@ class _BillingGroupState:
300
300
  :param pulumi.Input[str] country_code: Two-letter country code.
301
301
  :param pulumi.Input[str] name: Name of the billing group.
302
302
  :param pulumi.Input[str] parent_id: Link a billing group to an existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
303
- :param pulumi.Input[str] state: Address state.
303
+ :param pulumi.Input[str] state: State or province.
304
304
  :param pulumi.Input[str] vat_id: The VAT identification number for your company.
305
305
  :param pulumi.Input[str] zip_code: Zip or postal code.
306
306
  """
@@ -487,7 +487,7 @@ class _BillingGroupState:
487
487
  @pulumi.getter
488
488
  def state(self) -> Optional[pulumi.Input[str]]:
489
489
  """
490
- Address state.
490
+ State or province.
491
491
  """
492
492
  return pulumi.get(self, "state")
493
493
 
@@ -580,7 +580,7 @@ class BillingGroup(pulumi.CustomResource):
580
580
  :param pulumi.Input[str] country_code: Two-letter country code.
581
581
  :param pulumi.Input[str] name: Name of the billing group.
582
582
  :param pulumi.Input[str] parent_id: Link a billing group to an existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
583
- :param pulumi.Input[str] state: Address state.
583
+ :param pulumi.Input[str] state: State or province.
584
584
  :param pulumi.Input[str] vat_id: The VAT identification number for your company.
585
585
  :param pulumi.Input[str] zip_code: Zip or postal code.
586
586
  """
@@ -713,7 +713,7 @@ class BillingGroup(pulumi.CustomResource):
713
713
  :param pulumi.Input[str] country_code: Two-letter country code.
714
714
  :param pulumi.Input[str] name: Name of the billing group.
715
715
  :param pulumi.Input[str] parent_id: Link a billing group to an existing organization or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
716
- :param pulumi.Input[str] state: Address state.
716
+ :param pulumi.Input[str] state: State or province.
717
717
  :param pulumi.Input[str] vat_id: The VAT identification number for your company.
718
718
  :param pulumi.Input[str] zip_code: Zip or postal code.
719
719
  """
@@ -839,7 +839,7 @@ class BillingGroup(pulumi.CustomResource):
839
839
  @pulumi.getter
840
840
  def state(self) -> pulumi.Output[Optional[str]]:
841
841
  """
842
- Address state.
842
+ State or province.
843
843
  """
844
844
  return pulumi.get(self, "state")
845
845
 
@@ -195,7 +195,7 @@ class GetBillingGroupResult:
195
195
  @pulumi.getter
196
196
  def state(self) -> str:
197
197
  """
198
- Address state.
198
+ State or province.
199
199
  """
200
200
  return pulumi.get(self, "state")
201
201
 
@@ -26,7 +26,7 @@ class GetMirrorMakerReplicationFlowResult:
26
26
  """
27
27
  A collection of values returned by getMirrorMakerReplicationFlow.
28
28
  """
29
- def __init__(__self__, config_properties_excludes=None, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, exactly_once_delivery_enabled=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
29
+ def __init__(__self__, config_properties_excludes=None, emit_backward_heartbeats_enabled=None, emit_heartbeats_enabled=None, enable=None, id=None, offset_syncs_topic_location=None, project=None, replication_factor=None, replication_policy_class=None, service_name=None, source_cluster=None, sync_group_offsets_enabled=None, sync_group_offsets_interval_seconds=None, target_cluster=None, topics=None, topics_blacklists=None):
30
30
  if config_properties_excludes and not isinstance(config_properties_excludes, list):
31
31
  raise TypeError("Expected argument 'config_properties_excludes' to be a list")
32
32
  pulumi.set(__self__, "config_properties_excludes", config_properties_excludes)
@@ -39,9 +39,6 @@ class GetMirrorMakerReplicationFlowResult:
39
39
  if enable and not isinstance(enable, bool):
40
40
  raise TypeError("Expected argument 'enable' to be a bool")
41
41
  pulumi.set(__self__, "enable", enable)
42
- if exactly_once_delivery_enabled and not isinstance(exactly_once_delivery_enabled, bool):
43
- raise TypeError("Expected argument 'exactly_once_delivery_enabled' to be a bool")
44
- pulumi.set(__self__, "exactly_once_delivery_enabled", exactly_once_delivery_enabled)
45
42
  if id and not isinstance(id, str):
46
43
  raise TypeError("Expected argument 'id' to be a str")
47
44
  pulumi.set(__self__, "id", id)
@@ -111,14 +108,6 @@ class GetMirrorMakerReplicationFlowResult:
111
108
  """
112
109
  return pulumi.get(self, "enable")
113
110
 
114
- @property
115
- @pulumi.getter(name="exactlyOnceDeliveryEnabled")
116
- def exactly_once_delivery_enabled(self) -> bool:
117
- """
118
- Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
119
- """
120
- return pulumi.get(self, "exactly_once_delivery_enabled")
121
-
122
111
  @property
123
112
  @pulumi.getter
124
113
  def id(self) -> str:
@@ -226,7 +215,6 @@ class AwaitableGetMirrorMakerReplicationFlowResult(GetMirrorMakerReplicationFlow
226
215
  emit_backward_heartbeats_enabled=self.emit_backward_heartbeats_enabled,
227
216
  emit_heartbeats_enabled=self.emit_heartbeats_enabled,
228
217
  enable=self.enable,
229
- exactly_once_delivery_enabled=self.exactly_once_delivery_enabled,
230
218
  id=self.id,
231
219
  offset_syncs_topic_location=self.offset_syncs_topic_location,
232
220
  project=self.project,
@@ -280,7 +268,6 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
280
268
  emit_backward_heartbeats_enabled=pulumi.get(__ret__, 'emit_backward_heartbeats_enabled'),
281
269
  emit_heartbeats_enabled=pulumi.get(__ret__, 'emit_heartbeats_enabled'),
282
270
  enable=pulumi.get(__ret__, 'enable'),
283
- exactly_once_delivery_enabled=pulumi.get(__ret__, 'exactly_once_delivery_enabled'),
284
271
  id=pulumi.get(__ret__, 'id'),
285
272
  offset_syncs_topic_location=pulumi.get(__ret__, 'offset_syncs_topic_location'),
286
273
  project=pulumi.get(__ret__, 'project'),
@@ -331,7 +318,6 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
331
318
  emit_backward_heartbeats_enabled=pulumi.get(__response__, 'emit_backward_heartbeats_enabled'),
332
319
  emit_heartbeats_enabled=pulumi.get(__response__, 'emit_heartbeats_enabled'),
333
320
  enable=pulumi.get(__response__, 'enable'),
334
- exactly_once_delivery_enabled=pulumi.get(__response__, 'exactly_once_delivery_enabled'),
335
321
  id=pulumi.get(__response__, 'id'),
336
322
  offset_syncs_topic_location=pulumi.get(__response__, 'offset_syncs_topic_location'),
337
323
  project=pulumi.get(__response__, 'project'),
@@ -70,7 +70,7 @@ class GetValkeyUserResult:
70
70
  @pulumi.getter
71
71
  def password(self) -> str:
72
72
  """
73
- The Valkey service user's password.
73
+ The password of the Valkey User.
74
74
  """
75
75
  return pulumi.get(self, "password")
76
76
 
@@ -94,7 +94,7 @@ class GetValkeyUserResult:
94
94
  @pulumi.getter
95
95
  def type(self) -> str:
96
96
  """
97
- User account type, such as primary or regular account.
97
+ Type of the user account. Tells whether the user is the primary account or a regular account.
98
98
  """
99
99
  return pulumi.get(self, "type")
100
100
 
@@ -102,7 +102,7 @@ class GetValkeyUserResult:
102
102
  @pulumi.getter
103
103
  def username(self) -> str:
104
104
  """
105
- Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
105
+ The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
106
106
  """
107
107
  return pulumi.get(self, "username")
108
108
 
@@ -110,7 +110,7 @@ class GetValkeyUserResult:
110
110
  @pulumi.getter(name="valkeyAclCategories")
111
111
  def valkey_acl_categories(self) -> Sequence[str]:
112
112
  """
113
- Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
113
+ Defines command category rules. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
114
114
  """
115
115
  return pulumi.get(self, "valkey_acl_categories")
116
116
 
@@ -118,7 +118,7 @@ class GetValkeyUserResult:
118
118
  @pulumi.getter(name="valkeyAclChannels")
119
119
  def valkey_acl_channels(self) -> Sequence[str]:
120
120
  """
121
- Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
121
+ Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
122
122
  """
123
123
  return pulumi.get(self, "valkey_acl_channels")
124
124
 
@@ -126,7 +126,7 @@ class GetValkeyUserResult:
126
126
  @pulumi.getter(name="valkeyAclCommands")
127
127
  def valkey_acl_commands(self) -> Sequence[str]:
128
128
  """
129
- Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
129
+ Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
130
130
  """
131
131
  return pulumi.get(self, "valkey_acl_commands")
132
132
 
@@ -134,7 +134,7 @@ class GetValkeyUserResult:
134
134
  @pulumi.getter(name="valkeyAclKeys")
135
135
  def valkey_acl_keys(self) -> Sequence[str]:
136
136
  """
137
- Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
137
+ Defines key access rules. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
138
138
  """
139
139
  return pulumi.get(self, "valkey_acl_keys")
140
140
 
@@ -167,7 +167,7 @@ def get_valkey_user(project: Optional[str] = None,
167
167
 
168
168
  :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.
169
169
  :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.
170
- :param str username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
170
+ :param str username: The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
171
171
  """
172
172
  __args__ = dict()
173
173
  __args__['project'] = project
@@ -197,7 +197,7 @@ def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
197
197
 
198
198
  :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.
199
199
  :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.
200
- :param str username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
200
+ :param str username: The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
201
201
  """
202
202
  __args__ = dict()
203
203
  __args__['project'] = project
@@ -29,7 +29,6 @@ class MirrorMakerReplicationFlowArgs:
29
29
  config_properties_excludes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
30
30
  emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
31
31
  emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
32
- exactly_once_delivery_enabled: Optional[pulumi.Input[bool]] = None,
33
32
  replication_factor: Optional[pulumi.Input[int]] = None,
34
33
  sync_group_offsets_enabled: Optional[pulumi.Input[bool]] = None,
35
34
  sync_group_offsets_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -47,7 +46,6 @@ class MirrorMakerReplicationFlowArgs:
47
46
  :param pulumi.Input[Sequence[pulumi.Input[str]]] config_properties_excludes: List of topic configuration properties and/or regular expressions to not replicate. The properties that are not replicated by default are: `follower.replication.throttled.replicas`, `leader.replication.throttled.replicas`, `message.timestamp.difference.max.ms`, `message.timestamp.type`, `unclean.leader.election.enable`, and `min.insync.replicas`. Setting this overrides the defaults. For example, to enable replication for 'min.insync.replicas' and 'unclean.leader.election.enable' set this to: ["follower\\\\.replication\\\\.throttled\\\\.replicas", "leader\\\\.replication\\\\.throttled\\\\.replicas", "message\\\\.timestamp\\\\.difference\\\\.max\\\\.ms", "message\\\\.timestamp\\\\.type"]
48
47
  :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`.
49
48
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
50
- :param pulumi.Input[bool] exactly_once_delivery_enabled: Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
51
49
  :param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
52
50
  :param pulumi.Input[bool] sync_group_offsets_enabled: Sync consumer group offsets. The default value is `false`.
53
51
  :param pulumi.Input[int] sync_group_offsets_interval_seconds: Frequency of consumer group offset sync. The default value is `1`.
@@ -67,8 +65,6 @@ class MirrorMakerReplicationFlowArgs:
67
65
  pulumi.set(__self__, "emit_backward_heartbeats_enabled", emit_backward_heartbeats_enabled)
68
66
  if emit_heartbeats_enabled is not None:
69
67
  pulumi.set(__self__, "emit_heartbeats_enabled", emit_heartbeats_enabled)
70
- if exactly_once_delivery_enabled is not None:
71
- pulumi.set(__self__, "exactly_once_delivery_enabled", exactly_once_delivery_enabled)
72
68
  if replication_factor is not None:
73
69
  pulumi.set(__self__, "replication_factor", replication_factor)
74
70
  if sync_group_offsets_enabled is not None:
@@ -200,18 +196,6 @@ class MirrorMakerReplicationFlowArgs:
200
196
  def emit_heartbeats_enabled(self, value: Optional[pulumi.Input[bool]]):
201
197
  pulumi.set(self, "emit_heartbeats_enabled", value)
202
198
 
203
- @property
204
- @pulumi.getter(name="exactlyOnceDeliveryEnabled")
205
- def exactly_once_delivery_enabled(self) -> Optional[pulumi.Input[bool]]:
206
- """
207
- Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
208
- """
209
- return pulumi.get(self, "exactly_once_delivery_enabled")
210
-
211
- @exactly_once_delivery_enabled.setter
212
- def exactly_once_delivery_enabled(self, value: Optional[pulumi.Input[bool]]):
213
- pulumi.set(self, "exactly_once_delivery_enabled", value)
214
-
215
199
  @property
216
200
  @pulumi.getter(name="replicationFactor")
217
201
  def replication_factor(self) -> Optional[pulumi.Input[int]]:
@@ -280,7 +264,6 @@ class _MirrorMakerReplicationFlowState:
280
264
  emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
281
265
  emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
282
266
  enable: Optional[pulumi.Input[bool]] = None,
283
- exactly_once_delivery_enabled: Optional[pulumi.Input[bool]] = None,
284
267
  offset_syncs_topic_location: Optional[pulumi.Input[str]] = None,
285
268
  project: Optional[pulumi.Input[str]] = None,
286
269
  replication_factor: Optional[pulumi.Input[int]] = None,
@@ -298,7 +281,6 @@ class _MirrorMakerReplicationFlowState:
298
281
  :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`.
299
282
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
300
283
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
301
- :param pulumi.Input[bool] exactly_once_delivery_enabled: Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
302
284
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
303
285
  :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.
304
286
  :param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
@@ -319,8 +301,6 @@ class _MirrorMakerReplicationFlowState:
319
301
  pulumi.set(__self__, "emit_heartbeats_enabled", emit_heartbeats_enabled)
320
302
  if enable is not None:
321
303
  pulumi.set(__self__, "enable", enable)
322
- if exactly_once_delivery_enabled is not None:
323
- pulumi.set(__self__, "exactly_once_delivery_enabled", exactly_once_delivery_enabled)
324
304
  if offset_syncs_topic_location is not None:
325
305
  pulumi.set(__self__, "offset_syncs_topic_location", offset_syncs_topic_location)
326
306
  if project is not None:
@@ -392,18 +372,6 @@ class _MirrorMakerReplicationFlowState:
392
372
  def enable(self, value: Optional[pulumi.Input[bool]]):
393
373
  pulumi.set(self, "enable", value)
394
374
 
395
- @property
396
- @pulumi.getter(name="exactlyOnceDeliveryEnabled")
397
- def exactly_once_delivery_enabled(self) -> Optional[pulumi.Input[bool]]:
398
- """
399
- Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
400
- """
401
- return pulumi.get(self, "exactly_once_delivery_enabled")
402
-
403
- @exactly_once_delivery_enabled.setter
404
- def exactly_once_delivery_enabled(self, value: Optional[pulumi.Input[bool]]):
405
- pulumi.set(self, "exactly_once_delivery_enabled", value)
406
-
407
375
  @property
408
376
  @pulumi.getter(name="offsetSyncsTopicLocation")
409
377
  def offset_syncs_topic_location(self) -> Optional[pulumi.Input[str]]:
@@ -546,7 +514,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
546
514
  emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
547
515
  emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
548
516
  enable: Optional[pulumi.Input[bool]] = None,
549
- exactly_once_delivery_enabled: Optional[pulumi.Input[bool]] = None,
550
517
  offset_syncs_topic_location: Optional[pulumi.Input[str]] = None,
551
518
  project: Optional[pulumi.Input[str]] = None,
552
519
  replication_factor: Optional[pulumi.Input[int]] = None,
@@ -602,7 +569,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
602
569
  :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`.
603
570
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
604
571
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
605
- :param pulumi.Input[bool] exactly_once_delivery_enabled: Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
606
572
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
607
573
  :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.
608
574
  :param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
@@ -677,7 +643,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
677
643
  emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
678
644
  emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
679
645
  enable: Optional[pulumi.Input[bool]] = None,
680
- exactly_once_delivery_enabled: Optional[pulumi.Input[bool]] = None,
681
646
  offset_syncs_topic_location: Optional[pulumi.Input[str]] = None,
682
647
  project: Optional[pulumi.Input[str]] = None,
683
648
  replication_factor: Optional[pulumi.Input[int]] = None,
@@ -704,7 +669,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
704
669
  if enable is None and not opts.urn:
705
670
  raise TypeError("Missing required property 'enable'")
706
671
  __props__.__dict__["enable"] = enable
707
- __props__.__dict__["exactly_once_delivery_enabled"] = exactly_once_delivery_enabled
708
672
  if offset_syncs_topic_location is None and not opts.urn:
709
673
  raise TypeError("Missing required property 'offset_syncs_topic_location'")
710
674
  __props__.__dict__["offset_syncs_topic_location"] = offset_syncs_topic_location
@@ -742,7 +706,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
742
706
  emit_backward_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
743
707
  emit_heartbeats_enabled: Optional[pulumi.Input[bool]] = None,
744
708
  enable: Optional[pulumi.Input[bool]] = None,
745
- exactly_once_delivery_enabled: Optional[pulumi.Input[bool]] = None,
746
709
  offset_syncs_topic_location: Optional[pulumi.Input[str]] = None,
747
710
  project: Optional[pulumi.Input[str]] = None,
748
711
  replication_factor: Optional[pulumi.Input[int]] = None,
@@ -765,7 +728,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
765
728
  :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`.
766
729
  :param pulumi.Input[bool] emit_heartbeats_enabled: Whether to emit heartbeats to the target cluster. The default value is `false`.
767
730
  :param pulumi.Input[bool] enable: Enable of disable replication flows for a service.
768
- :param pulumi.Input[bool] exactly_once_delivery_enabled: Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
769
731
  :param pulumi.Input[str] offset_syncs_topic_location: Offset syncs topic location. The possible values are `source` and `target`.
770
732
  :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.
771
733
  :param pulumi.Input[int] replication_factor: Replication factor, `>= 1`.
@@ -786,7 +748,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
786
748
  __props__.__dict__["emit_backward_heartbeats_enabled"] = emit_backward_heartbeats_enabled
787
749
  __props__.__dict__["emit_heartbeats_enabled"] = emit_heartbeats_enabled
788
750
  __props__.__dict__["enable"] = enable
789
- __props__.__dict__["exactly_once_delivery_enabled"] = exactly_once_delivery_enabled
790
751
  __props__.__dict__["offset_syncs_topic_location"] = offset_syncs_topic_location
791
752
  __props__.__dict__["project"] = project
792
753
  __props__.__dict__["replication_factor"] = replication_factor
@@ -832,14 +793,6 @@ class MirrorMakerReplicationFlow(pulumi.CustomResource):
832
793
  """
833
794
  return pulumi.get(self, "enable")
834
795
 
835
- @property
836
- @pulumi.getter(name="exactlyOnceDeliveryEnabled")
837
- def exactly_once_delivery_enabled(self) -> pulumi.Output[Optional[bool]]:
838
- """
839
- Whether to enable exactly-once message delivery. We recommend you set this to `enabled` for new replications. The default value is `false`.
840
- """
841
- return pulumi.get(self, "exactly_once_delivery_enabled")
842
-
843
796
  @property
844
797
  @pulumi.getter(name="offsetSyncsTopicLocation")
845
798
  def offset_syncs_topic_location(self) -> pulumi.Output[str]: