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