@pulumi/confluentcloud 2.21.0-alpha.1742275851 → 2.21.0

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.
package/types/output.d.ts CHANGED
@@ -234,6 +234,56 @@ export interface CatalogEntityAttributesSchemaRegistryCluster {
234
234
  */
235
235
  id: string;
236
236
  }
237
+ export interface CatalogIntegrationAwsGlue {
238
+ /**
239
+ * The provider integration id.
240
+ */
241
+ providerIntegrationId: string;
242
+ }
243
+ export interface CatalogIntegrationCredentials {
244
+ /**
245
+ * The Tableflow API Key.
246
+ */
247
+ key: string;
248
+ /**
249
+ * The Cluster API Secret for your Confluent Cloud cluster.
250
+ */
251
+ secret: string;
252
+ }
253
+ export interface CatalogIntegrationEnvironment {
254
+ /**
255
+ * The ID of the Environment, for example, `env-abc123`.
256
+ */
257
+ id: string;
258
+ }
259
+ export interface CatalogIntegrationKafkaCluster {
260
+ /**
261
+ * The ID of the Kafka cluster, for example, `lkc-abc123`.
262
+ */
263
+ id: string;
264
+ }
265
+ export interface CatalogIntegrationSnowflake {
266
+ /**
267
+ * Allowed scope of the Snowflake Open Catalog.
268
+ */
269
+ allowedScope: string;
270
+ /**
271
+ * The client ID of the catalog integration.
272
+ */
273
+ clientId: string;
274
+ /**
275
+ * The client secret of the catalog integration.
276
+ */
277
+ clientSecret: string;
278
+ /**
279
+ * The catalog integration connection endpoint for Snowflake Open Catalog.
280
+ */
281
+ endpoint: string;
282
+ /**
283
+ * Warehouse name of the Snowflake Open Catalog, for example, `catalog-name`.
284
+ */
285
+ warehouse: string;
286
+ }
237
287
  export interface CertificatePoolCertificateAuthority {
238
288
  /**
239
289
  * The ID of the Certificate Authority for this Certificate Pool, for example, `op-123abc`.
@@ -716,6 +766,48 @@ export interface GetByokKeyGcp {
716
766
  */
717
767
  securityGroup: string;
718
768
  }
769
+ export interface GetCatalogIntegrationAwsGlue {
770
+ /**
771
+ * (Required String) The provider integration id.
772
+ */
773
+ providerIntegrationId: string;
774
+ }
775
+ export interface GetCatalogIntegrationCredentials {
776
+ /**
777
+ * The Tableflow API Key.
778
+ */
779
+ key: string;
780
+ /**
781
+ * The Cluster API Secret for your Confluent Cloud cluster.
782
+ */
783
+ secret: string;
784
+ }
785
+ export interface GetCatalogIntegrationEnvironment {
786
+ /**
787
+ * The ID of the Environment, for example, `env-abc123`.
788
+ */
789
+ id: string;
790
+ }
791
+ export interface GetCatalogIntegrationKafkaCluster {
792
+ /**
793
+ * The ID of the Kafka cluster, for example, `lkc-abc123`.
794
+ */
795
+ id: string;
796
+ }
797
+ export interface GetCatalogIntegrationSnowflake {
798
+ /**
799
+ * (Required String) Allowed scope of the Snowflake Open Catalog.
800
+ */
801
+ allowedScope: string;
802
+ /**
803
+ * (Required String) The catalog integration connection endpoint for Snowflake Open Catalog.
804
+ */
805
+ endpoint: string;
806
+ /**
807
+ * (Required String) Warehouse name of the Snowflake Open Catalog.
808
+ */
809
+ warehouse: string;
810
+ }
719
811
  export interface GetCertificatePoolCertificateAuthority {
720
812
  /**
721
813
  * The ID of the Certificate Authority for this Certificate Pool, for example, `op-123abc`.
@@ -1715,6 +1807,44 @@ export interface GetSubjectModeSchemaRegistryCluster {
1715
1807
  */
1716
1808
  id: string;
1717
1809
  }
1810
+ export interface GetTableflowTopicByobAw {
1811
+ /**
1812
+ * (Required String) The bucket name.
1813
+ */
1814
+ bucketName: string;
1815
+ /**
1816
+ * (Required String) The bucket region.
1817
+ */
1818
+ bucketRegion: string;
1819
+ /**
1820
+ * (Required String) The provider integration id.
1821
+ */
1822
+ providerIntegrationId: string;
1823
+ }
1824
+ export interface GetTableflowTopicCredentials {
1825
+ /**
1826
+ * The Tableflow API Key.
1827
+ */
1828
+ key: string;
1829
+ /**
1830
+ * The Cluster API Secret for your Confluent Cloud cluster.
1831
+ */
1832
+ secret: string;
1833
+ }
1834
+ export interface GetTableflowTopicEnvironment {
1835
+ /**
1836
+ * The ID of the Environment, for example, `env-abc123`.
1837
+ */
1838
+ id: string;
1839
+ }
1840
+ export interface GetTableflowTopicKafkaCluster {
1841
+ /**
1842
+ * The ID of the Kafka cluster, for example, `lkc-abc123`.
1843
+ */
1844
+ id: string;
1845
+ }
1846
+ export interface GetTableflowTopicManagedStorage {
1847
+ }
1718
1848
  export interface GetTagBindingCredentials {
1719
1849
  /**
1720
1850
  * The Schema Registry API Key.
@@ -2574,6 +2704,44 @@ export interface SubjectModeSchemaRegistryCluster {
2574
2704
  */
2575
2705
  id: string;
2576
2706
  }
2707
+ export interface TableflowTopicByobAws {
2708
+ /**
2709
+ * The bucket name.
2710
+ */
2711
+ bucketName: string;
2712
+ /**
2713
+ * (Required String) The bucket region.
2714
+ */
2715
+ bucketRegion: string;
2716
+ /**
2717
+ * The provider integration id.
2718
+ */
2719
+ providerIntegrationId: string;
2720
+ }
2721
+ export interface TableflowTopicCredentials {
2722
+ /**
2723
+ * The Tableflow API Key.
2724
+ */
2725
+ key: string;
2726
+ /**
2727
+ * The Cluster API Secret for your Confluent Cloud cluster.
2728
+ */
2729
+ secret: string;
2730
+ }
2731
+ export interface TableflowTopicEnvironment {
2732
+ /**
2733
+ * The ID of the Environment, for example, `env-abc123`.
2734
+ */
2735
+ id: string;
2736
+ }
2737
+ export interface TableflowTopicKafkaCluster {
2738
+ /**
2739
+ * The ID of the Kafka cluster, for example, `lkc-abc123`.
2740
+ */
2741
+ id: string;
2742
+ }
2743
+ export interface TableflowTopicManagedStorage {
2744
+ }
2577
2745
  export interface TagBindingCredentials {
2578
2746
  /**
2579
2747
  * The Schema Registry API Key.