Amazon MSK · JSON Structure

Msk Api Get Bootstrap Brokers Response Structure

GetBootstrapBrokersResponse schema from Amazon MSK API

Type: object Properties: 7
BroadcastingMedia ProcessingMedia

GetBootstrapBrokersResponse is a JSON Structure definition published by Amazon MSK, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

BootstrapBrokerString BootstrapBrokerStringTls BootstrapBrokerStringSaslScram BootstrapBrokerStringSaslIam BootstrapBrokerStringPublicTls BootstrapBrokerStringPublicSaslScram BootstrapBrokerStringPublicSaslIam

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-get-bootstrap-brokers-response-structure.json",
  "name": "GetBootstrapBrokersResponse",
  "type": "object",
  "description": "GetBootstrapBrokersResponse schema from Amazon MSK API",
  "properties": {
    "BootstrapBrokerString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerString"
          },
          "description": "\n            <p>A string containing one or more hostname:port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringTls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringTls"
          },
          "description": "\n            <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringSaslScram": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringSaslScram"
          },
          "description": "\n            <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringSaslIam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringSaslIam"
          },
          "description": "\n            <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringPublicTls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringPublicTls"
          },
          "description": "\n            <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringPublicSaslScram": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringPublicSaslScram"
          },
          "description": "\n            <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>"
        }
      ]
    },
    "BootstrapBrokerStringPublicSaslIam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "bootstrapBrokerStringPublicSaslIam"
          },
          "description": "\n            <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>"
        }
      ]
    }
  }
}