@pulumi/confluentcloud 1.2.1 → 1.3.0-alpha.1663164003

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
@@ -46,6 +46,12 @@ export interface ConnectorKafkaCluster {
46
46
  */
47
47
  id: string;
48
48
  }
49
+ export interface GetIdentityPoolIdentityProvider {
50
+ /**
51
+ * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
52
+ */
53
+ id: string;
54
+ }
49
55
  export interface GetKafkaClusterBasic {
50
56
  }
51
57
  export interface GetKafkaClusterDedicated {
@@ -88,6 +94,24 @@ export interface GetKafkaTopicKafkaCluster {
88
94
  */
89
95
  id: string;
90
96
  }
97
+ export interface GetKsqlClusterCredentialIdentity {
98
+ /**
99
+ * The ID of the Environment that the ksqlDB cluster belongs to, for example, `env-xyz456`.
100
+ */
101
+ id: string;
102
+ }
103
+ export interface GetKsqlClusterEnvironment {
104
+ /**
105
+ * The ID of the Environment that the ksqlDB cluster belongs to, for example, `env-xyz456`.
106
+ */
107
+ id: string;
108
+ }
109
+ export interface GetKsqlClusterKafkaCluster {
110
+ /**
111
+ * The ID of the Environment that the ksqlDB cluster belongs to, for example, `env-xyz456`.
112
+ */
113
+ id: string;
114
+ }
91
115
  export interface GetNetworkAw {
92
116
  /**
93
117
  * (Optional String) The AWS VPC endpoint service for the network (used for Private Link) if available.
@@ -114,7 +138,13 @@ export interface GetNetworkEnvironment {
114
138
  }
115
139
  export interface GetNetworkGcp {
116
140
  /**
117
- * (Required String) The GCP project.
141
+ * (Optional Map) The mapping of zones to Private Service Connect service attachments if available. Keys are zones and values are [GCP Private Service Connect service attachment](https://cloud.google.com/vpc/docs/configure-private-service-connect-producer#api_7).
142
+ */
143
+ privateServiceConnectServiceAttachments: {
144
+ [key: string]: string;
145
+ };
146
+ /**
147
+ * (Required String) The GCP project ID.
118
148
  */
119
149
  project: string;
120
150
  /**
@@ -198,12 +228,24 @@ export interface GetPrivateLinkAccessEnvironment {
198
228
  */
199
229
  id: string;
200
230
  }
231
+ export interface GetPrivateLinkAccessGcp {
232
+ /**
233
+ * (Required String) The GCP project ID to allow for Private Service Connect access. You can find your Google Cloud Project ID under **Project ID** section of your [Google Cloud Console dashboard](https://console.cloud.google.com/home/dashboard).
234
+ */
235
+ project: string;
236
+ }
201
237
  export interface GetPrivateLinkAccessNetwork {
202
238
  /**
203
239
  * The ID of the Environment that the Private Link Access belongs to, for example, `env-xyz456`.
204
240
  */
205
241
  id: string;
206
242
  }
243
+ export interface IdentityPoolIdentityProvider {
244
+ /**
245
+ * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
246
+ */
247
+ id: string;
248
+ }
207
249
  export interface KafkaAclCredentials {
208
250
  /**
209
251
  * The Kafka API Key.
@@ -262,6 +304,24 @@ export interface KafkaTopicKafkaCluster {
262
304
  */
263
305
  id: string;
264
306
  }
307
+ export interface KsqlClusterCredentialIdentity {
308
+ /**
309
+ * The ID of the associated service or user account, for example, `sa-abc123`.
310
+ */
311
+ id: string;
312
+ }
313
+ export interface KsqlClusterEnvironment {
314
+ /**
315
+ * The ID of the associated service or user account, for example, `sa-abc123`.
316
+ */
317
+ id: string;
318
+ }
319
+ export interface KsqlClusterKafkaCluster {
320
+ /**
321
+ * The ID of the associated service or user account, for example, `sa-abc123`.
322
+ */
323
+ id: string;
324
+ }
265
325
  export interface NetworkAw {
266
326
  /**
267
327
  * (Optional String) The AWS VPC endpoint service for the network (used for Private Link) if available.
@@ -288,7 +348,13 @@ export interface NetworkEnvironment {
288
348
  }
289
349
  export interface NetworkGcp {
290
350
  /**
291
- * (Required String) The GCP project.
351
+ * (Optional Map) The mapping of zones to Private Service Connect service attachments if available. Keys are zones and values are [GCP Private Service Connect service attachment](https://cloud.google.com/vpc/docs/configure-private-service-connect-producer#api_7).
352
+ */
353
+ privateServiceConnectServiceAttachments: {
354
+ [key: string]: string;
355
+ };
356
+ /**
357
+ * (Required String) The GCP project ID.
292
358
  */
293
359
  project: string;
294
360
  /**
@@ -372,6 +438,12 @@ export interface PrivateLinkAccessEnvironment {
372
438
  */
373
439
  id: string;
374
440
  }
441
+ export interface PrivateLinkAccessGcp {
442
+ /**
443
+ * The GCP project ID to allow for Private Service Connect access. You can find your Google Cloud Project ID under **Project ID** section of your [Google Cloud Console dashboard](https://console.cloud.google.com/home/dashboard).
444
+ */
445
+ project: string;
446
+ }
375
447
  export interface PrivateLinkAccessNetwork {
376
448
  /**
377
449
  * The ID of the Network that the Private Link Access belongs to, for example, `n-abc123`.