Skip to content

Commit

Permalink
Managed Streaming for Kafka Update: IAM Access Control for Amazon MSK…
Browse files Browse the repository at this point in the history
… enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
  • Loading branch information
AWS committed May 6, 2021
1 parent e67b37b commit a4e4b16
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Managed Streaming for Kafka",
"contributor": "",
"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."
}
21 changes: 21 additions & 0 deletions services/kafka/src/main/resources/codegen-resources/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,11 @@
"shape": "__string",
"locationName": "bootstrapBrokerStringSaslScram",
"documentation": "\n <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>\n "
},
"BootstrapBrokerStringSaslIam": {
"shape": "__string",
"locationName": "bootstrapBrokerStringSaslIam",
"documentation": "\n <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>\n "
}
}
},
Expand Down Expand Up @@ -2853,6 +2858,11 @@
"shape" : "Scram",
"locationName" : "scram",
"documentation" : "\n <p>Details for SASL/SCRAM client authentication.</p>\n "
},
"Iam" : {
"shape" : "Iam",
"locationName" : "iam",
"documentation" : "\n <p>Indicates whether IAM access control is enabled.</p>\n "
}
},
"documentation" : "\n <p>Details for client authentication using SASL.</p>\n "
Expand All @@ -2868,6 +2878,17 @@
},
"documentation" : "\n <p>Details for SASL/SCRAM client authentication.</p>\n "
},
"Iam" : {
"type" : "structure",
"members" : {
"Enabled" : {
"shape" : "__boolean",
"locationName" : "enabled",
"documentation" : "\n <p>Indicates whether IAM access control is enabled.</p>\n "
}
},
"documentation" : "\n <p>Details for IAM access control.</p>\n "
},
"NodeInfo": {
"type": "structure",
"members": {
Expand Down

0 comments on commit a4e4b16

Please sign in to comment.