CreateLaunchConfigurationTemplateRequest

Request to create a launch configuration template

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
launchDisposition string Default launch disposition
targetInstanceTypeRightSizingMethod string Right-sizing method
copyPrivateIp boolean copyPrivateIp
copyTags boolean copyTags
licensing string licensing
tags object tags
View JSON Schema on GitHub

JSON Schema

application-migration-service-create-launch-configuration-template-request-schema.json Raw ↑
{
  "$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"
    }
  }
}