{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-vpc-config-structure.json", "name": "VpcConfig", "type": "object", "description": "\n
The configuration of the Amazon VPCs for the cluster.
", "properties": { "SubnetIds": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "subnetIds" }, "description": "\nThe IDs of the subnets associated with the cluster.
" } ] }, "SecurityGroupIds": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "securityGroupIds" }, "description": "\nThe IDs of the security groups associated with the cluster.
" } ] } }, "required": [ "SubnetIds" ] }