Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Application Lifecycle Structure

ApplicationLifecycle schema from AWS Mainframe Modernization API

Type: string Properties: 0
COBOLMainframeMigrationModernizationBatch Processing

ApplicationLifecycle is a JSON Structure definition published by Amazon Mainframe Modernization. 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://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-application-lifecycle-structure.json",
  "name": "ApplicationLifecycle",
  "description": "ApplicationLifecycle schema from AWS Mainframe Modernization API",
  "type": "string",
  "enum": [
    "Creating",
    "Created",
    "Available",
    "Ready",
    "Starting",
    "Running",
    "Stopping",
    "Stopped",
    "Failed",
    "Deleting",
    "Deleting From Environment"
  ]
}