Amazon MSK · JSON Structure

Msk Api Unauthenticated Structure

Unauthenticated schema from Amazon MSK API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

Unauthenticated 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

Enabled

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-unauthenticated-structure.json",
  "name": "Unauthenticated",
  "type": "object",
  "description": "Unauthenticated schema from Amazon MSK API",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabled"
          },
          "description": "\n            <p>Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.</p>"
        }
      ]
    }
  }
}