Amazon MSK · Schema

PublicAccess

Public access control for brokers.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Type object
View JSON Schema on GitHub

JSON Schema

msk-api-public-access-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-public-access-schema.json",
  "title": "PublicAccess",
  "description": "Public access control for brokers.",
  "type": "object",
  "properties": {
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "type"
          },
          "description": "\n            <p>The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.</p>"
        }
      ]
    }
  }
}