PostLaunchActionsStatus

Status of post-launch actions

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
postLaunchActionsLaunchStatusList array List of post-launch action statuses
ssmAgentDiscoveryDatetime string Date/time SSM agent was discovered
View JSON Schema on GitHub

JSON Schema

application-migration-service-post-launch-actions-status-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-post-launch-actions-status-schema.json",
  "title": "PostLaunchActionsStatus",
  "description": "Status of post-launch actions",
  "type": "object",
  "properties": {
    "postLaunchActionsLaunchStatusList": {
      "type": "array",
      "description": "List of post-launch action statuses"
    },
    "ssmAgentDiscoveryDatetime": {
      "type": "string",
      "description": "Date/time SSM agent was discovered"
    }
  }
}