{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-create-launch-configuration-template-request-structure.json", "title": "CreateLaunchConfigurationTemplateRequest", "description": "Request to create a launch configuration template", "type": "record", "fields": { "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" } } }