Amazon MSK · JSON Structure

Msk Api Serverless Structure

Serverless cluster.

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

Serverless is a JSON Structure definition published by Amazon MSK, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcConfigs ClientAuthentication

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-serverless-structure.json",
  "name": "Serverless",
  "type": "object",
  "description": "\n            <p>Serverless cluster.</p>",
  "properties": {
    "VpcConfigs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfVpcConfig"
        },
        {
          "xml": {
            "name": "vpcConfigs"
          },
          "description": "\n            <p>The configuration of the Amazon VPCs for the cluster.</p>"
        }
      ]
    },
    "ClientAuthentication": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServerlessClientAuthentication"
        },
        {
          "xml": {
            "name": "clientAuthentication"
          },
          "description": "\n            <p>Includes all client authentication information.</p>"
        }
      ]
    }
  },
  "required": [
    "VpcConfigs"
  ]
}