We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63330ad commit 8832df1Copy full SHA for 8832df1
packages/@aws-cdk/aws-msk/lib/cluster-version.ts
@@ -42,11 +42,26 @@ export class KafkaVersion {
42
*/
43
public static readonly V2_6_2 = KafkaVersion.of('2.6.2');
44
45
+ /**
46
+ * Kafka version 2.6.3
47
+ */
48
+ public static readonly V2_6_3 = KafkaVersion.of('2.6.3');
49
+
50
/**
51
* Kafka version 2.7.0
52
53
public static readonly V2_7_0 = KafkaVersion.of('2.7.0');
54
55
56
+ * Kafka version 2.7.1
57
58
+ public static readonly V2_7_1 = KafkaVersion.of('2.7.1');
59
60
61
+ * Kafka version 2.7.2
62
63
+ public static readonly V2_7_2 = KafkaVersion.of('2.7.2');
64
65
66
* Kafka version 2.8.0
67
0 commit comments