{ "$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

The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.

" } ] } } }