pulumi-confluentcloud 2.49.0a1761153138__py3-none-any.whl → 2.49.0a1761362905__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-confluentcloud might be problematic. Click here for more details.

@@ -325,6 +325,8 @@ __all__ = [
325
325
  'TableflowTopicCredentialsArgsDict',
326
326
  'TableflowTopicEnvironmentArgs',
327
327
  'TableflowTopicEnvironmentArgsDict',
328
+ 'TableflowTopicErrorHandlingArgs',
329
+ 'TableflowTopicErrorHandlingArgsDict',
328
330
  'TableflowTopicKafkaClusterArgs',
329
331
  'TableflowTopicKafkaClusterArgsDict',
330
332
  'TableflowTopicManagedStorageArgs',
@@ -5841,11 +5843,11 @@ if not MYPY:
5841
5843
  class PrivateLinkAttachmentAzureArgsDict(TypedDict):
5842
5844
  private_link_service_alias: NotRequired[pulumi.Input[_builtins.str]]
5843
5845
  """
5844
- Azure PrivateLink service alias for the availability zone.
5846
+ (Required String) Azure Private Link service alias for the availability zone.
5845
5847
  """
5846
5848
  private_link_service_resource_id: NotRequired[pulumi.Input[_builtins.str]]
5847
5849
  """
5848
- (Required String) Azure Private Link service resource id for the availability zone.
5850
+ (Required String) Azure Private Link service resource ID for the availability zone.
5849
5851
  """
5850
5852
  elif False:
5851
5853
  PrivateLinkAttachmentAzureArgsDict: TypeAlias = Mapping[str, Any]
@@ -5856,8 +5858,8 @@ class PrivateLinkAttachmentAzureArgs:
5856
5858
  private_link_service_alias: Optional[pulumi.Input[_builtins.str]] = None,
5857
5859
  private_link_service_resource_id: Optional[pulumi.Input[_builtins.str]] = None):
5858
5860
  """
5859
- :param pulumi.Input[_builtins.str] private_link_service_alias: Azure PrivateLink service alias for the availability zone.
5860
- :param pulumi.Input[_builtins.str] private_link_service_resource_id: (Required String) Azure Private Link service resource id for the availability zone.
5861
+ :param pulumi.Input[_builtins.str] private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
5862
+ :param pulumi.Input[_builtins.str] private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
5861
5863
  """
5862
5864
  if private_link_service_alias is not None:
5863
5865
  pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
@@ -5868,7 +5870,7 @@ class PrivateLinkAttachmentAzureArgs:
5868
5870
  @pulumi.getter(name="privateLinkServiceAlias")
5869
5871
  def private_link_service_alias(self) -> Optional[pulumi.Input[_builtins.str]]:
5870
5872
  """
5871
- Azure PrivateLink service alias for the availability zone.
5873
+ (Required String) Azure Private Link service alias for the availability zone.
5872
5874
  """
5873
5875
  return pulumi.get(self, "private_link_service_alias")
5874
5876
 
@@ -5880,7 +5882,7 @@ class PrivateLinkAttachmentAzureArgs:
5880
5882
  @pulumi.getter(name="privateLinkServiceResourceId")
5881
5883
  def private_link_service_resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
5882
5884
  """
5883
- (Required String) Azure Private Link service resource id for the availability zone.
5885
+ (Required String) Azure Private Link service resource ID for the availability zone.
5884
5886
  """
5885
5887
  return pulumi.get(self, "private_link_service_resource_id")
5886
5888
 
@@ -6079,7 +6081,7 @@ if not MYPY:
6079
6081
  class PrivateLinkAttachmentGcpArgsDict(TypedDict):
6080
6082
  private_service_connect_service_attachment: NotRequired[pulumi.Input[_builtins.str]]
6081
6083
  """
6082
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
6084
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
6083
6085
  """
6084
6086
  elif False:
6085
6087
  PrivateLinkAttachmentGcpArgsDict: TypeAlias = Mapping[str, Any]
@@ -6089,7 +6091,7 @@ class PrivateLinkAttachmentGcpArgs:
6089
6091
  def __init__(__self__, *,
6090
6092
  private_service_connect_service_attachment: Optional[pulumi.Input[_builtins.str]] = None):
6091
6093
  """
6092
- :param pulumi.Input[_builtins.str] private_service_connect_service_attachment: Id of a Private Service Connect Service Attachment in Confluent Cloud.
6094
+ :param pulumi.Input[_builtins.str] private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
6093
6095
  """
6094
6096
  if private_service_connect_service_attachment is not None:
6095
6097
  pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
@@ -6098,7 +6100,7 @@ class PrivateLinkAttachmentGcpArgs:
6098
6100
  @pulumi.getter(name="privateServiceConnectServiceAttachment")
6099
6101
  def private_service_connect_service_attachment(self) -> Optional[pulumi.Input[_builtins.str]]:
6100
6102
  """
6101
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
6103
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
6102
6104
  """
6103
6105
  return pulumi.get(self, "private_service_connect_service_attachment")
6104
6106
 
@@ -7805,6 +7807,58 @@ class TableflowTopicEnvironmentArgs:
7805
7807
  pulumi.set(self, "id", value)
7806
7808
 
7807
7809
 
7810
+ if not MYPY:
7811
+ class TableflowTopicErrorHandlingArgsDict(TypedDict):
7812
+ log_target: NotRequired[pulumi.Input[_builtins.str]]
7813
+ """
7814
+ The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
7815
+ """
7816
+ mode: NotRequired[pulumi.Input[_builtins.str]]
7817
+ """
7818
+ The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
7819
+ """
7820
+ elif False:
7821
+ TableflowTopicErrorHandlingArgsDict: TypeAlias = Mapping[str, Any]
7822
+
7823
+ @pulumi.input_type
7824
+ class TableflowTopicErrorHandlingArgs:
7825
+ def __init__(__self__, *,
7826
+ log_target: Optional[pulumi.Input[_builtins.str]] = None,
7827
+ mode: Optional[pulumi.Input[_builtins.str]] = None):
7828
+ """
7829
+ :param pulumi.Input[_builtins.str] log_target: The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
7830
+ :param pulumi.Input[_builtins.str] mode: The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
7831
+ """
7832
+ if log_target is not None:
7833
+ pulumi.set(__self__, "log_target", log_target)
7834
+ if mode is not None:
7835
+ pulumi.set(__self__, "mode", mode)
7836
+
7837
+ @_builtins.property
7838
+ @pulumi.getter(name="logTarget")
7839
+ def log_target(self) -> Optional[pulumi.Input[_builtins.str]]:
7840
+ """
7841
+ The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
7842
+ """
7843
+ return pulumi.get(self, "log_target")
7844
+
7845
+ @log_target.setter
7846
+ def log_target(self, value: Optional[pulumi.Input[_builtins.str]]):
7847
+ pulumi.set(self, "log_target", value)
7848
+
7849
+ @_builtins.property
7850
+ @pulumi.getter
7851
+ def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
7852
+ """
7853
+ The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
7854
+ """
7855
+ return pulumi.get(self, "mode")
7856
+
7857
+ @mode.setter
7858
+ def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
7859
+ pulumi.set(self, "mode", value)
7860
+
7861
+
7808
7862
  if not MYPY:
7809
7863
  class TableflowTopicKafkaClusterArgsDict(TypedDict):
7810
7864
  id: pulumi.Input[_builtins.str]
@@ -73,7 +73,6 @@ class GetPrivateLinkAttachmentResult:
73
73
  def azures(self) -> Sequence['outputs.GetPrivateLinkAttachmentAzureResult']:
74
74
  """
75
75
  (Optional Configuration Block) supports the following:
76
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
77
76
  """
78
77
  return pulumi.get(self, "azures")
79
78
 
@@ -28,7 +28,7 @@ class GetTableflowTopicResult:
28
28
  """
29
29
  A collection of values returned by getTableflowTopic.
30
30
  """
31
- def __init__(__self__, byob_aws=None, credentials=None, display_name=None, enable_compaction=None, enable_partitioning=None, environment=None, id=None, kafka_cluster=None, managed_storages=None, record_failure_strategy=None, retention_ms=None, suspended=None, table_formats=None, table_path=None, write_mode=None):
31
+ def __init__(__self__, byob_aws=None, credentials=None, display_name=None, enable_compaction=None, enable_partitioning=None, environment=None, error_handlings=None, id=None, kafka_cluster=None, managed_storages=None, record_failure_strategy=None, retention_ms=None, suspended=None, table_formats=None, table_path=None, write_mode=None):
32
32
  if byob_aws and not isinstance(byob_aws, list):
33
33
  raise TypeError("Expected argument 'byob_aws' to be a list")
34
34
  pulumi.set(__self__, "byob_aws", byob_aws)
@@ -47,6 +47,9 @@ class GetTableflowTopicResult:
47
47
  if environment and not isinstance(environment, dict):
48
48
  raise TypeError("Expected argument 'environment' to be a dict")
49
49
  pulumi.set(__self__, "environment", environment)
50
+ if error_handlings and not isinstance(error_handlings, list):
51
+ raise TypeError("Expected argument 'error_handlings' to be a list")
52
+ pulumi.set(__self__, "error_handlings", error_handlings)
50
53
  if id and not isinstance(id, str):
51
54
  raise TypeError("Expected argument 'id' to be a str")
52
55
  pulumi.set(__self__, "id", id)
@@ -114,6 +117,14 @@ class GetTableflowTopicResult:
114
117
  def environment(self) -> 'outputs.GetTableflowTopicEnvironmentResult':
115
118
  return pulumi.get(self, "environment")
116
119
 
120
+ @_builtins.property
121
+ @pulumi.getter(name="errorHandlings")
122
+ def error_handlings(self) -> Sequence['outputs.GetTableflowTopicErrorHandlingResult']:
123
+ """
124
+ (Optional Configuration Block) supports the following:
125
+ """
126
+ return pulumi.get(self, "error_handlings")
127
+
117
128
  @_builtins.property
118
129
  @pulumi.getter
119
130
  def id(self) -> _builtins.str:
@@ -139,7 +150,7 @@ class GetTableflowTopicResult:
139
150
  @pulumi.getter(name="recordFailureStrategy")
140
151
  def record_failure_strategy(self) -> _builtins.str:
141
152
  """
142
- (Optional String) The strategy to handle record failures in the Tableflow enabled topic during materialization. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
153
+ (Optional String, **Deprecated**) The strategy to handle record failures in the Tableflow enabled topic during materialization. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
143
154
  """
144
155
  return pulumi.get(self, "record_failure_strategy")
145
156
 
@@ -196,6 +207,7 @@ class AwaitableGetTableflowTopicResult(GetTableflowTopicResult):
196
207
  enable_compaction=self.enable_compaction,
197
208
  enable_partitioning=self.enable_partitioning,
198
209
  environment=self.environment,
210
+ error_handlings=self.error_handlings,
199
211
  id=self.id,
200
212
  kafka_cluster=self.kafka_cluster,
201
213
  managed_storages=self.managed_storages,
@@ -267,6 +279,7 @@ def get_tableflow_topic(credentials: Optional[Union['GetTableflowTopicCredential
267
279
  enable_compaction=pulumi.get(__ret__, 'enable_compaction'),
268
280
  enable_partitioning=pulumi.get(__ret__, 'enable_partitioning'),
269
281
  environment=pulumi.get(__ret__, 'environment'),
282
+ error_handlings=pulumi.get(__ret__, 'error_handlings'),
270
283
  id=pulumi.get(__ret__, 'id'),
271
284
  kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
272
285
  managed_storages=pulumi.get(__ret__, 'managed_storages'),
@@ -335,6 +348,7 @@ def get_tableflow_topic_output(credentials: Optional[pulumi.Input[Optional[Union
335
348
  enable_compaction=pulumi.get(__response__, 'enable_compaction'),
336
349
  enable_partitioning=pulumi.get(__response__, 'enable_partitioning'),
337
350
  environment=pulumi.get(__response__, 'environment'),
351
+ error_handlings=pulumi.get(__response__, 'error_handlings'),
338
352
  id=pulumi.get(__response__, 'id'),
339
353
  kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
340
354
  managed_storages=pulumi.get(__response__, 'managed_storages'),
@@ -170,6 +170,7 @@ __all__ = [
170
170
  'TableflowTopicByobAws',
171
171
  'TableflowTopicCredentials',
172
172
  'TableflowTopicEnvironment',
173
+ 'TableflowTopicErrorHandling',
173
174
  'TableflowTopicKafkaCluster',
174
175
  'TableflowTopicManagedStorage',
175
176
  'TagBindingCredentials',
@@ -310,6 +311,7 @@ __all__ = [
310
311
  'GetTableflowTopicByobAwResult',
311
312
  'GetTableflowTopicCredentialsResult',
312
313
  'GetTableflowTopicEnvironmentResult',
314
+ 'GetTableflowTopicErrorHandlingResult',
313
315
  'GetTableflowTopicKafkaClusterResult',
314
316
  'GetTableflowTopicManagedStorageResult',
315
317
  'GetTagBindingCredentialsResult',
@@ -4108,8 +4110,8 @@ class PrivateLinkAttachmentAzure(dict):
4108
4110
  private_link_service_alias: Optional[_builtins.str] = None,
4109
4111
  private_link_service_resource_id: Optional[_builtins.str] = None):
4110
4112
  """
4111
- :param _builtins.str private_link_service_alias: Azure PrivateLink service alias for the availability zone.
4112
- :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource id for the availability zone.
4113
+ :param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
4114
+ :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
4113
4115
  """
4114
4116
  if private_link_service_alias is not None:
4115
4117
  pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
@@ -4120,7 +4122,7 @@ class PrivateLinkAttachmentAzure(dict):
4120
4122
  @pulumi.getter(name="privateLinkServiceAlias")
4121
4123
  def private_link_service_alias(self) -> Optional[_builtins.str]:
4122
4124
  """
4123
- Azure PrivateLink service alias for the availability zone.
4125
+ (Required String) Azure Private Link service alias for the availability zone.
4124
4126
  """
4125
4127
  return pulumi.get(self, "private_link_service_alias")
4126
4128
 
@@ -4128,7 +4130,7 @@ class PrivateLinkAttachmentAzure(dict):
4128
4130
  @pulumi.getter(name="privateLinkServiceResourceId")
4129
4131
  def private_link_service_resource_id(self) -> Optional[_builtins.str]:
4130
4132
  """
4131
- (Required String) Azure Private Link service resource id for the availability zone.
4133
+ (Required String) Azure Private Link service resource ID for the availability zone.
4132
4134
  """
4133
4135
  return pulumi.get(self, "private_link_service_resource_id")
4134
4136
 
@@ -4314,7 +4316,7 @@ class PrivateLinkAttachmentGcp(dict):
4314
4316
  def __init__(__self__, *,
4315
4317
  private_service_connect_service_attachment: Optional[_builtins.str] = None):
4316
4318
  """
4317
- :param _builtins.str private_service_connect_service_attachment: Id of a Private Service Connect Service Attachment in Confluent Cloud.
4319
+ :param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
4318
4320
  """
4319
4321
  if private_service_connect_service_attachment is not None:
4320
4322
  pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
@@ -4323,7 +4325,7 @@ class PrivateLinkAttachmentGcp(dict):
4323
4325
  @pulumi.getter(name="privateServiceConnectServiceAttachment")
4324
4326
  def private_service_connect_service_attachment(self) -> Optional[_builtins.str]:
4325
4327
  """
4326
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
4328
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
4327
4329
  """
4328
4330
  return pulumi.get(self, "private_service_connect_service_attachment")
4329
4331
 
@@ -5369,6 +5371,54 @@ class TableflowTopicEnvironment(dict):
5369
5371
  return pulumi.get(self, "id")
5370
5372
 
5371
5373
 
5374
+ @pulumi.output_type
5375
+ class TableflowTopicErrorHandling(dict):
5376
+ @staticmethod
5377
+ def __key_warning(key: str):
5378
+ suggest = None
5379
+ if key == "logTarget":
5380
+ suggest = "log_target"
5381
+
5382
+ if suggest:
5383
+ pulumi.log.warn(f"Key '{key}' not found in TableflowTopicErrorHandling. Access the value via the '{suggest}' property getter instead.")
5384
+
5385
+ def __getitem__(self, key: str) -> Any:
5386
+ TableflowTopicErrorHandling.__key_warning(key)
5387
+ return super().__getitem__(key)
5388
+
5389
+ def get(self, key: str, default = None) -> Any:
5390
+ TableflowTopicErrorHandling.__key_warning(key)
5391
+ return super().get(key, default)
5392
+
5393
+ def __init__(__self__, *,
5394
+ log_target: Optional[_builtins.str] = None,
5395
+ mode: Optional[_builtins.str] = None):
5396
+ """
5397
+ :param _builtins.str log_target: The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
5398
+ :param _builtins.str mode: The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
5399
+ """
5400
+ if log_target is not None:
5401
+ pulumi.set(__self__, "log_target", log_target)
5402
+ if mode is not None:
5403
+ pulumi.set(__self__, "mode", mode)
5404
+
5405
+ @_builtins.property
5406
+ @pulumi.getter(name="logTarget")
5407
+ def log_target(self) -> Optional[_builtins.str]:
5408
+ """
5409
+ The topic to which the bad records will be logged for error handling mode `LOG`. Creates the topic if it doesn't already exist. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
5410
+ """
5411
+ return pulumi.get(self, "log_target")
5412
+
5413
+ @_builtins.property
5414
+ @pulumi.getter
5415
+ def mode(self) -> Optional[_builtins.str]:
5416
+ """
5417
+ The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
5418
+ """
5419
+ return pulumi.get(self, "mode")
5420
+
5421
+
5372
5422
  @pulumi.output_type
5373
5423
  class TableflowTopicKafkaCluster(dict):
5374
5424
  def __init__(__self__, *,
@@ -7948,8 +7998,8 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7948
7998
  private_link_service_alias: _builtins.str,
7949
7999
  private_link_service_resource_id: _builtins.str):
7950
8000
  """
7951
- :param _builtins.str private_link_service_alias: Azure PrivateLink service alias for the availability zone.
7952
- :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource id for the availability zone.
8001
+ :param _builtins.str private_link_service_alias: (Required String) Azure Private Link service alias for the availability zone.
8002
+ :param _builtins.str private_link_service_resource_id: (Required String) Azure Private Link service resource ID for the availability zone.
7953
8003
  """
7954
8004
  pulumi.set(__self__, "private_link_service_alias", private_link_service_alias)
7955
8005
  pulumi.set(__self__, "private_link_service_resource_id", private_link_service_resource_id)
@@ -7958,7 +8008,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7958
8008
  @pulumi.getter(name="privateLinkServiceAlias")
7959
8009
  def private_link_service_alias(self) -> _builtins.str:
7960
8010
  """
7961
- Azure PrivateLink service alias for the availability zone.
8011
+ (Required String) Azure Private Link service alias for the availability zone.
7962
8012
  """
7963
8013
  return pulumi.get(self, "private_link_service_alias")
7964
8014
 
@@ -7966,7 +8016,7 @@ class GetPrivateLinkAttachmentAzureResult(dict):
7966
8016
  @pulumi.getter(name="privateLinkServiceResourceId")
7967
8017
  def private_link_service_resource_id(self) -> _builtins.str:
7968
8018
  """
7969
- (Required String) Azure Private Link service resource id for the availability zone.
8019
+ (Required String) Azure Private Link service resource ID for the availability zone.
7970
8020
  """
7971
8021
  return pulumi.get(self, "private_link_service_resource_id")
7972
8022
 
@@ -8084,7 +8134,7 @@ class GetPrivateLinkAttachmentGcpResult(dict):
8084
8134
  def __init__(__self__, *,
8085
8135
  private_service_connect_service_attachment: _builtins.str):
8086
8136
  """
8087
- :param _builtins.str private_service_connect_service_attachment: Id of a Private Service Connect Service Attachment in Confluent Cloud.
8137
+ :param _builtins.str private_service_connect_service_attachment: (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
8088
8138
  """
8089
8139
  pulumi.set(__self__, "private_service_connect_service_attachment", private_service_connect_service_attachment)
8090
8140
 
@@ -8092,7 +8142,7 @@ class GetPrivateLinkAttachmentGcpResult(dict):
8092
8142
  @pulumi.getter(name="privateServiceConnectServiceAttachment")
8093
8143
  def private_service_connect_service_attachment(self) -> _builtins.str:
8094
8144
  """
8095
- Id of a Private Service Connect Service Attachment in Confluent Cloud.
8145
+ (Required String) The ID of the GCP Private Service Connect Service Attachment on Confluent Cloud.
8096
8146
  """
8097
8147
  return pulumi.get(self, "private_service_connect_service_attachment")
8098
8148
 
@@ -9397,6 +9447,35 @@ class GetTableflowTopicEnvironmentResult(dict):
9397
9447
  return pulumi.get(self, "id")
9398
9448
 
9399
9449
 
9450
+ @pulumi.output_type
9451
+ class GetTableflowTopicErrorHandlingResult(dict):
9452
+ def __init__(__self__, *,
9453
+ log_target: _builtins.str,
9454
+ mode: _builtins.str):
9455
+ """
9456
+ :param _builtins.str log_target: (Optional String) The topic to which the bad records will be logged for error handling mode `LOG`. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
9457
+ :param _builtins.str mode: (Optional String) The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
9458
+ """
9459
+ pulumi.set(__self__, "log_target", log_target)
9460
+ pulumi.set(__self__, "mode", mode)
9461
+
9462
+ @_builtins.property
9463
+ @pulumi.getter(name="logTarget")
9464
+ def log_target(self) -> _builtins.str:
9465
+ """
9466
+ (Optional String) The topic to which the bad records will be logged for error handling mode `LOG`. The default topic is "error_log" if error handling mode is `LOG`, and empty otherwise.
9467
+ """
9468
+ return pulumi.get(self, "log_target")
9469
+
9470
+ @_builtins.property
9471
+ @pulumi.getter
9472
+ def mode(self) -> _builtins.str:
9473
+ """
9474
+ (Optional String) The error handling mode. For `SUSPEND`, the materialization of the topic is suspended in case of record failures. For `SKIP`, bad records are skipped and the materialization continues with the next record. For `LOG`, bad records are logged to a dead-letter queue (DLQ) topic and the materialization continues with the next record. The default mode is `SUSPEND`.
9475
+ """
9476
+ return pulumi.get(self, "mode")
9477
+
9478
+
9400
9479
  @pulumi.output_type
9401
9480
  class GetTableflowTopicKafkaClusterResult(dict):
9402
9481
  def __init__(__self__, *,
@@ -102,7 +102,6 @@ class _PrivateLinkAttachmentState:
102
102
  Input properties used for looking up and filtering PrivateLinkAttachment resources.
103
103
  :param pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAwArgs']]] aws: (Optional Configuration Block) supports the following:
104
104
  :param pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAzureArgs']]] azures: (Optional Configuration Block) supports the following:
105
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
106
105
  :param pulumi.Input[_builtins.str] cloud: The cloud service provider that hosts the resources to access with the Private Link Attachment.
107
106
  :param pulumi.Input[_builtins.str] display_name: The name of the Private Link Attachment.
108
107
  :param pulumi.Input[_builtins.str] dns_domain: (Required String) The root DNS domain for the Private Link Attachment, for example, `pr123a.us-east-2.aws.confluent.cloud`.
@@ -147,7 +146,6 @@ class _PrivateLinkAttachmentState:
147
146
  def azures(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateLinkAttachmentAzureArgs']]]]:
148
147
  """
149
148
  (Optional Configuration Block) supports the following:
150
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
151
149
  """
152
150
  return pulumi.get(self, "azures")
153
151
 
@@ -419,7 +417,6 @@ class PrivateLinkAttachment(pulumi.CustomResource):
419
417
  :param pulumi.ResourceOptions opts: Options for the resource.
420
418
  :param pulumi.Input[Sequence[pulumi.Input[Union['PrivateLinkAttachmentAwArgs', 'PrivateLinkAttachmentAwArgsDict']]]] aws: (Optional Configuration Block) supports the following:
421
419
  :param pulumi.Input[Sequence[pulumi.Input[Union['PrivateLinkAttachmentAzureArgs', 'PrivateLinkAttachmentAzureArgsDict']]]] azures: (Optional Configuration Block) supports the following:
422
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
423
420
  :param pulumi.Input[_builtins.str] cloud: The cloud service provider that hosts the resources to access with the Private Link Attachment.
424
421
  :param pulumi.Input[_builtins.str] display_name: The name of the Private Link Attachment.
425
422
  :param pulumi.Input[_builtins.str] dns_domain: (Required String) The root DNS domain for the Private Link Attachment, for example, `pr123a.us-east-2.aws.confluent.cloud`.
@@ -456,7 +453,6 @@ class PrivateLinkAttachment(pulumi.CustomResource):
456
453
  def azures(self) -> pulumi.Output[Sequence['outputs.PrivateLinkAttachmentAzure']]:
457
454
  """
458
455
  (Optional Configuration Block) supports the following:
459
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
460
456
  """
461
457
  return pulumi.get(self, "azures")
462
458
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "confluentcloud",
4
- "version": "2.49.0-alpha.1761153138"
4
+ "version": "2.49.0-alpha.1761362905"
5
5
  }
@@ -26,6 +26,7 @@ class TableflowTopicArgs:
26
26
  kafka_cluster: pulumi.Input['TableflowTopicKafkaClusterArgs'],
27
27
  byob_aws: Optional[pulumi.Input['TableflowTopicByobAwsArgs']] = None,
28
28
  credentials: Optional[pulumi.Input['TableflowTopicCredentialsArgs']] = None,
29
+ error_handling: Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']] = None,
29
30
  managed_storages: Optional[pulumi.Input[Sequence[pulumi.Input['TableflowTopicManagedStorageArgs']]]] = None,
30
31
  record_failure_strategy: Optional[pulumi.Input[_builtins.str]] = None,
31
32
  retention_ms: Optional[pulumi.Input[_builtins.str]] = None,
@@ -48,8 +49,13 @@ class TableflowTopicArgs:
48
49
  pulumi.set(__self__, "byob_aws", byob_aws)
49
50
  if credentials is not None:
50
51
  pulumi.set(__self__, "credentials", credentials)
52
+ if error_handling is not None:
53
+ pulumi.set(__self__, "error_handling", error_handling)
51
54
  if managed_storages is not None:
52
55
  pulumi.set(__self__, "managed_storages", managed_storages)
56
+ if record_failure_strategy is not None:
57
+ warnings.warn("""This attribute is deprecated and will be removed in a future release.""", DeprecationWarning)
58
+ pulumi.log.warn("""record_failure_strategy is deprecated: This attribute is deprecated and will be removed in a future release.""")
53
59
  if record_failure_strategy is not None:
54
60
  pulumi.set(__self__, "record_failure_strategy", record_failure_strategy)
55
61
  if retention_ms is not None:
@@ -114,6 +120,15 @@ class TableflowTopicArgs:
114
120
  def credentials(self, value: Optional[pulumi.Input['TableflowTopicCredentialsArgs']]):
115
121
  pulumi.set(self, "credentials", value)
116
122
 
123
+ @_builtins.property
124
+ @pulumi.getter(name="errorHandling")
125
+ def error_handling(self) -> Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']]:
126
+ return pulumi.get(self, "error_handling")
127
+
128
+ @error_handling.setter
129
+ def error_handling(self, value: Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']]):
130
+ pulumi.set(self, "error_handling", value)
131
+
117
132
  @_builtins.property
118
133
  @pulumi.getter(name="managedStorages")
119
134
  def managed_storages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableflowTopicManagedStorageArgs']]]]:
@@ -128,6 +143,7 @@ class TableflowTopicArgs:
128
143
 
129
144
  @_builtins.property
130
145
  @pulumi.getter(name="recordFailureStrategy")
146
+ @_utilities.deprecated("""This attribute is deprecated and will be removed in a future release.""")
131
147
  def record_failure_strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
132
148
  """
133
149
  The strategy to handle record failures in the Tableflow enabled topic during materialization. Accepted values are `SKIP`, `SUSPEND`. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
@@ -172,6 +188,7 @@ class _TableflowTopicState:
172
188
  enable_compaction: Optional[pulumi.Input[_builtins.bool]] = None,
173
189
  enable_partitioning: Optional[pulumi.Input[_builtins.bool]] = None,
174
190
  environment: Optional[pulumi.Input['TableflowTopicEnvironmentArgs']] = None,
191
+ error_handling: Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']] = None,
175
192
  kafka_cluster: Optional[pulumi.Input['TableflowTopicKafkaClusterArgs']] = None,
176
193
  managed_storages: Optional[pulumi.Input[Sequence[pulumi.Input['TableflowTopicManagedStorageArgs']]]] = None,
177
194
  record_failure_strategy: Optional[pulumi.Input[_builtins.str]] = None,
@@ -208,10 +225,15 @@ class _TableflowTopicState:
208
225
  pulumi.set(__self__, "enable_partitioning", enable_partitioning)
209
226
  if environment is not None:
210
227
  pulumi.set(__self__, "environment", environment)
228
+ if error_handling is not None:
229
+ pulumi.set(__self__, "error_handling", error_handling)
211
230
  if kafka_cluster is not None:
212
231
  pulumi.set(__self__, "kafka_cluster", kafka_cluster)
213
232
  if managed_storages is not None:
214
233
  pulumi.set(__self__, "managed_storages", managed_storages)
234
+ if record_failure_strategy is not None:
235
+ warnings.warn("""This attribute is deprecated and will be removed in a future release.""", DeprecationWarning)
236
+ pulumi.log.warn("""record_failure_strategy is deprecated: This attribute is deprecated and will be removed in a future release.""")
215
237
  if record_failure_strategy is not None:
216
238
  pulumi.set(__self__, "record_failure_strategy", record_failure_strategy)
217
239
  if retention_ms is not None:
@@ -297,6 +319,15 @@ class _TableflowTopicState:
297
319
  def environment(self, value: Optional[pulumi.Input['TableflowTopicEnvironmentArgs']]):
298
320
  pulumi.set(self, "environment", value)
299
321
 
322
+ @_builtins.property
323
+ @pulumi.getter(name="errorHandling")
324
+ def error_handling(self) -> Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']]:
325
+ return pulumi.get(self, "error_handling")
326
+
327
+ @error_handling.setter
328
+ def error_handling(self, value: Optional[pulumi.Input['TableflowTopicErrorHandlingArgs']]):
329
+ pulumi.set(self, "error_handling", value)
330
+
300
331
  @_builtins.property
301
332
  @pulumi.getter(name="kafkaCluster")
302
333
  def kafka_cluster(self) -> Optional[pulumi.Input['TableflowTopicKafkaClusterArgs']]:
@@ -320,6 +351,7 @@ class _TableflowTopicState:
320
351
 
321
352
  @_builtins.property
322
353
  @pulumi.getter(name="recordFailureStrategy")
354
+ @_utilities.deprecated("""This attribute is deprecated and will be removed in a future release.""")
323
355
  def record_failure_strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
324
356
  """
325
357
  The strategy to handle record failures in the Tableflow enabled topic during materialization. Accepted values are `SKIP`, `SUSPEND`. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
@@ -401,6 +433,7 @@ class TableflowTopic(pulumi.CustomResource):
401
433
  credentials: Optional[pulumi.Input[Union['TableflowTopicCredentialsArgs', 'TableflowTopicCredentialsArgsDict']]] = None,
402
434
  display_name: Optional[pulumi.Input[_builtins.str]] = None,
403
435
  environment: Optional[pulumi.Input[Union['TableflowTopicEnvironmentArgs', 'TableflowTopicEnvironmentArgsDict']]] = None,
436
+ error_handling: Optional[pulumi.Input[Union['TableflowTopicErrorHandlingArgs', 'TableflowTopicErrorHandlingArgsDict']]] = None,
404
437
  kafka_cluster: Optional[pulumi.Input[Union['TableflowTopicKafkaClusterArgs', 'TableflowTopicKafkaClusterArgsDict']]] = None,
405
438
  managed_storages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableflowTopicManagedStorageArgs', 'TableflowTopicManagedStorageArgsDict']]]]] = None,
406
439
  record_failure_strategy: Optional[pulumi.Input[_builtins.str]] = None,
@@ -599,6 +632,7 @@ class TableflowTopic(pulumi.CustomResource):
599
632
  credentials: Optional[pulumi.Input[Union['TableflowTopicCredentialsArgs', 'TableflowTopicCredentialsArgsDict']]] = None,
600
633
  display_name: Optional[pulumi.Input[_builtins.str]] = None,
601
634
  environment: Optional[pulumi.Input[Union['TableflowTopicEnvironmentArgs', 'TableflowTopicEnvironmentArgsDict']]] = None,
635
+ error_handling: Optional[pulumi.Input[Union['TableflowTopicErrorHandlingArgs', 'TableflowTopicErrorHandlingArgsDict']]] = None,
602
636
  kafka_cluster: Optional[pulumi.Input[Union['TableflowTopicKafkaClusterArgs', 'TableflowTopicKafkaClusterArgsDict']]] = None,
603
637
  managed_storages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableflowTopicManagedStorageArgs', 'TableflowTopicManagedStorageArgsDict']]]]] = None,
604
638
  record_failure_strategy: Optional[pulumi.Input[_builtins.str]] = None,
@@ -621,6 +655,7 @@ class TableflowTopic(pulumi.CustomResource):
621
655
  if environment is None and not opts.urn:
622
656
  raise TypeError("Missing required property 'environment'")
623
657
  __props__.__dict__["environment"] = environment
658
+ __props__.__dict__["error_handling"] = error_handling
624
659
  if kafka_cluster is None and not opts.urn:
625
660
  raise TypeError("Missing required property 'kafka_cluster'")
626
661
  __props__.__dict__["kafka_cluster"] = kafka_cluster
@@ -651,6 +686,7 @@ class TableflowTopic(pulumi.CustomResource):
651
686
  enable_compaction: Optional[pulumi.Input[_builtins.bool]] = None,
652
687
  enable_partitioning: Optional[pulumi.Input[_builtins.bool]] = None,
653
688
  environment: Optional[pulumi.Input[Union['TableflowTopicEnvironmentArgs', 'TableflowTopicEnvironmentArgsDict']]] = None,
689
+ error_handling: Optional[pulumi.Input[Union['TableflowTopicErrorHandlingArgs', 'TableflowTopicErrorHandlingArgsDict']]] = None,
654
690
  kafka_cluster: Optional[pulumi.Input[Union['TableflowTopicKafkaClusterArgs', 'TableflowTopicKafkaClusterArgsDict']]] = None,
655
691
  managed_storages: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TableflowTopicManagedStorageArgs', 'TableflowTopicManagedStorageArgsDict']]]]] = None,
656
692
  record_failure_strategy: Optional[pulumi.Input[_builtins.str]] = None,
@@ -690,6 +726,7 @@ class TableflowTopic(pulumi.CustomResource):
690
726
  __props__.__dict__["enable_compaction"] = enable_compaction
691
727
  __props__.__dict__["enable_partitioning"] = enable_partitioning
692
728
  __props__.__dict__["environment"] = environment
729
+ __props__.__dict__["error_handling"] = error_handling
693
730
  __props__.__dict__["kafka_cluster"] = kafka_cluster
694
731
  __props__.__dict__["managed_storages"] = managed_storages
695
732
  __props__.__dict__["record_failure_strategy"] = record_failure_strategy
@@ -748,6 +785,11 @@ class TableflowTopic(pulumi.CustomResource):
748
785
  """
749
786
  return pulumi.get(self, "environment")
750
787
 
788
+ @_builtins.property
789
+ @pulumi.getter(name="errorHandling")
790
+ def error_handling(self) -> pulumi.Output['outputs.TableflowTopicErrorHandling']:
791
+ return pulumi.get(self, "error_handling")
792
+
751
793
  @_builtins.property
752
794
  @pulumi.getter(name="kafkaCluster")
753
795
  def kafka_cluster(self) -> pulumi.Output['outputs.TableflowTopicKafkaCluster']:
@@ -763,6 +805,7 @@ class TableflowTopic(pulumi.CustomResource):
763
805
 
764
806
  @_builtins.property
765
807
  @pulumi.getter(name="recordFailureStrategy")
808
+ @_utilities.deprecated("""This attribute is deprecated and will be removed in a future release.""")
766
809
  def record_failure_strategy(self) -> pulumi.Output[_builtins.str]:
767
810
  """
768
811
  The strategy to handle record failures in the Tableflow enabled topic during materialization. Accepted values are `SKIP`, `SUSPEND`. For `SKIP`, we skip the bad records and move to the next record. For `SUSPEND`, we suspend the materialization of the topic.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_confluentcloud
3
- Version: 2.49.0a1761153138
3
+ Version: 2.49.0a1761362905
4
4
  Summary: A Pulumi package for creating and managing Confluent cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com
@@ -1,5 +1,5 @@
1
1
  pulumi_confluentcloud/__init__.py,sha256=kOwNfz5DblrFq6m5-J913KrPPjoA5mJNMUBX75pFPmg,16039
2
- pulumi_confluentcloud/_inputs.py,sha256=GMRRN_0bnm3O3ysRsy_eD53XBHO1awGvslDLfO2ECYo,461333
2
+ pulumi_confluentcloud/_inputs.py,sha256=N-XIGcY5jKNKnpEDwZSU-SwIbydQJ2H955XBI_Oi2ck,464805
3
3
  pulumi_confluentcloud/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_confluentcloud/access_point.py,sha256=EWjw5oS5Zvch3deV4n8oUv9AV73aYy7qUrEJ6ji0Db0,32976
5
5
  pulumi_confluentcloud/api_key.py,sha256=CkQiXMQOINtH2Kn2gvVhIdv95R_HEjcT8sSlDwL3miw,30526
@@ -57,7 +57,7 @@ pulumi_confluentcloud/get_network_link_service.py,sha256=GohzEqwacG-JwnkJhpaMjZ1
57
57
  pulumi_confluentcloud/get_organization.py,sha256=LRL3u_wJh2UOPt2k5BW9588UkUiIp9MEwxqEV1xBFG4,4100
58
58
  pulumi_confluentcloud/get_peering.py,sha256=Ikw989nCbcGsSNdfX7HeYGtk_2U_B-Db0WXK31d2VMs,8792
59
59
  pulumi_confluentcloud/get_private_link_access.py,sha256=LjIoJHR4IgUkENE7P0NJg4t4UfSA2o3lr8lAPam0U8I,9402
60
- pulumi_confluentcloud/get_private_link_attachment.py,sha256=431HYZCr_GaNGotAlyjIHYpprfZhNBgHqX17XN3uEyM,10986
60
+ pulumi_confluentcloud/get_private_link_attachment.py,sha256=PHycDxRIvcpnP3JMgrhTfKhMW5CFECMdbLuSQOGXp_c,10866
61
61
  pulumi_confluentcloud/get_private_link_attachment_connection.py,sha256=BxSUuWyZxXrvWpP_XuoE6fwnqRcwBl5DNgYMIuz2fsQ,10541
62
62
  pulumi_confluentcloud/get_provider_integration.py,sha256=30UryTJfeAYuknyrcf4IUADsjK_pFcRCJzREt8dnilc,8822
63
63
  pulumi_confluentcloud/get_role_binding.py,sha256=M-_XXL75KCQM7f111HXyq2-qp49GImi8FUCakhUVl5w,6248
@@ -72,7 +72,7 @@ pulumi_confluentcloud/get_schemas.py,sha256=Mr-OM-3oJsdPPXbq1J38Z2N8aybF6WXBq-bM
72
72
  pulumi_confluentcloud/get_service_account.py,sha256=3lk7TNkGjmi4c1oa4o8O4XjMw8EIlZg332Ije6jUqfg,7331
73
73
  pulumi_confluentcloud/get_subject_config.py,sha256=dKd28r2YSQZZ5Wtjn5CxfiX1sCYQBubvbCWDWc9-jhU,9328
74
74
  pulumi_confluentcloud/get_subject_mode.py,sha256=RJKGulZlRGGkoGVgEW8_Mv7wkVJfu5wB5RU2Po9PJ_E,10545
75
- pulumi_confluentcloud/get_tableflow_topic.py,sha256=6veLFIVNrXsjlHWrfkukY1PwlL3Bef5d9g1y9fYtwvc,15789
75
+ pulumi_confluentcloud/get_tableflow_topic.py,sha256=7SFh2xCXl34dADEhEJ0lSzWxHgzFnRsCtWHwCyUs59g,16521
76
76
  pulumi_confluentcloud/get_tag.py,sha256=vBOXia2VjmhKoQfRY0A9wv8KXO5IcPOdDa_CAtDfd6M,11178
77
77
  pulumi_confluentcloud/get_tag_binding.py,sha256=1yXnizQsxxxD5YaTezzbC8bx4W_guaXD4UAJbaD94Tc,13071
78
78
  pulumi_confluentcloud/get_transit_gateway_attachment.py,sha256=TUOrt6fi7LD4QukfQkthoSRprS9cMoSZMpZehK_yhIU,8504
@@ -94,15 +94,15 @@ pulumi_confluentcloud/ksql_cluster.py,sha256=2iHuwHft1nFCJHHUZ_OQ6za0Wwhc01VyfdV
94
94
  pulumi_confluentcloud/network.py,sha256=8CtwHx8oTbnbgX7F4WLcmyFHUR5v-d6mt4XtcYdGShw,65777
95
95
  pulumi_confluentcloud/network_link_endpoint.py,sha256=mIDIlsxhKa5wwaLJzBn9aMGGl_lYRcZvUDjLFEh5aYI,21019
96
96
  pulumi_confluentcloud/network_link_service.py,sha256=1EYvdSSxGVyf9EYUb9KQEGF_d7ct74B4BTQcy5VvTto,21597
97
- pulumi_confluentcloud/outputs.py,sha256=g74RzkcDIX5eJ_4K3wMOHQ_fvcGO_-q_jFF8Pu_3WQk,380572
97
+ pulumi_confluentcloud/outputs.py,sha256=4gRn_OaaVU8kMNbHM3m4C6ii_tq63YO4zaYelgETo20,385279
98
98
  pulumi_confluentcloud/peering.py,sha256=JLZhrSeVal5O2KcWqgKjcA_NVxm4jCgdmKkeVqEcLAI,26219
99
99
  pulumi_confluentcloud/plugin.py,sha256=CKzFzVS27r-z8IC6uQKg6JMTAY-58RfRp9WZfybQC9c,19241
100
100
  pulumi_confluentcloud/private_link_access.py,sha256=RXRS63n0MtU1rqscLqDiZXCPTyB6Agn4CwKu5BEg6BY,26465
101
- pulumi_confluentcloud/private_link_attachment.py,sha256=xluLBaV5hX40gQLEUmxu_LoiF6_0P9CNvDcJpxIhK-Y,26399
101
+ pulumi_confluentcloud/private_link_attachment.py,sha256=cTulprHd5xC1O0pvXFUmSY8UJf1xc1HeAsonKZs_OBI,25905
102
102
  pulumi_confluentcloud/private_link_attachment_connection.py,sha256=KpQR8PG9KpNkV5MCqYjzOWrVBXY8st6cDDTPBsfBz4k,27139
103
103
  pulumi_confluentcloud/provider.py,sha256=sN-VlTRE0cOeq78IKZopdjt1JLVRJpXA3LYYbYizrHg,34888
104
104
  pulumi_confluentcloud/provider_integration.py,sha256=RmBOJN9EFsKlRiBAEP2_hXl-LR0FMWA6_qC61HWocPQ,16497
105
- pulumi_confluentcloud/pulumi-plugin.json,sha256=EQG1qqhTSp8ZXgqeo-tMynE2F2TAZ7VZhw-eAMnaDcY,91
105
+ pulumi_confluentcloud/pulumi-plugin.json,sha256=cDqfwqdCVGqL6pm3oRiLzbV9E8gFFTnoBGMmmqFBlRg,91
106
106
  pulumi_confluentcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
107
  pulumi_confluentcloud/role_binding.py,sha256=MbeRwcuWNj_KSnNP2zEqNSthGBV1z1haBjbk97pvMZk,20463
108
108
  pulumi_confluentcloud/schema.py,sha256=TrAq7lGUxbNvgD-33fhRm602EIR9EXO8tFfwhRADmkk,40807
@@ -114,7 +114,7 @@ pulumi_confluentcloud/schema_registry_kek.py,sha256=zRcr3nKOwOguV99lC8W3TuUVjsH3
114
114
  pulumi_confluentcloud/service_account.py,sha256=cGwmSYtZN0DW3l2_stxjfgV6FDIks9a77a2nO2xptQE,19583
115
115
  pulumi_confluentcloud/subject_config.py,sha256=OXU_91oUU5FLf8rRjTc2J7aUzCPzZvLlAygSge5eaQE,30180
116
116
  pulumi_confluentcloud/subject_mode.py,sha256=0wyvTJS2EARMEloedqC_Ux4nQUSh5f3wuLe1TAXtIh8,24612
117
- pulumi_confluentcloud/tableflow_topic.py,sha256=wi7uJAVRiaxiRP3J_piK4Fu794KOv4_c_aBVgL4FJ1w,44896
117
+ pulumi_confluentcloud/tableflow_topic.py,sha256=TSjIoglzQzL1qwQniNWpEZCvOO6EN_MfAm_fo-GsT-4,47770
118
118
  pulumi_confluentcloud/tag.py,sha256=knvRKPcNHRddvzLYwnra8vwW5cxycZOG71Cli_lhLmg,23746
119
119
  pulumi_confluentcloud/tag_binding.py,sha256=lk5cphmn882kG4deW2vQue69aTLOLsM6kJ1quwZT3NY,30739
120
120
  pulumi_confluentcloud/tf_importer.py,sha256=D0oj3ocsPCHOdzVOGHcBLDJ0AenFOVPK13R9BMTcGfY,13500
@@ -123,7 +123,7 @@ pulumi_confluentcloud/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJ
123
123
  pulumi_confluentcloud/config/__init__.pyi,sha256=wUpGQFTVXK9rFefT-KLKGEPtajQG_D4Due_TzbOT5jE,2151
124
124
  pulumi_confluentcloud/config/outputs.py,sha256=j9KabfxdzVhzLBDXzRsfQbM3kPvizCnfA4jT1GiYu7I,5369
125
125
  pulumi_confluentcloud/config/vars.py,sha256=a6jklkyhkLNyX1ZeL2snOeaA6uX4dqwUZl5fUDp3wMQ,4915
126
- pulumi_confluentcloud-2.49.0a1761153138.dist-info/METADATA,sha256=RTsGG0M-pHDtozXn_7uC_vzfGUrIMx4lpBO04B2I_rw,2898
127
- pulumi_confluentcloud-2.49.0a1761153138.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
128
- pulumi_confluentcloud-2.49.0a1761153138.dist-info/top_level.txt,sha256=0spb6Wqsv3xa9v5poWmP3cWll3tbfOwOKwneN7S2DjM,22
129
- pulumi_confluentcloud-2.49.0a1761153138.dist-info/RECORD,,
126
+ pulumi_confluentcloud-2.49.0a1761362905.dist-info/METADATA,sha256=azCNe8xET-u0znBtGFJSEVXCc_wX14T29QvXfTHlg8g,2898
127
+ pulumi_confluentcloud-2.49.0a1761362905.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
128
+ pulumi_confluentcloud-2.49.0a1761362905.dist-info/top_level.txt,sha256=0spb6Wqsv3xa9v5poWmP3cWll3tbfOwOKwneN7S2DjM,22
129
+ pulumi_confluentcloud-2.49.0a1761362905.dist-info/RECORD,,