CreateApplicationRequest

Request to create a migration application

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
name string Application name
description string Application description
tags object Tags for the application
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-create-application-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-application-request-schema.json",
  "title": "CreateApplicationRequest",
  "description": "Request to create a migration application",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Application name"
    },
    "description": {
      "type": "string",
      "description": "Application description"
    },
    "tags": {
      "type": "object",
      "description": "Tags for the application"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}