Skip to content

Commit a4e4b16

Browse files
author
AWS
committed
Managed Streaming for Kafka Update: IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
1 parent e67b37b commit a4e4b16

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka",
4+
"contributor": "",
5+
"description": "IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients."
6+
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,6 +2281,11 @@
22812281
"shape": "__string",
22822282
"locationName": "bootstrapBrokerStringSaslScram",
22832283
"documentation": "\n <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>\n "
2284+
},
2285+
"BootstrapBrokerStringSaslIam": {
2286+
"shape": "__string",
2287+
"locationName": "bootstrapBrokerStringSaslIam",
2288+
"documentation": "\n <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>\n "
22842289
}
22852290
}
22862291
},
@@ -2853,6 +2858,11 @@
28532858
"shape" : "Scram",
28542859
"locationName" : "scram",
28552860
"documentation" : "\n <p>Details for SASL/SCRAM client authentication.</p>\n "
2861+
},
2862+
"Iam" : {
2863+
"shape" : "Iam",
2864+
"locationName" : "iam",
2865+
"documentation" : "\n <p>Indicates whether IAM access control is enabled.</p>\n "
28562866
}
28572867
},
28582868
"documentation" : "\n <p>Details for client authentication using SASL.</p>\n "
@@ -2868,6 +2878,17 @@
28682878
},
28692879
"documentation" : "\n <p>Details for SASL/SCRAM client authentication.</p>\n "
28702880
},
2881+
"Iam" : {
2882+
"type" : "structure",
2883+
"members" : {
2884+
"Enabled" : {
2885+
"shape" : "__boolean",
2886+
"locationName" : "enabled",
2887+
"documentation" : "\n <p>Indicates whether IAM access control is enabled.</p>\n "
2888+
}
2889+
},
2890+
"documentation" : "\n <p>Details for IAM access control.</p>\n "
2891+
},
28712892
"NodeInfo": {
28722893
"type": "structure",
28732894
"members": {

0 commit comments

Comments
 (0)