@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.
@@ -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 `10`.
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 `10`.
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 `10`.
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/confluentcloud",
3
- "version": "v1.29.0",
3
+ "version": "v1.30.0-alpha.1705189718+8f99eaa2",
4
4
  "description": "A Pulumi package for creating and managing Confluent cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",