We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e357f commit 25bd120Copy full SHA for 25bd120
packages/@aws-cdk/aws-msk-alpha/lib/cluster-version.ts
@@ -3,7 +3,11 @@
3
*/
4
export class KafkaVersion {
5
/**
6
+ * **Deprecated by Amazon MSK. You can't create a Kafka cluster with a deprecated version.**
7
+ *
8
* Kafka version 1.1.1
9
10
+ * @deprecated use the latest runtime instead
11
12
public static readonly V1_1_1 = KafkaVersion.of('1.1.1');
13
0 commit comments