Amazon MSK · JSON Structure

Msk Api Serverless Sasl Structure

Details for client authentication using SASL.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ServerlessSasl is a JSON Structure definition published by Amazon MSK, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Iam

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-serverless-sasl-structure.json",
  "name": "ServerlessSasl",
  "type": "object",
  "description": "\n            <p>Details for client authentication using SASL.</p>",
  "properties": {
    "Iam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Iam"
        },
        {
          "xml": {
            "name": "iam"
          },
          "description": "\n            <p>Indicates whether IAM access control is enabled.</p>"
        }
      ]
    }
  }
}