Skip to content

Commit 234b368

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: Added support for Enabling Zookeeper Encryption in Transit for AWS MSK.
1 parent 641c38d commit 234b368

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka",
4+
"description": "Added support for Enabling Zookeeper Encryption in Transit for AWS MSK."
5+
}

services/kafka/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,11 @@
14261426
"shape": "__string",
14271427
"locationName": "zookeeperConnectString",
14281428
"documentation": "\n <p>The connection string to use to connect to the Apache ZooKeeper cluster.</p>\n "
1429+
},
1430+
"ZookeeperConnectStringTls" : {
1431+
"shape" : "__string",
1432+
"locationName" : "zookeeperConnectStringTls",
1433+
"documentation" : "\n <p>The connection string to use to connect to zookeeper cluster on Tls port.</p>\n "
14291434
}
14301435
},
14311436
"documentation": "\n <p>Returns information about a cluster.</p>\n "

0 commit comments

Comments
 (0)