Application Migration Service Launch Configuration Template Structure

Template for default launch configuration settings

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

Application Migration Service Launch Configuration Template 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-launch-configuration-template-structure.json",
  "title": "LaunchConfigurationTemplate",
  "description": "Template for default launch configuration settings",
  "type": "record",
  "fields": {
    "launchConfigurationTemplateID": {
      "type": "string",
      "description": "Template ID"
    },
    "arn": {
      "type": "string",
      "description": "ARN of the template"
    },
    "launchDisposition": {
      "type": "string",
      "description": "Default launch disposition"
    },
    "targetInstanceTypeRightSizingMethod": {
      "type": "string",
      "description": "Right-sizing method"
    },
    "copyPrivateIp": {
      "type": "boolean",
      "description": "Whether to copy private IP"
    },
    "copyTags": {
      "type": "boolean",
      "description": "Whether to copy tags"
    },
    "licensing": {
      "type": "string",
      "description": "licensing"
    },
    "bootMode": {
      "type": "string",
      "description": "Boot mode"
    },
    "tags": {
      "type": "object",
      "description": "Tags on the template"
    }
  }
}