{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-vpc-configuration-update-structure.json", "name": "VpcConfigurationUpdate", "description": "Describes updates to the VPC configuration used by the application.", "type": "object", "properties": { "VpcConfigurationId": { "allOf": [ { "$ref": "#/components/schemas/Id" }, { "description": "Describes an update to the ID of the VPC configuration." } ] }, "SubnetIdUpdates": { "allOf": [ { "$ref": "#/components/schemas/SubnetIds" }, { "description": "Describes updates to the array of Subnet IDs used by the VPC configuration." } ] }, "SecurityGroupIdUpdates": { "allOf": [ { "$ref": "#/components/schemas/SecurityGroupIds" }, { "description": "Describes updates to the array of SecurityGroup IDs used by the VPC configuration." } ] } }, "required": [ "VpcConfigurationId" ] }