Amazon MSK · JSON Structure

Msk Api Connectivity Info Structure

Information about the broker access configuration.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ConnectivityInfo 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

PublicAccess

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-connectivity-info-structure.json",
  "name": "ConnectivityInfo",
  "type": "object",
  "description": "\n            <p>Information about the broker access configuration.</p>",
  "properties": {
    "PublicAccess": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PublicAccess"
        },
        {
          "xml": {
            "name": "publicAccess"
          },
          "description": "\n            <p>Public access control for brokers.</p>"
        }
      ]
    }
  }
}