{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LaunchInstancePlatformConfig", "type": "object", "description": "The platform configuration for launching an instance", "properties": { "type": { "type": "string", "description": "The type of platform configuration" }, "isSecureBootEnabled": { "type": "boolean", "description": "Whether Secure Boot is enabled" }, "isTrustedPlatformModuleEnabled": { "type": "boolean", "description": "Whether the Trusted Platform Module is enabled" }, "isMeasuredBootEnabled": { "type": "boolean", "description": "Whether Measured Boot is enabled" }, "isMemoryEncryptionEnabled": { "type": "boolean", "description": "Whether AMD memory encryption is enabled" } } }