@pulumi/confluentcloud 1.8.0-alpha.1673555835 → 1.8.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.
Files changed (111) hide show
  1. package/apiKey.d.ts +4 -4
  2. package/apiKey.js +1 -1
  3. package/config/vars.d.ts +20 -0
  4. package/config/vars.js +30 -0
  5. package/config/vars.js.map +1 -1
  6. package/getEnvironment.d.ts +28 -0
  7. package/getEnvironment.js +30 -5
  8. package/getEnvironment.js.map +1 -1
  9. package/getIdentityPool.d.ts +37 -1
  10. package/getIdentityPool.js +30 -6
  11. package/getIdentityPool.js.map +1 -1
  12. package/getIdentityProvider.d.ts +22 -1
  13. package/getIdentityProvider.js +24 -6
  14. package/getIdentityProvider.js.map +1 -1
  15. package/getKafkaClientQuota.d.ts +29 -6
  16. package/getKafkaClientQuota.js +22 -9
  17. package/getKafkaClientQuota.js.map +1 -1
  18. package/getKafkaCluster.d.ts +30 -0
  19. package/getKafkaCluster.js +29 -5
  20. package/getKafkaCluster.js.map +1 -1
  21. package/getKafkaTopic.d.ts +3 -28
  22. package/getKafkaTopic.js +2 -30
  23. package/getKafkaTopic.js.map +1 -1
  24. package/getKsqlCluster.d.ts +38 -4
  25. package/getKsqlCluster.js +31 -5
  26. package/getKsqlCluster.js.map +1 -1
  27. package/getNetwork.d.ts +41 -1
  28. package/getNetwork.js +30 -5
  29. package/getNetwork.js.map +1 -1
  30. package/getOrganization.js +1 -4
  31. package/getOrganization.js.map +1 -1
  32. package/getPeering.d.ts +39 -1
  33. package/getPeering.js +29 -5
  34. package/getPeering.js.map +1 -1
  35. package/getPrivateLinkAccess.d.ts +39 -1
  36. package/getPrivateLinkAccess.js +29 -5
  37. package/getPrivateLinkAccess.js.map +1 -1
  38. package/getRoleBinding.d.ts +17 -0
  39. package/getRoleBinding.js +19 -5
  40. package/getRoleBinding.js.map +1 -1
  41. package/getSchema.d.ts +76 -0
  42. package/getSchema.js +23 -0
  43. package/getSchema.js.map +1 -0
  44. package/getSchemaRegistryCluster.d.ts +30 -1
  45. package/getSchemaRegistryCluster.js +29 -5
  46. package/getSchemaRegistryCluster.js.map +1 -1
  47. package/getSchemaRegistryClusterConfig.d.ts +43 -0
  48. package/getSchemaRegistryClusterConfig.js +22 -0
  49. package/getSchemaRegistryClusterConfig.js.map +1 -0
  50. package/getSchemaRegistryClusterMode.d.ts +43 -0
  51. package/getSchemaRegistryClusterMode.js +22 -0
  52. package/getSchemaRegistryClusterMode.js.map +1 -0
  53. package/getSchemaRegistryRegion.d.ts +19 -0
  54. package/getSchemaRegistryRegion.js +21 -5
  55. package/getSchemaRegistryRegion.js.map +1 -1
  56. package/getServiceAccount.d.ts +21 -0
  57. package/getServiceAccount.js +23 -5
  58. package/getServiceAccount.js.map +1 -1
  59. package/getSubjectConfig.d.ts +52 -0
  60. package/getSubjectConfig.js +22 -0
  61. package/getSubjectConfig.js.map +1 -0
  62. package/getSubjectMode.d.ts +52 -0
  63. package/getSubjectMode.js +22 -0
  64. package/getSubjectMode.js.map +1 -0
  65. package/getTransitGatewayAttachment.d.ts +40 -5
  66. package/getTransitGatewayAttachment.js +30 -9
  67. package/getTransitGatewayAttachment.js.map +1 -1
  68. package/getUser.d.ts +38 -0
  69. package/getUser.js +40 -5
  70. package/getUser.js.map +1 -1
  71. package/identityPool.d.ts +1 -1
  72. package/identityPool.js +1 -1
  73. package/identityProvider.d.ts +5 -5
  74. package/identityProvider.js +5 -5
  75. package/index.d.ts +30 -0
  76. package/index.js +79 -39
  77. package/index.js.map +1 -1
  78. package/kafkaAcl.d.ts +9 -3
  79. package/kafkaAcl.js +7 -4
  80. package/kafkaAcl.js.map +1 -1
  81. package/kafkaClusterConfig.d.ts +7 -27
  82. package/kafkaClusterConfig.js +5 -28
  83. package/kafkaClusterConfig.js.map +1 -1
  84. package/kafkaTopic.d.ts +9 -3
  85. package/kafkaTopic.js +7 -4
  86. package/kafkaTopic.js.map +1 -1
  87. package/network.d.ts +18 -3
  88. package/network.js +2 -0
  89. package/network.js.map +1 -1
  90. package/package.json +2 -2
  91. package/package.json.dev +2 -2
  92. package/provider.d.ts +40 -0
  93. package/provider.js +6 -1
  94. package/provider.js.map +1 -1
  95. package/schema.d.ts +140 -0
  96. package/schema.js +87 -0
  97. package/schema.js.map +1 -0
  98. package/schemaRegistryClusterConfig.d.ts +88 -0
  99. package/schemaRegistryClusterConfig.js +68 -0
  100. package/schemaRegistryClusterConfig.js.map +1 -0
  101. package/schemaRegistryClusterMode.d.ts +88 -0
  102. package/schemaRegistryClusterMode.js +68 -0
  103. package/schemaRegistryClusterMode.js.map +1 -0
  104. package/subjectConfig.d.ts +100 -0
  105. package/subjectConfig.js +73 -0
  106. package/subjectConfig.js.map +1 -0
  107. package/subjectMode.d.ts +100 -0
  108. package/subjectMode.js +73 -0
  109. package/subjectMode.js.map +1 -0
  110. package/types/input.d.ts +299 -25
  111. package/types/output.d.ts +202 -6
package/types/input.d.ts CHANGED
@@ -97,17 +97,17 @@ export interface ConnectorKafkaCluster {
97
97
  */
98
98
  id: pulumi.Input<string>;
99
99
  }
100
- export interface GetIdentityPoolIdentityProviderArgs {
100
+ export interface GetIdentityPoolIdentityProvider {
101
101
  /**
102
102
  * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
103
103
  */
104
- id: pulumi.Input<string>;
104
+ id: string;
105
105
  }
106
- export interface GetIdentityPoolIdentityProvider {
106
+ export interface GetIdentityPoolIdentityProviderArgs {
107
107
  /**
108
108
  * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
109
109
  */
110
- id: string;
110
+ id: pulumi.Input<string>;
111
111
  }
112
112
  export interface GetKafkaClusterBasic {
113
113
  }
@@ -149,37 +149,37 @@ export interface GetKafkaClusterStandard {
149
149
  }
150
150
  export interface GetKafkaClusterStandardArgs {
151
151
  }
152
- export interface GetKafkaTopicCredentialsArgs {
152
+ export interface GetKafkaTopicCredentials {
153
153
  /**
154
154
  * The Kafka API Key.
155
155
  */
156
- key: pulumi.Input<string>;
156
+ key: string;
157
157
  /**
158
158
  * The Kafka API Secret.
159
159
  */
160
- secret: pulumi.Input<string>;
160
+ secret: string;
161
161
  }
162
- export interface GetKafkaTopicCredentials {
162
+ export interface GetKafkaTopicCredentialsArgs {
163
163
  /**
164
164
  * The Kafka API Key.
165
165
  */
166
- key: string;
166
+ key: pulumi.Input<string>;
167
167
  /**
168
168
  * The Kafka API Secret.
169
169
  */
170
- secret: string;
170
+ secret: pulumi.Input<string>;
171
171
  }
172
- export interface GetKafkaTopicKafkaClusterArgs {
172
+ export interface GetKafkaTopicKafkaCluster {
173
173
  /**
174
174
  * The ID of the Kafka cluster, for example, `lkc-abc123`.
175
175
  */
176
- id: pulumi.Input<string>;
176
+ id: string;
177
177
  }
178
- export interface GetKafkaTopicKafkaCluster {
178
+ export interface GetKafkaTopicKafkaClusterArgs {
179
179
  /**
180
180
  * The ID of the Kafka cluster, for example, `lkc-abc123`.
181
181
  */
182
- id: string;
182
+ id: pulumi.Input<string>;
183
183
  }
184
184
  export interface GetKsqlClusterEnvironment {
185
185
  /**
@@ -221,6 +221,14 @@ export interface GetNetworkAwArgs {
221
221
  */
222
222
  vpc?: pulumi.Input<string>;
223
223
  }
224
+ export interface GetNetworkAzure {
225
+ /**
226
+ * (Optional Map) The mapping of zones to Private Link Service Aliases if available. Keys are zones and values are [Azure Private Link Service Aliases](https://docs.microsoft.com/en-us/azure/private-link/private-link-service-overview#share-your-service).
227
+ */
228
+ privateLinkServiceAliases?: {
229
+ [key: string]: string;
230
+ };
231
+ }
224
232
  export interface GetNetworkAzureArgs {
225
233
  /**
226
234
  * (Optional Map) The mapping of zones to Private Link Service Aliases if available. Keys are zones and values are [Azure Private Link Service Aliases](https://docs.microsoft.com/en-us/azure/private-link/private-link-service-overview#share-your-service).
@@ -229,13 +237,21 @@ export interface GetNetworkAzureArgs {
229
237
  [key: string]: pulumi.Input<string>;
230
238
  }>;
231
239
  }
232
- export interface GetNetworkAzure {
240
+ export interface GetNetworkDnsConfig {
233
241
  /**
234
- * (Optional Map) The mapping of zones to Private Link Service Aliases if available. Keys are zones and values are [Azure Private Link Service Aliases](https://docs.microsoft.com/en-us/azure/private-link/private-link-service-overview#share-your-service).
242
+ * (Required String) Network DNS resolution.
243
+ * When resolution is `CHASED_PRIVATE`, clusters in this network require both public and private DNS to resolve cluster endpoints.
244
+ * When resolution is `PRIVATE`, clusters in this network only require private DNS to resolve cluster endpoints.
235
245
  */
236
- privateLinkServiceAliases?: {
237
- [key: string]: string;
238
- };
246
+ resolution?: string;
247
+ }
248
+ export interface GetNetworkDnsConfigArgs {
249
+ /**
250
+ * (Required String) Network DNS resolution.
251
+ * When resolution is `CHASED_PRIVATE`, clusters in this network require both public and private DNS to resolve cluster endpoints.
252
+ * When resolution is `PRIVATE`, clusters in this network only require private DNS to resolve cluster endpoints.
253
+ */
254
+ resolution?: pulumi.Input<string>;
239
255
  }
240
256
  export interface GetNetworkEnvironment {
241
257
  /**
@@ -305,6 +321,58 @@ export interface GetPrivateLinkAccessEnvironmentArgs {
305
321
  */
306
322
  id: pulumi.Input<string>;
307
323
  }
324
+ export interface GetSchemaCredentials {
325
+ /**
326
+ * The Schema Registry API Key.
327
+ */
328
+ key: string;
329
+ /**
330
+ * The Schema Registry API Secret.
331
+ */
332
+ secret: string;
333
+ }
334
+ export interface GetSchemaCredentialsArgs {
335
+ /**
336
+ * The Schema Registry API Key.
337
+ */
338
+ key: pulumi.Input<string>;
339
+ /**
340
+ * The Schema Registry API Secret.
341
+ */
342
+ secret: pulumi.Input<string>;
343
+ }
344
+ export interface GetSchemaRegistryClusterConfigCredentials {
345
+ /**
346
+ * The Schema Registry API Key.
347
+ */
348
+ key: string;
349
+ /**
350
+ * The Schema Registry API Secret.
351
+ */
352
+ secret: string;
353
+ }
354
+ export interface GetSchemaRegistryClusterConfigCredentialsArgs {
355
+ /**
356
+ * The Schema Registry API Key.
357
+ */
358
+ key: pulumi.Input<string>;
359
+ /**
360
+ * The Schema Registry API Secret.
361
+ */
362
+ secret: pulumi.Input<string>;
363
+ }
364
+ export interface GetSchemaRegistryClusterConfigSchemaRegistryCluster {
365
+ /**
366
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
367
+ */
368
+ id: string;
369
+ }
370
+ export interface GetSchemaRegistryClusterConfigSchemaRegistryClusterArgs {
371
+ /**
372
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
373
+ */
374
+ id: pulumi.Input<string>;
375
+ }
308
376
  export interface GetSchemaRegistryClusterEnvironment {
309
377
  /**
310
378
  * The ID of the Environment that the Schema Registry cluster belongs to, for example, `env-xyz456`.
@@ -317,9 +385,111 @@ export interface GetSchemaRegistryClusterEnvironmentArgs {
317
385
  */
318
386
  id: pulumi.Input<string>;
319
387
  }
320
- export interface GetTransitGatewayAttachmentEnvironmentArgs {
388
+ export interface GetSchemaRegistryClusterModeCredentials {
321
389
  /**
322
- * The ID of the Environment that the Transit Gateway Attachment belongs to, for example, `env-xyz456`.
390
+ * The Schema Registry API Key.
391
+ */
392
+ key: string;
393
+ /**
394
+ * The Schema Registry API Secret.
395
+ */
396
+ secret: string;
397
+ }
398
+ export interface GetSchemaRegistryClusterModeCredentialsArgs {
399
+ /**
400
+ * The Schema Registry API Key.
401
+ */
402
+ key: pulumi.Input<string>;
403
+ /**
404
+ * The Schema Registry API Secret.
405
+ */
406
+ secret: pulumi.Input<string>;
407
+ }
408
+ export interface GetSchemaRegistryClusterModeSchemaRegistryCluster {
409
+ /**
410
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
411
+ */
412
+ id: string;
413
+ }
414
+ export interface GetSchemaRegistryClusterModeSchemaRegistryClusterArgs {
415
+ /**
416
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
417
+ */
418
+ id: pulumi.Input<string>;
419
+ }
420
+ export interface GetSchemaSchemaRegistryCluster {
421
+ /**
422
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
423
+ */
424
+ id: string;
425
+ }
426
+ export interface GetSchemaSchemaRegistryClusterArgs {
427
+ /**
428
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
429
+ */
430
+ id: pulumi.Input<string>;
431
+ }
432
+ export interface GetSubjectConfigCredentials {
433
+ /**
434
+ * The Schema Registry API Key.
435
+ */
436
+ key: string;
437
+ /**
438
+ * The Schema Registry API Secret.
439
+ */
440
+ secret: string;
441
+ }
442
+ export interface GetSubjectConfigCredentialsArgs {
443
+ /**
444
+ * The Schema Registry API Key.
445
+ */
446
+ key: pulumi.Input<string>;
447
+ /**
448
+ * The Schema Registry API Secret.
449
+ */
450
+ secret: pulumi.Input<string>;
451
+ }
452
+ export interface GetSubjectConfigSchemaRegistryCluster {
453
+ /**
454
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
455
+ */
456
+ id: string;
457
+ }
458
+ export interface GetSubjectConfigSchemaRegistryClusterArgs {
459
+ /**
460
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
461
+ */
462
+ id: pulumi.Input<string>;
463
+ }
464
+ export interface GetSubjectModeCredentials {
465
+ /**
466
+ * The Schema Registry API Key.
467
+ */
468
+ key: string;
469
+ /**
470
+ * The Schema Registry API Secret.
471
+ */
472
+ secret: string;
473
+ }
474
+ export interface GetSubjectModeCredentialsArgs {
475
+ /**
476
+ * The Schema Registry API Key.
477
+ */
478
+ key: pulumi.Input<string>;
479
+ /**
480
+ * The Schema Registry API Secret.
481
+ */
482
+ secret: pulumi.Input<string>;
483
+ }
484
+ export interface GetSubjectModeSchemaRegistryCluster {
485
+ /**
486
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
487
+ */
488
+ id: string;
489
+ }
490
+ export interface GetSubjectModeSchemaRegistryClusterArgs {
491
+ /**
492
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
323
493
  */
324
494
  id: pulumi.Input<string>;
325
495
  }
@@ -329,6 +499,12 @@ export interface GetTransitGatewayAttachmentEnvironment {
329
499
  */
330
500
  id: string;
331
501
  }
502
+ export interface GetTransitGatewayAttachmentEnvironmentArgs {
503
+ /**
504
+ * The ID of the Environment that the Transit Gateway Attachment belongs to, for example, `env-xyz456`.
505
+ */
506
+ id: pulumi.Input<string>;
507
+ }
332
508
  export interface IdentityPoolIdentityProvider {
333
509
  /**
334
510
  * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
@@ -504,6 +680,14 @@ export interface NetworkAzure {
504
680
  [key: string]: pulumi.Input<string>;
505
681
  }>;
506
682
  }
683
+ export interface NetworkDnsConfig {
684
+ /**
685
+ * Network DNS resolution.
686
+ * When resolution is `CHASED_PRIVATE`, clusters in this network require both public and private DNS to resolve cluster endpoints.
687
+ * When resolution is `PRIVATE`, clusters in this network only require private DNS to resolve cluster endpoints.
688
+ */
689
+ resolution: pulumi.Input<string>;
690
+ }
507
691
  export interface NetworkEnvironment {
508
692
  /**
509
693
  * The ID of the Environment that the Network belongs to, for example, `env-abc123`.
@@ -614,23 +798,113 @@ export interface PrivateLinkAccessNetwork {
614
798
  */
615
799
  id: pulumi.Input<string>;
616
800
  }
801
+ export interface SchemaCredentials {
802
+ /**
803
+ * The Schema Registry API Key.
804
+ */
805
+ key: pulumi.Input<string>;
806
+ /**
807
+ * The Schema Registry API Secret.
808
+ */
809
+ secret: pulumi.Input<string>;
810
+ }
811
+ export interface SchemaRegistryClusterConfigCredentials {
812
+ /**
813
+ * The Schema Registry API Key.
814
+ */
815
+ key: pulumi.Input<string>;
816
+ /**
817
+ * The Schema Registry API Secret.
818
+ */
819
+ secret: pulumi.Input<string>;
820
+ }
821
+ export interface SchemaRegistryClusterConfigSchemaRegistryCluster {
822
+ /**
823
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
824
+ */
825
+ id: pulumi.Input<string>;
826
+ }
617
827
  export interface SchemaRegistryClusterEnvironment {
618
828
  /**
619
829
  * The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `sgreg-1`. See [Schema Registry Regions](https://docs.confluent.io/cloud/current/stream-governance/packages.html#stream-governance-regions) to find a corresponding region ID based on desired cloud provider region and types of the billing package.
620
830
  */
621
831
  id: pulumi.Input<string>;
622
832
  }
833
+ export interface SchemaRegistryClusterModeCredentials {
834
+ /**
835
+ * The Schema Registry API Key.
836
+ */
837
+ key: pulumi.Input<string>;
838
+ /**
839
+ * The Schema Registry API Secret.
840
+ */
841
+ secret: pulumi.Input<string>;
842
+ }
843
+ export interface SchemaRegistryClusterModeSchemaRegistryCluster {
844
+ /**
845
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
846
+ */
847
+ id: pulumi.Input<string>;
848
+ }
623
849
  export interface SchemaRegistryClusterRegion {
624
850
  /**
625
851
  * The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `sgreg-1`. See [Schema Registry Regions](https://docs.confluent.io/cloud/current/stream-governance/packages.html#stream-governance-regions) to find a corresponding region ID based on desired cloud provider region and types of the billing package.
626
852
  */
627
853
  id: pulumi.Input<string>;
628
854
  }
629
- export interface TransitGatewayAttachmentAws {
855
+ export interface SchemaSchemaReference {
856
+ /**
857
+ * The name of the subject, representing the subject under which the referenced schema is registered.
858
+ */
859
+ name: pulumi.Input<string>;
860
+ /**
861
+ * The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
862
+ */
863
+ subjectName: pulumi.Input<string>;
864
+ /**
865
+ * The version, representing the exact version of the schema under the registered subject.
866
+ */
867
+ version: pulumi.Input<number>;
868
+ }
869
+ export interface SchemaSchemaRegistryCluster {
870
+ /**
871
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
872
+ */
873
+ id: pulumi.Input<string>;
874
+ }
875
+ export interface SubjectConfigCredentials {
876
+ /**
877
+ * The Schema Registry API Key.
878
+ */
879
+ key: pulumi.Input<string>;
880
+ /**
881
+ * The Schema Registry API Secret.
882
+ */
883
+ secret: pulumi.Input<string>;
884
+ }
885
+ export interface SubjectConfigSchemaRegistryCluster {
886
+ /**
887
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
888
+ */
889
+ id: pulumi.Input<string>;
890
+ }
891
+ export interface SubjectModeCredentials {
892
+ /**
893
+ * The Schema Registry API Key.
894
+ */
895
+ key: pulumi.Input<string>;
896
+ /**
897
+ * The Schema Registry API Secret.
898
+ */
899
+ secret: pulumi.Input<string>;
900
+ }
901
+ export interface SubjectModeSchemaRegistryCluster {
630
902
  /**
631
- * Enable custom destination routes in Confluent Cloud. Defaults to `false`.
903
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
632
904
  */
633
- enableCustomRoutes?: pulumi.Input<boolean>;
905
+ id: pulumi.Input<string>;
906
+ }
907
+ export interface TransitGatewayAttachmentAws {
634
908
  /**
635
909
  * The Amazon Resource Name (ARN) of the Resource Access Manager (RAM) Resource Share of the transit gateway your Confluent Cloud network attaches to.
636
910
  */
@@ -638,7 +912,7 @@ export interface TransitGatewayAttachmentAws {
638
912
  /**
639
913
  * List of destination routes for traffic from Confluent VPC to customer VPC via Transit Gateway.
640
914
  */
641
- routes?: pulumi.Input<pulumi.Input<string>[]>;
915
+ routes: pulumi.Input<pulumi.Input<string>[]>;
642
916
  /**
643
917
  * (Required String) The ID of the AWS Transit Gateway VPC Attachment that attaches Confluent VPC to Transit Gateway.
644
918
  */
package/types/output.d.ts CHANGED
@@ -206,6 +206,14 @@ export interface GetNetworkAzure {
206
206
  [key: string]: string;
207
207
  };
208
208
  }
209
+ export interface GetNetworkDnsConfig {
210
+ /**
211
+ * (Required String) Network DNS resolution.
212
+ * When resolution is `CHASED_PRIVATE`, clusters in this network require both public and private DNS to resolve cluster endpoints.
213
+ * When resolution is `PRIVATE`, clusters in this network only require private DNS to resolve cluster endpoints.
214
+ */
215
+ resolution: string;
216
+ }
209
217
  export interface GetNetworkEnvironment {
210
218
  /**
211
219
  * The ID of the Environment that the Network belongs to, for example, `env-xyz456`.
@@ -316,23 +324,113 @@ export interface GetPrivateLinkAccessNetwork {
316
324
  */
317
325
  id: string;
318
326
  }
327
+ export interface GetSchemaCredentials {
328
+ /**
329
+ * The Schema Registry API Key.
330
+ */
331
+ key: string;
332
+ /**
333
+ * The Schema Registry API Secret.
334
+ */
335
+ secret: string;
336
+ }
337
+ export interface GetSchemaRegistryClusterConfigCredentials {
338
+ /**
339
+ * The Schema Registry API Key.
340
+ */
341
+ key: string;
342
+ /**
343
+ * The Schema Registry API Secret.
344
+ */
345
+ secret: string;
346
+ }
347
+ export interface GetSchemaRegistryClusterConfigSchemaRegistryCluster {
348
+ /**
349
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
350
+ */
351
+ id: string;
352
+ }
319
353
  export interface GetSchemaRegistryClusterEnvironment {
320
354
  /**
321
355
  * The ID of the Environment that the Schema Registry cluster belongs to, for example, `env-xyz456`.
322
356
  */
323
357
  id: string;
324
358
  }
359
+ export interface GetSchemaRegistryClusterModeCredentials {
360
+ /**
361
+ * The Schema Registry API Key.
362
+ */
363
+ key: string;
364
+ /**
365
+ * The Schema Registry API Secret.
366
+ */
367
+ secret: string;
368
+ }
369
+ export interface GetSchemaRegistryClusterModeSchemaRegistryCluster {
370
+ /**
371
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
372
+ */
373
+ id: string;
374
+ }
325
375
  export interface GetSchemaRegistryClusterRegion {
326
376
  /**
327
377
  * The ID of the Environment that the Schema Registry cluster belongs to, for example, `env-xyz456`.
328
378
  */
329
379
  id: string;
330
380
  }
331
- export interface GetTransitGatewayAttachmentAw {
381
+ export interface GetSchemaSchemaReference {
332
382
  /**
333
- * (Required String) Enable custom destination routes in Confluent Cloud. Defaults to `false`.
383
+ * (Required String) The name of the subject, representing the subject under which the referenced schema is registered.
334
384
  */
335
- enableCustomRoutes: boolean;
385
+ name: string;
386
+ /**
387
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
388
+ */
389
+ subjectName: string;
390
+ /**
391
+ * (Required Integer) The version of the Schema, for example, `4`.
392
+ */
393
+ version: number;
394
+ }
395
+ export interface GetSchemaSchemaRegistryCluster {
396
+ /**
397
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
398
+ */
399
+ id: string;
400
+ }
401
+ export interface GetSubjectConfigCredentials {
402
+ /**
403
+ * The Schema Registry API Key.
404
+ */
405
+ key: string;
406
+ /**
407
+ * The Schema Registry API Secret.
408
+ */
409
+ secret: string;
410
+ }
411
+ export interface GetSubjectConfigSchemaRegistryCluster {
412
+ /**
413
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
414
+ */
415
+ id: string;
416
+ }
417
+ export interface GetSubjectModeCredentials {
418
+ /**
419
+ * The Schema Registry API Key.
420
+ */
421
+ key: string;
422
+ /**
423
+ * The Schema Registry API Secret.
424
+ */
425
+ secret: string;
426
+ }
427
+ export interface GetSubjectModeSchemaRegistryCluster {
428
+ /**
429
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
430
+ */
431
+ id: string;
432
+ }
433
+ export interface GetTransitGatewayAttachmentAw {
336
434
  /**
337
435
  * (Required String) The Amazon Resource Name (ARN) of the Resource Access Manager (RAM) Resource Share of the transit gateway your Confluent Cloud network attaches to.
338
436
  */
@@ -537,6 +635,14 @@ export interface NetworkAzure {
537
635
  [key: string]: string;
538
636
  };
539
637
  }
638
+ export interface NetworkDnsConfig {
639
+ /**
640
+ * Network DNS resolution.
641
+ * When resolution is `CHASED_PRIVATE`, clusters in this network require both public and private DNS to resolve cluster endpoints.
642
+ * When resolution is `PRIVATE`, clusters in this network only require private DNS to resolve cluster endpoints.
643
+ */
644
+ resolution: string;
645
+ }
540
646
  export interface NetworkEnvironment {
541
647
  /**
542
648
  * The ID of the Environment that the Network belongs to, for example, `env-abc123`.
@@ -647,23 +753,113 @@ export interface PrivateLinkAccessNetwork {
647
753
  */
648
754
  id: string;
649
755
  }
756
+ export interface SchemaCredentials {
757
+ /**
758
+ * The Schema Registry API Key.
759
+ */
760
+ key: string;
761
+ /**
762
+ * The Schema Registry API Secret.
763
+ */
764
+ secret: string;
765
+ }
766
+ export interface SchemaRegistryClusterConfigCredentials {
767
+ /**
768
+ * The Schema Registry API Key.
769
+ */
770
+ key: string;
771
+ /**
772
+ * The Schema Registry API Secret.
773
+ */
774
+ secret: string;
775
+ }
776
+ export interface SchemaRegistryClusterConfigSchemaRegistryCluster {
777
+ /**
778
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
779
+ */
780
+ id: string;
781
+ }
650
782
  export interface SchemaRegistryClusterEnvironment {
651
783
  /**
652
784
  * The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `sgreg-1`. See [Schema Registry Regions](https://docs.confluent.io/cloud/current/stream-governance/packages.html#stream-governance-regions) to find a corresponding region ID based on desired cloud provider region and types of the billing package.
653
785
  */
654
786
  id: string;
655
787
  }
788
+ export interface SchemaRegistryClusterModeCredentials {
789
+ /**
790
+ * The Schema Registry API Key.
791
+ */
792
+ key: string;
793
+ /**
794
+ * The Schema Registry API Secret.
795
+ */
796
+ secret: string;
797
+ }
798
+ export interface SchemaRegistryClusterModeSchemaRegistryCluster {
799
+ /**
800
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
801
+ */
802
+ id: string;
803
+ }
656
804
  export interface SchemaRegistryClusterRegion {
657
805
  /**
658
806
  * The ID of the Schema Registry region that the Schema Registry cluster belongs to, for example, `sgreg-1`. See [Schema Registry Regions](https://docs.confluent.io/cloud/current/stream-governance/packages.html#stream-governance-regions) to find a corresponding region ID based on desired cloud provider region and types of the billing package.
659
807
  */
660
808
  id: string;
661
809
  }
662
- export interface TransitGatewayAttachmentAws {
810
+ export interface SchemaSchemaReference {
663
811
  /**
664
- * Enable custom destination routes in Confluent Cloud. Defaults to `false`.
812
+ * The name of the subject, representing the subject under which the referenced schema is registered.
665
813
  */
666
- enableCustomRoutes?: boolean;
814
+ name: string;
815
+ /**
816
+ * The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
817
+ */
818
+ subjectName: string;
819
+ /**
820
+ * The version, representing the exact version of the schema under the registered subject.
821
+ */
822
+ version: number;
823
+ }
824
+ export interface SchemaSchemaRegistryCluster {
825
+ /**
826
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
827
+ */
828
+ id: string;
829
+ }
830
+ export interface SubjectConfigCredentials {
831
+ /**
832
+ * The Schema Registry API Key.
833
+ */
834
+ key: string;
835
+ /**
836
+ * The Schema Registry API Secret.
837
+ */
838
+ secret: string;
839
+ }
840
+ export interface SubjectConfigSchemaRegistryCluster {
841
+ /**
842
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
843
+ */
844
+ id: string;
845
+ }
846
+ export interface SubjectModeCredentials {
847
+ /**
848
+ * The Schema Registry API Key.
849
+ */
850
+ key: string;
851
+ /**
852
+ * The Schema Registry API Secret.
853
+ */
854
+ secret: string;
855
+ }
856
+ export interface SubjectModeSchemaRegistryCluster {
857
+ /**
858
+ * The ID of the Schema Registry cluster, for example, `lsrc-abc123`.
859
+ */
860
+ id: string;
861
+ }
862
+ export interface TransitGatewayAttachmentAws {
667
863
  /**
668
864
  * The Amazon Resource Name (ARN) of the Resource Access Manager (RAM) Resource Share of the transit gateway your Confluent Cloud network attaches to.
669
865
  */