Application Migration Service Update Launch Configuration Template Request Structure

Request to update a launch configuration template

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Update Launch Configuration Template Request Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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