@pulumi/confluentcloud 2.53.0-alpha.1766174133 → 2.53.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "2.53.0-alpha.1766174133",
3
+ "version": "2.53.0",
4
4
  "description": "A Pulumi package for creating and managing Confluent cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "confluentcloud",
27
- "version": "2.53.0-alpha.1766174133"
27
+ "version": "2.53.0"
28
28
  }
29
29
  }
package/types/input.d.ts CHANGED
@@ -1032,8 +1032,16 @@ export interface GetIpAddressesFilterArgs {
1032
1032
  services?: pulumi.Input<pulumi.Input<string>[]>;
1033
1033
  }
1034
1034
  export interface GetKafkaClusterBasic {
1035
+ /**
1036
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1037
+ */
1038
+ maxEcku?: number;
1035
1039
  }
1036
1040
  export interface GetKafkaClusterBasicArgs {
1041
+ /**
1042
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1043
+ */
1044
+ maxEcku?: pulumi.Input<number>;
1037
1045
  }
1038
1046
  export interface GetKafkaClusterDedicated {
1039
1047
  /**
@@ -1070,8 +1078,16 @@ export interface GetKafkaClusterDedicatedArgs {
1070
1078
  zones?: pulumi.Input<pulumi.Input<string>[]>;
1071
1079
  }
1072
1080
  export interface GetKafkaClusterEnterprise {
1081
+ /**
1082
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1083
+ */
1084
+ maxEcku?: number;
1073
1085
  }
1074
1086
  export interface GetKafkaClusterEnterpriseArgs {
1087
+ /**
1088
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1089
+ */
1090
+ maxEcku?: pulumi.Input<number>;
1075
1091
  }
1076
1092
  export interface GetKafkaClusterEnvironment {
1077
1093
  /**
@@ -1090,6 +1106,10 @@ export interface GetKafkaClusterEnvironmentArgs {
1090
1106
  id: pulumi.Input<string>;
1091
1107
  }
1092
1108
  export interface GetKafkaClusterFreight {
1109
+ /**
1110
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1111
+ */
1112
+ maxEcku?: number;
1093
1113
  /**
1094
1114
  * (Required List of String) The list of zones the cluster is in.
1095
1115
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -1099,6 +1119,10 @@ export interface GetKafkaClusterFreight {
1099
1119
  zones?: string[];
1100
1120
  }
1101
1121
  export interface GetKafkaClusterFreightArgs {
1122
+ /**
1123
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1124
+ */
1125
+ maxEcku?: pulumi.Input<number>;
1102
1126
  /**
1103
1127
  * (Required List of String) The list of zones the cluster is in.
1104
1128
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -1108,8 +1132,16 @@ export interface GetKafkaClusterFreightArgs {
1108
1132
  zones?: pulumi.Input<pulumi.Input<string>[]>;
1109
1133
  }
1110
1134
  export interface GetKafkaClusterStandard {
1135
+ /**
1136
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1137
+ */
1138
+ maxEcku?: number;
1111
1139
  }
1112
1140
  export interface GetKafkaClusterStandardArgs {
1141
+ /**
1142
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1143
+ */
1144
+ maxEcku?: pulumi.Input<number>;
1113
1145
  }
1114
1146
  export interface GetKafkaClustersEnvironment {
1115
1147
  /**
@@ -2186,6 +2218,10 @@ export interface KafkaClientQuotaThroughput {
2186
2218
  ingressByteRate: pulumi.Input<string>;
2187
2219
  }
2188
2220
  export interface KafkaClusterBasic {
2221
+ /**
2222
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2223
+ */
2224
+ maxEcku?: pulumi.Input<number>;
2189
2225
  }
2190
2226
  export interface KafkaClusterByokKey {
2191
2227
  /**
@@ -2224,6 +2260,8 @@ export interface KafkaClusterDedicated {
2224
2260
  * !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
2225
2261
  *
2226
2262
  * > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
2263
+ *
2264
+ * > **Note:** Refer to [eCKU/CKU comparison](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#ecku-cku-comparison) documentation for the minimum/maximum eCKU requirements for each cluster type.
2227
2265
  */
2228
2266
  cku: pulumi.Input<number>;
2229
2267
  /**
@@ -2255,6 +2293,10 @@ export interface KafkaClusterEndpoint {
2255
2293
  restEndpoint?: pulumi.Input<string>;
2256
2294
  }
2257
2295
  export interface KafkaClusterEnterprise {
2296
+ /**
2297
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2298
+ */
2299
+ maxEcku?: pulumi.Input<number>;
2258
2300
  }
2259
2301
  export interface KafkaClusterEnvironment {
2260
2302
  /**
@@ -2263,6 +2305,10 @@ export interface KafkaClusterEnvironment {
2263
2305
  id: pulumi.Input<string>;
2264
2306
  }
2265
2307
  export interface KafkaClusterFreight {
2308
+ /**
2309
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2310
+ */
2311
+ maxEcku?: pulumi.Input<number>;
2266
2312
  /**
2267
2313
  * (Required List of String) The list of zones the cluster is in.
2268
2314
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -2276,6 +2322,10 @@ export interface KafkaClusterNetwork {
2276
2322
  id: pulumi.Input<string>;
2277
2323
  }
2278
2324
  export interface KafkaClusterStandard {
2325
+ /**
2326
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2327
+ */
2328
+ maxEcku?: pulumi.Input<number>;
2279
2329
  }
2280
2330
  export interface KafkaMirrorTopicClusterLink {
2281
2331
  /**
package/types/output.d.ts CHANGED
@@ -1125,6 +1125,10 @@ export interface GetKafkaClientQuotaThroughput {
1125
1125
  ingressByteRate: string;
1126
1126
  }
1127
1127
  export interface GetKafkaClusterBasic {
1128
+ /**
1129
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1130
+ */
1131
+ maxEcku: number;
1128
1132
  }
1129
1133
  export interface GetKafkaClusterByokKey {
1130
1134
  /**
@@ -1168,6 +1172,10 @@ export interface GetKafkaClusterEndpoint {
1168
1172
  restEndpoint: string;
1169
1173
  }
1170
1174
  export interface GetKafkaClusterEnterprise {
1175
+ /**
1176
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1177
+ */
1178
+ maxEcku: number;
1171
1179
  }
1172
1180
  export interface GetKafkaClusterEnvironment {
1173
1181
  /**
@@ -1178,6 +1186,10 @@ export interface GetKafkaClusterEnvironment {
1178
1186
  id: string;
1179
1187
  }
1180
1188
  export interface GetKafkaClusterFreight {
1189
+ /**
1190
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1191
+ */
1192
+ maxEcku: number;
1181
1193
  /**
1182
1194
  * (Required List of String) The list of zones the cluster is in.
1183
1195
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -1193,6 +1205,10 @@ export interface GetKafkaClusterNetwork {
1193
1205
  id: string;
1194
1206
  }
1195
1207
  export interface GetKafkaClusterStandard {
1208
+ /**
1209
+ * (Optional Number) The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs. For more details, see [Maximum eCKU requirements](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#minimum-maximum-ecku-requirements).
1210
+ */
1211
+ maxEcku: number;
1196
1212
  }
1197
1213
  export interface GetKafkaClustersCluster {
1198
1214
  /**
@@ -1273,6 +1289,10 @@ export interface GetKafkaClustersCluster {
1273
1289
  standards?: outputs.GetKafkaClustersClusterStandard[];
1274
1290
  }
1275
1291
  export interface GetKafkaClustersClusterBasic {
1292
+ /**
1293
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
1294
+ */
1295
+ maxEcku: number;
1276
1296
  }
1277
1297
  export interface GetKafkaClustersClusterByokKey {
1278
1298
  /**
@@ -1316,6 +1336,10 @@ export interface GetKafkaClustersClusterEndpoint {
1316
1336
  restEndpoint: string;
1317
1337
  }
1318
1338
  export interface GetKafkaClustersClusterEnterprise {
1339
+ /**
1340
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
1341
+ */
1342
+ maxEcku: number;
1319
1343
  }
1320
1344
  export interface GetKafkaClustersClusterEnvironment {
1321
1345
  /**
@@ -1324,6 +1348,10 @@ export interface GetKafkaClustersClusterEnvironment {
1324
1348
  id: string;
1325
1349
  }
1326
1350
  export interface GetKafkaClustersClusterFreight {
1351
+ /**
1352
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
1353
+ */
1354
+ maxEcku: number;
1327
1355
  /**
1328
1356
  * (Required List of String) The list of zones the cluster is in.
1329
1357
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -1339,6 +1367,10 @@ export interface GetKafkaClustersClusterNetwork {
1339
1367
  id: string;
1340
1368
  }
1341
1369
  export interface GetKafkaClustersClusterStandard {
1370
+ /**
1371
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with HIGH availability must have at least two eCKUs.
1372
+ */
1373
+ maxEcku: number;
1342
1374
  }
1343
1375
  export interface GetKafkaClustersEnvironment {
1344
1376
  /**
@@ -2301,6 +2333,10 @@ export interface KafkaClientQuotaThroughput {
2301
2333
  ingressByteRate: string;
2302
2334
  }
2303
2335
  export interface KafkaClusterBasic {
2336
+ /**
2337
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2338
+ */
2339
+ maxEcku: number;
2304
2340
  }
2305
2341
  export interface KafkaClusterByokKey {
2306
2342
  /**
@@ -2339,6 +2375,8 @@ export interface KafkaClusterDedicated {
2339
2375
  * !> **Warning:** You can only upgrade clusters from `basic` to `standard`.
2340
2376
  *
2341
2377
  * > **Note:** Currently, provisioning of a Dedicated Kafka cluster takes around 25 minutes on average but might take up to 24 hours. If you can't wait for the `pulumi up` step to finish, you can exit it and import the cluster by using the `pulumi import` command once it has been provisioned. When the cluster is provisioned, you will receive an email notification, and you can also follow updates on the Target Environment web page of the Confluent Cloud website.
2378
+ *
2379
+ * > **Note:** Refer to [eCKU/CKU comparison](https://docs.confluent.io/cloud/current/clusters/cluster-types.html#ecku-cku-comparison) documentation for the minimum/maximum eCKU requirements for each cluster type.
2342
2380
  */
2343
2381
  cku: number;
2344
2382
  /**
@@ -2370,6 +2408,10 @@ export interface KafkaClusterEndpoint {
2370
2408
  restEndpoint: string;
2371
2409
  }
2372
2410
  export interface KafkaClusterEnterprise {
2411
+ /**
2412
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2413
+ */
2414
+ maxEcku: number;
2373
2415
  }
2374
2416
  export interface KafkaClusterEnvironment {
2375
2417
  /**
@@ -2378,6 +2420,10 @@ export interface KafkaClusterEnvironment {
2378
2420
  id: string;
2379
2421
  }
2380
2422
  export interface KafkaClusterFreight {
2423
+ /**
2424
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2425
+ */
2426
+ maxEcku: number;
2381
2427
  /**
2382
2428
  * (Required List of String) The list of zones the cluster is in.
2383
2429
  * - On AWS, zones are AWS [AZ IDs](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html), for example, `use1-az3`.
@@ -2391,6 +2437,10 @@ export interface KafkaClusterNetwork {
2391
2437
  id: string;
2392
2438
  }
2393
2439
  export interface KafkaClusterStandard {
2440
+ /**
2441
+ * The maximum number of Elastic Confluent Kafka Units (eCKUs) that Kafka clusters should auto-scale to. Kafka clusters with "HIGH" availability must have at least two eCKUs.
2442
+ */
2443
+ maxEcku: number;
2394
2444
  }
2395
2445
  export interface KafkaMirrorTopicClusterLink {
2396
2446
  /**