FinalizeCutoverRequest

Request to finalize a cutover

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
sourceServerID string Source server ID to finalize cutover for
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-finalize-cutover-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-finalize-cutover-request-schema.json",
  "title": "FinalizeCutoverRequest",
  "description": "Request to finalize a cutover",
  "type": "object",
  "properties": {
    "sourceServerID": {
      "type": "string",
      "description": "Source server ID to finalize cutover for"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}