Amazon MSK · Schema

Unauthenticated

Unauthenticated schema from Amazon MSK API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

msk-api-unauthenticated-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-unauthenticated-schema.json",
  "title": "Unauthenticated",
  "description": "Unauthenticated schema from Amazon MSK API",
  "type": "object",
  "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>"
        }
      ]
    }
  }
}