{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-create-launch-configuration-template-request-schema.json", "title": "CreateLaunchConfigurationTemplateRequest", "description": "Request to create a launch configuration template", "type": "object", "properties": { "launchDisposition": { "type": "string", "description": "Default launch disposition" }, "targetInstanceTypeRightSizingMethod": { "type": "string", "description": "Right-sizing method" }, "copyPrivateIp": { "type": "boolean", "description": "copyPrivateIp" }, "copyTags": { "type": "boolean", "description": "copyTags" }, "licensing": { "type": "string", "description": "licensing" }, "tags": { "type": "object", "description": "tags" } } }