{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-launch-configuration-template-schema.json", "title": "LaunchConfigurationTemplate", "description": "Template for default launch configuration settings", "type": "object", "properties": { "launchConfigurationTemplateID": { "type": "string", "description": "Template ID" }, "arn": { "type": "string", "description": "ARN of the template" }, "launchDisposition": { "type": "string", "description": "Default launch disposition" }, "targetInstanceTypeRightSizingMethod": { "type": "string", "description": "Right-sizing method" }, "copyPrivateIp": { "type": "boolean", "description": "Whether to copy private IP" }, "copyTags": { "type": "boolean", "description": "Whether to copy tags" }, "licensing": { "type": "string", "description": "licensing" }, "bootMode": { "type": "string", "description": "Boot mode" }, "tags": { "type": "object", "description": "Tags on the template" } } }