Application Migration Service Source Server Action Structure

A lifecycle action hook for a source server

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

Application Migration Service Source Server Action 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-source-server-action-structure.json",
  "title": "SourceServerAction",
  "description": "A lifecycle action hook for a source server",
  "type": "record",
  "fields": {
    "actionID": {
      "type": "string",
      "description": "Action ID"
    },
    "actionName": {
      "type": "string",
      "description": "Action name"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the action is active"
    },
    "category": {
      "type": "string",
      "description": "Action category"
    },
    "description": {
      "type": "string",
      "description": "Action description"
    },
    "documentIdentifier": {
      "type": "string",
      "description": "SSM document identifier"
    },
    "documentVersion": {
      "type": "string",
      "description": "SSM document version"
    },
    "externalParameters": {
      "type": "object",
      "description": "External parameters for the action"
    },
    "mustSucceedForCutover": {
      "type": "boolean",
      "description": "Whether action must succeed for cutover"
    },
    "order": {
      "type": "integer",
      "description": "Execution order"
    },
    "parameters": {
      "type": "object",
      "description": "Action parameters"
    },
    "timeoutSeconds": {
      "type": "integer",
      "description": "Timeout in seconds"
    }
  }
}