UpdateLaunchConfigurationTemplateRequest

Request to update a launch configuration template

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
launchConfigurationTemplateID string Template ID to update
launchDisposition string launchDisposition
targetInstanceTypeRightSizingMethod string targetInstanceTypeRightSizingMethod
copyPrivateIp boolean copyPrivateIp
copyTags boolean copyTags
View JSON Schema on GitHub

JSON Schema

application-migration-service-update-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-update-launch-configuration-template-request-schema.json",
  "title": "UpdateLaunchConfigurationTemplateRequest",
  "description": "Request to update a launch configuration template",
  "type": "object",
  "properties": {
    "launchConfigurationTemplateID": {
      "type": "string",
      "description": "Template ID to update"
    },
    "launchDisposition": {
      "type": "string",
      "description": "launchDisposition"
    },
    "targetInstanceTypeRightSizingMethod": {
      "type": "string",
      "description": "targetInstanceTypeRightSizingMethod"
    },
    "copyPrivateIp": {
      "type": "boolean",
      "description": "copyPrivateIp"
    },
    "copyTags": {
      "type": "boolean",
      "description": "copyTags"
    }
  }
}