@pulumi/confluentcloud 1.29.0 → 1.30.0-alpha.1705189718
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/flinkComputePool.d.ts +3 -3
- package/package.json +1 -1
package/flinkComputePool.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class FlinkComputePool extends pulumi.CustomResource {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly kind: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
74
|
-
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5` and `
|
|
74
|
+
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5`, `10`, `20`, `30`, `40` and `50`.
|
|
75
75
|
*/
|
|
76
76
|
readonly maxCfu: pulumi.Output<number>;
|
|
77
77
|
/**
|
|
@@ -124,7 +124,7 @@ export interface FlinkComputePoolState {
|
|
|
124
124
|
*/
|
|
125
125
|
kind?: pulumi.Input<string>;
|
|
126
126
|
/**
|
|
127
|
-
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5` and `
|
|
127
|
+
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5`, `10`, `20`, `30`, `40` and `50`.
|
|
128
128
|
*/
|
|
129
129
|
maxCfu?: pulumi.Input<number>;
|
|
130
130
|
/**
|
|
@@ -157,7 +157,7 @@ export interface FlinkComputePoolArgs {
|
|
|
157
157
|
*/
|
|
158
158
|
environment: pulumi.Input<inputs.FlinkComputePoolEnvironment>;
|
|
159
159
|
/**
|
|
160
|
-
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5` and `
|
|
160
|
+
* Maximum number of Confluent Flink Units (CFUs) that the Flink compute pool should auto-scale to. The accepted values are: `5`, `10`, `20`, `30`, `40` and `50`.
|
|
161
161
|
*/
|
|
162
162
|
maxCfu?: pulumi.Input<number>;
|
|
163
163
|
/**
|