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

Serverless cluster.

", "properties": { "VpcConfigs": { "allOf": [ { "$ref": "#/components/schemas/__listOfVpcConfig" }, { "xml": { "name": "vpcConfigs" }, "description": "\n

The configuration of the Amazon VPCs for the cluster.

" } ] }, "ClientAuthentication": { "allOf": [ { "$ref": "#/components/schemas/ServerlessClientAuthentication" }, { "xml": { "name": "clientAuthentication" }, "description": "\n

Includes all client authentication information.

" } ] } }, "required": [ "VpcConfigs" ] }