pulumi-confluentcloud 2.13.0a1735836869__py3-none-any.whl → 2.50.0a1762926155__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.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  13. pulumi_confluentcloud/cluster_link.py +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +303 -81
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  37. pulumi_confluentcloud/get_cluster_link.py +274 -0
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +59 -41
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +45 -17
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -207
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +318 -192
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,360 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = [
20
+ 'GetTableflowTopicResult',
21
+ 'AwaitableGetTableflowTopicResult',
22
+ 'get_tableflow_topic',
23
+ 'get_tableflow_topic_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetTableflowTopicResult:
28
+ """
29
+ A collection of values returned by getTableflowTopic.
30
+ """
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
+ if byob_aws and not isinstance(byob_aws, list):
33
+ raise TypeError("Expected argument 'byob_aws' to be a list")
34
+ pulumi.set(__self__, "byob_aws", byob_aws)
35
+ if credentials and not isinstance(credentials, dict):
36
+ raise TypeError("Expected argument 'credentials' to be a dict")
37
+ pulumi.set(__self__, "credentials", credentials)
38
+ if display_name and not isinstance(display_name, str):
39
+ raise TypeError("Expected argument 'display_name' to be a str")
40
+ pulumi.set(__self__, "display_name", display_name)
41
+ if enable_compaction and not isinstance(enable_compaction, bool):
42
+ raise TypeError("Expected argument 'enable_compaction' to be a bool")
43
+ pulumi.set(__self__, "enable_compaction", enable_compaction)
44
+ if enable_partitioning and not isinstance(enable_partitioning, bool):
45
+ raise TypeError("Expected argument 'enable_partitioning' to be a bool")
46
+ pulumi.set(__self__, "enable_partitioning", enable_partitioning)
47
+ if environment and not isinstance(environment, dict):
48
+ raise TypeError("Expected argument 'environment' to be a dict")
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)
53
+ if id and not isinstance(id, str):
54
+ raise TypeError("Expected argument 'id' to be a str")
55
+ pulumi.set(__self__, "id", id)
56
+ if kafka_cluster and not isinstance(kafka_cluster, dict):
57
+ raise TypeError("Expected argument 'kafka_cluster' to be a dict")
58
+ pulumi.set(__self__, "kafka_cluster", kafka_cluster)
59
+ if managed_storages and not isinstance(managed_storages, list):
60
+ raise TypeError("Expected argument 'managed_storages' to be a list")
61
+ pulumi.set(__self__, "managed_storages", managed_storages)
62
+ if record_failure_strategy and not isinstance(record_failure_strategy, str):
63
+ raise TypeError("Expected argument 'record_failure_strategy' to be a str")
64
+ pulumi.set(__self__, "record_failure_strategy", record_failure_strategy)
65
+ if retention_ms and not isinstance(retention_ms, str):
66
+ raise TypeError("Expected argument 'retention_ms' to be a str")
67
+ pulumi.set(__self__, "retention_ms", retention_ms)
68
+ if suspended and not isinstance(suspended, bool):
69
+ raise TypeError("Expected argument 'suspended' to be a bool")
70
+ pulumi.set(__self__, "suspended", suspended)
71
+ if table_formats and not isinstance(table_formats, list):
72
+ raise TypeError("Expected argument 'table_formats' to be a list")
73
+ pulumi.set(__self__, "table_formats", table_formats)
74
+ if table_path and not isinstance(table_path, str):
75
+ raise TypeError("Expected argument 'table_path' to be a str")
76
+ pulumi.set(__self__, "table_path", table_path)
77
+ if write_mode and not isinstance(write_mode, str):
78
+ raise TypeError("Expected argument 'write_mode' to be a str")
79
+ pulumi.set(__self__, "write_mode", write_mode)
80
+
81
+ @_builtins.property
82
+ @pulumi.getter(name="byobAws")
83
+ def byob_aws(self) -> Sequence['outputs.GetTableflowTopicByobAwResult']:
84
+ """
85
+ (Optional Configuration Block) supports the following:
86
+ """
87
+ return pulumi.get(self, "byob_aws")
88
+
89
+ @_builtins.property
90
+ @pulumi.getter
91
+ def credentials(self) -> Optional['outputs.GetTableflowTopicCredentialsResult']:
92
+ return pulumi.get(self, "credentials")
93
+
94
+ @_builtins.property
95
+ @pulumi.getter(name="displayName")
96
+ def display_name(self) -> _builtins.str:
97
+ return pulumi.get(self, "display_name")
98
+
99
+ @_builtins.property
100
+ @pulumi.getter(name="enableCompaction")
101
+ def enable_compaction(self) -> _builtins.bool:
102
+ """
103
+ (Optional Boolean) This flag determines whether to enable compaction for the Tableflow enabled topic.
104
+ """
105
+ return pulumi.get(self, "enable_compaction")
106
+
107
+ @_builtins.property
108
+ @pulumi.getter(name="enablePartitioning")
109
+ def enable_partitioning(self) -> _builtins.bool:
110
+ """
111
+ (Optional Boolean) This flag determines whether to enable partitioning for the Tableflow enabled topic.
112
+ """
113
+ return pulumi.get(self, "enable_partitioning")
114
+
115
+ @_builtins.property
116
+ @pulumi.getter
117
+ def environment(self) -> 'outputs.GetTableflowTopicEnvironmentResult':
118
+ return pulumi.get(self, "environment")
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
+
128
+ @_builtins.property
129
+ @pulumi.getter
130
+ def id(self) -> _builtins.str:
131
+ """
132
+ The provider-assigned unique ID for this managed resource.
133
+ """
134
+ return pulumi.get(self, "id")
135
+
136
+ @_builtins.property
137
+ @pulumi.getter(name="kafkaCluster")
138
+ def kafka_cluster(self) -> 'outputs.GetTableflowTopicKafkaClusterResult':
139
+ return pulumi.get(self, "kafka_cluster")
140
+
141
+ @_builtins.property
142
+ @pulumi.getter(name="managedStorages")
143
+ def managed_storages(self) -> Sequence['outputs.GetTableflowTopicManagedStorageResult']:
144
+ """
145
+ (Optional Configuration Block) The configuration of the Confluent managed bucket.
146
+ """
147
+ return pulumi.get(self, "managed_storages")
148
+
149
+ @_builtins.property
150
+ @pulumi.getter(name="recordFailureStrategy")
151
+ def record_failure_strategy(self) -> _builtins.str:
152
+ """
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.
154
+ """
155
+ return pulumi.get(self, "record_failure_strategy")
156
+
157
+ @_builtins.property
158
+ @pulumi.getter(name="retentionMs")
159
+ def retention_ms(self) -> _builtins.str:
160
+ """
161
+ (Optional String) The max age of snapshots (Iceberg) or versions (Delta) (snapshot/version expiration) to keep on the table in milliseconds for the Tableflow enabled topic.
162
+ """
163
+ return pulumi.get(self, "retention_ms")
164
+
165
+ @_builtins.property
166
+ @pulumi.getter
167
+ def suspended(self) -> _builtins.bool:
168
+ """
169
+ (Optional Boolean) Indicates whether the Tableflow should be suspended.
170
+ """
171
+ return pulumi.get(self, "suspended")
172
+
173
+ @_builtins.property
174
+ @pulumi.getter(name="tableFormats")
175
+ def table_formats(self) -> Sequence[_builtins.str]:
176
+ """
177
+ (Optional List) The supported table formats for the Tableflow-enabled topic.
178
+ """
179
+ return pulumi.get(self, "table_formats")
180
+
181
+ @_builtins.property
182
+ @pulumi.getter(name="tablePath")
183
+ def table_path(self) -> _builtins.str:
184
+ """
185
+ (Optional String) The current storage path where the data and metadata is stored for this table.
186
+ """
187
+ return pulumi.get(self, "table_path")
188
+
189
+ @_builtins.property
190
+ @pulumi.getter(name="writeMode")
191
+ def write_mode(self) -> _builtins.str:
192
+ """
193
+ (Optional String) Indicates the write mode of the Tableflow topic.
194
+ """
195
+ return pulumi.get(self, "write_mode")
196
+
197
+
198
+ class AwaitableGetTableflowTopicResult(GetTableflowTopicResult):
199
+ # pylint: disable=using-constant-test
200
+ def __await__(self):
201
+ if False:
202
+ yield self
203
+ return GetTableflowTopicResult(
204
+ byob_aws=self.byob_aws,
205
+ credentials=self.credentials,
206
+ display_name=self.display_name,
207
+ enable_compaction=self.enable_compaction,
208
+ enable_partitioning=self.enable_partitioning,
209
+ environment=self.environment,
210
+ error_handlings=self.error_handlings,
211
+ id=self.id,
212
+ kafka_cluster=self.kafka_cluster,
213
+ managed_storages=self.managed_storages,
214
+ record_failure_strategy=self.record_failure_strategy,
215
+ retention_ms=self.retention_ms,
216
+ suspended=self.suspended,
217
+ table_formats=self.table_formats,
218
+ table_path=self.table_path,
219
+ write_mode=self.write_mode)
220
+
221
+
222
+ def get_tableflow_topic(credentials: Optional[Union['GetTableflowTopicCredentialsArgs', 'GetTableflowTopicCredentialsArgsDict']] = None,
223
+ display_name: Optional[_builtins.str] = None,
224
+ environment: Optional[Union['GetTableflowTopicEnvironmentArgs', 'GetTableflowTopicEnvironmentArgsDict']] = None,
225
+ kafka_cluster: Optional[Union['GetTableflowTopicKafkaClusterArgs', 'GetTableflowTopicKafkaClusterArgsDict']] = None,
226
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTableflowTopicResult:
227
+ """
228
+ [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
229
+
230
+ `TableflowTopic` describes a Tableflow Topic data source.
231
+
232
+ ## Example Usage
233
+
234
+ ### Option #1: Manage multiple Tableflow Topics in the same Pulumi Stack
235
+
236
+ ```python
237
+ import pulumi
238
+ import pulumi_confluentcloud as confluentcloud
239
+
240
+ example = confluentcloud.get_tableflow_topic(environment={
241
+ "id": staging["id"],
242
+ },
243
+ kafka_cluster={
244
+ "id": staging_confluent_kafka_cluster["id"],
245
+ },
246
+ display_name="tableflow-example",
247
+ credentials={
248
+ "key": env_admin_tableflow_api_key["id"],
249
+ "secret": env_admin_tableflow_api_key["secret"],
250
+ })
251
+ pulumi.export("retention-ms", example.retention_ms)
252
+ ```
253
+
254
+ ### Option #2: Manage a single Tableflow Topic in the same Pulumi Stack
255
+
256
+ ```python
257
+ import pulumi
258
+ import pulumi_confluentcloud as confluentcloud
259
+
260
+ example = confluentcloud.get_tableflow_topic(display_name="tableflow-example")
261
+ pulumi.export("retention-ms", example.retention_ms)
262
+ ```
263
+
264
+
265
+ :param _builtins.str display_name: The name of the Tableflow Topic.
266
+ """
267
+ __args__ = dict()
268
+ __args__['credentials'] = credentials
269
+ __args__['displayName'] = display_name
270
+ __args__['environment'] = environment
271
+ __args__['kafkaCluster'] = kafka_cluster
272
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
273
+ __ret__ = pulumi.runtime.invoke('confluentcloud:index/getTableflowTopic:getTableflowTopic', __args__, opts=opts, typ=GetTableflowTopicResult).value
274
+
275
+ return AwaitableGetTableflowTopicResult(
276
+ byob_aws=pulumi.get(__ret__, 'byob_aws'),
277
+ credentials=pulumi.get(__ret__, 'credentials'),
278
+ display_name=pulumi.get(__ret__, 'display_name'),
279
+ enable_compaction=pulumi.get(__ret__, 'enable_compaction'),
280
+ enable_partitioning=pulumi.get(__ret__, 'enable_partitioning'),
281
+ environment=pulumi.get(__ret__, 'environment'),
282
+ error_handlings=pulumi.get(__ret__, 'error_handlings'),
283
+ id=pulumi.get(__ret__, 'id'),
284
+ kafka_cluster=pulumi.get(__ret__, 'kafka_cluster'),
285
+ managed_storages=pulumi.get(__ret__, 'managed_storages'),
286
+ record_failure_strategy=pulumi.get(__ret__, 'record_failure_strategy'),
287
+ retention_ms=pulumi.get(__ret__, 'retention_ms'),
288
+ suspended=pulumi.get(__ret__, 'suspended'),
289
+ table_formats=pulumi.get(__ret__, 'table_formats'),
290
+ table_path=pulumi.get(__ret__, 'table_path'),
291
+ write_mode=pulumi.get(__ret__, 'write_mode'))
292
+ def get_tableflow_topic_output(credentials: Optional[pulumi.Input[Optional[Union['GetTableflowTopicCredentialsArgs', 'GetTableflowTopicCredentialsArgsDict']]]] = None,
293
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
294
+ environment: Optional[pulumi.Input[Union['GetTableflowTopicEnvironmentArgs', 'GetTableflowTopicEnvironmentArgsDict']]] = None,
295
+ kafka_cluster: Optional[pulumi.Input[Union['GetTableflowTopicKafkaClusterArgs', 'GetTableflowTopicKafkaClusterArgsDict']]] = None,
296
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTableflowTopicResult]:
297
+ """
298
+ [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
299
+
300
+ `TableflowTopic` describes a Tableflow Topic data source.
301
+
302
+ ## Example Usage
303
+
304
+ ### Option #1: Manage multiple Tableflow Topics in the same Pulumi Stack
305
+
306
+ ```python
307
+ import pulumi
308
+ import pulumi_confluentcloud as confluentcloud
309
+
310
+ example = confluentcloud.get_tableflow_topic(environment={
311
+ "id": staging["id"],
312
+ },
313
+ kafka_cluster={
314
+ "id": staging_confluent_kafka_cluster["id"],
315
+ },
316
+ display_name="tableflow-example",
317
+ credentials={
318
+ "key": env_admin_tableflow_api_key["id"],
319
+ "secret": env_admin_tableflow_api_key["secret"],
320
+ })
321
+ pulumi.export("retention-ms", example.retention_ms)
322
+ ```
323
+
324
+ ### Option #2: Manage a single Tableflow Topic in the same Pulumi Stack
325
+
326
+ ```python
327
+ import pulumi
328
+ import pulumi_confluentcloud as confluentcloud
329
+
330
+ example = confluentcloud.get_tableflow_topic(display_name="tableflow-example")
331
+ pulumi.export("retention-ms", example.retention_ms)
332
+ ```
333
+
334
+
335
+ :param _builtins.str display_name: The name of the Tableflow Topic.
336
+ """
337
+ __args__ = dict()
338
+ __args__['credentials'] = credentials
339
+ __args__['displayName'] = display_name
340
+ __args__['environment'] = environment
341
+ __args__['kafkaCluster'] = kafka_cluster
342
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
343
+ __ret__ = pulumi.runtime.invoke_output('confluentcloud:index/getTableflowTopic:getTableflowTopic', __args__, opts=opts, typ=GetTableflowTopicResult)
344
+ return __ret__.apply(lambda __response__: GetTableflowTopicResult(
345
+ byob_aws=pulumi.get(__response__, 'byob_aws'),
346
+ credentials=pulumi.get(__response__, 'credentials'),
347
+ display_name=pulumi.get(__response__, 'display_name'),
348
+ enable_compaction=pulumi.get(__response__, 'enable_compaction'),
349
+ enable_partitioning=pulumi.get(__response__, 'enable_partitioning'),
350
+ environment=pulumi.get(__response__, 'environment'),
351
+ error_handlings=pulumi.get(__response__, 'error_handlings'),
352
+ id=pulumi.get(__response__, 'id'),
353
+ kafka_cluster=pulumi.get(__response__, 'kafka_cluster'),
354
+ managed_storages=pulumi.get(__response__, 'managed_storages'),
355
+ record_failure_strategy=pulumi.get(__response__, 'record_failure_strategy'),
356
+ retention_ms=pulumi.get(__response__, 'retention_ms'),
357
+ suspended=pulumi.get(__response__, 'suspended'),
358
+ table_formats=pulumi.get(__response__, 'table_formats'),
359
+ table_path=pulumi.get(__response__, 'table_path'),
360
+ write_mode=pulumi.get(__response__, 'write_mode')))
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -54,53 +54,53 @@ class GetTagResult:
54
54
  raise TypeError("Expected argument 'version' to be a int")
55
55
  pulumi.set(__self__, "version", version)
56
56
 
57
- @property
57
+ @_builtins.property
58
58
  @pulumi.getter
59
59
  def credentials(self) -> Optional['outputs.GetTagCredentialsResult']:
60
60
  return pulumi.get(self, "credentials")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter
64
- def description(self) -> str:
64
+ def description(self) -> _builtins.str:
65
65
  """
66
66
  (Optional String) The description of the tag.
67
67
  """
68
68
  return pulumi.get(self, "description")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="entityTypes")
72
- def entity_types(self) -> Sequence[str]:
72
+ def entity_types(self) -> Sequence[_builtins.str]:
73
73
  """
74
74
  (Optional List of String) The entity types of the tag, this always returns `["cf_entity"]`.
75
75
  """
76
76
  return pulumi.get(self, "entity_types")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
- def id(self) -> str:
80
+ def id(self) -> _builtins.str:
81
81
  """
82
82
  (Required String) The ID of the Tag, in the format `<Schema Registry cluster ID>/<Tag name>`, for example, `lsrc-8wrx70/PII`.
83
83
  """
84
84
  return pulumi.get(self, "id")
85
85
 
86
- @property
86
+ @_builtins.property
87
87
  @pulumi.getter
88
- def name(self) -> str:
88
+ def name(self) -> _builtins.str:
89
89
  return pulumi.get(self, "name")
90
90
 
91
- @property
91
+ @_builtins.property
92
92
  @pulumi.getter(name="restEndpoint")
93
- def rest_endpoint(self) -> Optional[str]:
93
+ def rest_endpoint(self) -> Optional[_builtins.str]:
94
94
  return pulumi.get(self, "rest_endpoint")
95
95
 
96
- @property
96
+ @_builtins.property
97
97
  @pulumi.getter(name="schemaRegistryCluster")
98
98
  def schema_registry_cluster(self) -> Optional['outputs.GetTagSchemaRegistryClusterResult']:
99
99
  return pulumi.get(self, "schema_registry_cluster")
100
100
 
101
- @property
101
+ @_builtins.property
102
102
  @pulumi.getter
103
- def version(self) -> int:
103
+ def version(self) -> _builtins.int:
104
104
  """
105
105
  (Optional Integer) The version, for example, `1`.
106
106
  """
@@ -124,8 +124,8 @@ class AwaitableGetTagResult(GetTagResult):
124
124
 
125
125
 
126
126
  def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredentialsArgsDict']] = None,
127
- name: Optional[str] = None,
128
- rest_endpoint: Optional[str] = None,
127
+ name: Optional[_builtins.str] = None,
128
+ rest_endpoint: Optional[_builtins.str] = None,
129
129
  schema_registry_cluster: Optional[Union['GetTagSchemaRegistryClusterArgs', 'GetTagSchemaRegistryClusterArgsDict']] = None,
130
130
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagResult:
131
131
  """
@@ -160,12 +160,13 @@ def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredenti
160
160
 
161
161
  pii = confluentcloud.get_tag(name="PII")
162
162
  ```
163
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
163
164
 
164
165
 
165
- :param str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
166
+ :param _builtins.str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
166
167
 
167
168
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
168
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
169
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
169
170
  """
170
171
  __args__ = dict()
171
172
  __args__['credentials'] = credentials
@@ -185,8 +186,8 @@ def get_tag(credentials: Optional[Union['GetTagCredentialsArgs', 'GetTagCredenti
185
186
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
186
187
  version=pulumi.get(__ret__, 'version'))
187
188
  def get_tag_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagCredentialsArgs', 'GetTagCredentialsArgsDict']]]] = None,
188
- name: Optional[pulumi.Input[str]] = None,
189
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
189
+ name: Optional[pulumi.Input[_builtins.str]] = None,
190
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
190
191
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetTagSchemaRegistryClusterArgs', 'GetTagSchemaRegistryClusterArgsDict']]]] = None,
191
192
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagResult]:
192
193
  """
@@ -221,12 +222,13 @@ def get_tag_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagCred
221
222
 
222
223
  pii = confluentcloud.get_tag(name="PII")
223
224
  ```
225
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
224
226
 
225
227
 
226
- :param str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
228
+ :param _builtins.str name: The name of the tag, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
227
229
 
228
230
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
229
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
231
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
230
232
  """
231
233
  __args__ = dict()
232
234
  __args__['credentials'] = credentials
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -51,42 +51,42 @@ class GetTagBindingResult:
51
51
  raise TypeError("Expected argument 'tag_name' to be a str")
52
52
  pulumi.set(__self__, "tag_name", tag_name)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
56
  def credentials(self) -> Optional['outputs.GetTagBindingCredentialsResult']:
57
57
  return pulumi.get(self, "credentials")
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter(name="entityName")
61
- def entity_name(self) -> str:
61
+ def entity_name(self) -> _builtins.str:
62
62
  return pulumi.get(self, "entity_name")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter(name="entityType")
66
- def entity_type(self) -> str:
66
+ def entity_type(self) -> _builtins.str:
67
67
  return pulumi.get(self, "entity_type")
68
68
 
69
- @property
69
+ @_builtins.property
70
70
  @pulumi.getter
71
- def id(self) -> str:
71
+ def id(self) -> _builtins.str:
72
72
  """
73
73
  (Required String) The ID of the Tag Binding, in the format `<Schema Registry Cluster Id>/<Tag Name>/<Entity Name>/<Entity Type>`, for example, `lsrc-8wrx70/PII/lsrc-8wrx70:.:100001/sr_schema`.
74
74
  """
75
75
  return pulumi.get(self, "id")
76
76
 
77
- @property
77
+ @_builtins.property
78
78
  @pulumi.getter(name="restEndpoint")
79
- def rest_endpoint(self) -> Optional[str]:
79
+ def rest_endpoint(self) -> Optional[_builtins.str]:
80
80
  return pulumi.get(self, "rest_endpoint")
81
81
 
82
- @property
82
+ @_builtins.property
83
83
  @pulumi.getter(name="schemaRegistryCluster")
84
84
  def schema_registry_cluster(self) -> Optional['outputs.GetTagBindingSchemaRegistryClusterResult']:
85
85
  return pulumi.get(self, "schema_registry_cluster")
86
86
 
87
- @property
87
+ @_builtins.property
88
88
  @pulumi.getter(name="tagName")
89
- def tag_name(self) -> str:
89
+ def tag_name(self) -> _builtins.str:
90
90
  return pulumi.get(self, "tag_name")
91
91
 
92
92
 
@@ -106,11 +106,11 @@ class AwaitableGetTagBindingResult(GetTagBindingResult):
106
106
 
107
107
 
108
108
  def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs', 'GetTagBindingCredentialsArgsDict']] = None,
109
- entity_name: Optional[str] = None,
110
- entity_type: Optional[str] = None,
111
- rest_endpoint: Optional[str] = None,
109
+ entity_name: Optional[_builtins.str] = None,
110
+ entity_type: Optional[_builtins.str] = None,
111
+ rest_endpoint: Optional[_builtins.str] = None,
112
112
  schema_registry_cluster: Optional[Union['GetTagBindingSchemaRegistryClusterArgs', 'GetTagBindingSchemaRegistryClusterArgsDict']] = None,
113
- tag_name: Optional[str] = None,
113
+ tag_name: Optional[_builtins.str] = None,
114
114
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagBindingResult:
115
115
  """
116
116
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -148,14 +148,15 @@ def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs',
148
148
  entity_name="lsrc-8wrx70:.:100001",
149
149
  entity_type="sr_schema")
150
150
  ```
151
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
151
152
 
152
153
 
153
- :param str entity_name: The qualified name of the entity., for example, `${data..main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
154
- :param str entity_type: The entity type, for example, `sr_schema`.
154
+ :param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
155
+ :param _builtins.str entity_type: The entity type, for example, `sr_schema`.
155
156
 
156
157
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
157
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
158
- :param str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
158
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
159
+ :param _builtins.str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
159
160
  """
160
161
  __args__ = dict()
161
162
  __args__['credentials'] = credentials
@@ -176,11 +177,11 @@ def get_tag_binding(credentials: Optional[Union['GetTagBindingCredentialsArgs',
176
177
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
177
178
  tag_name=pulumi.get(__ret__, 'tag_name'))
178
179
  def get_tag_binding_output(credentials: Optional[pulumi.Input[Optional[Union['GetTagBindingCredentialsArgs', 'GetTagBindingCredentialsArgsDict']]]] = None,
179
- entity_name: Optional[pulumi.Input[str]] = None,
180
- entity_type: Optional[pulumi.Input[str]] = None,
181
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
180
+ entity_name: Optional[pulumi.Input[_builtins.str]] = None,
181
+ entity_type: Optional[pulumi.Input[_builtins.str]] = None,
182
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
182
183
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetTagBindingSchemaRegistryClusterArgs', 'GetTagBindingSchemaRegistryClusterArgsDict']]]] = None,
183
- tag_name: Optional[pulumi.Input[str]] = None,
184
+ tag_name: Optional[pulumi.Input[_builtins.str]] = None,
184
185
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagBindingResult]:
185
186
  """
186
187
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -218,14 +219,15 @@ def get_tag_binding_output(credentials: Optional[pulumi.Input[Optional[Union['Ge
218
219
  entity_name="lsrc-8wrx70:.:100001",
219
220
  entity_type="sr_schema")
220
221
  ```
222
+ > **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
221
223
 
222
224
 
223
- :param str entity_name: The qualified name of the entity., for example, `${data..main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
224
- :param str entity_type: The entity type, for example, `sr_schema`.
225
+ :param _builtins.str entity_name: The qualified name of the entity, for example, `${data.confluent_schema_registry_cluster.essentials.id}:.:${confluent_schema.purchase.schema_identifier}`, `${data.confluent_schema_registry_cluster.essentials.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`. Refer to the [Examples of qualified names](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#examples-of-qualified-names) to see the full list of supported values for the `entity_name` attribute.
226
+ :param _builtins.str entity_type: The entity type, for example, `sr_schema`.
225
227
 
226
228
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
227
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
228
- :param str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
229
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
230
+ :param _builtins.str tag_name: The name of the tag to be applied, for example, `PII`. The name must not be empty and consist of a letter followed by a sequence of letter, number, space, or _ characters.
229
231
  """
230
232
  __args__ = dict()
231
233
  __args__['credentials'] = credentials