Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Stop Application Request Structure

StopApplicationRequest schema from AWS Mainframe Modernization API

Type: object Properties: 1
COBOLMainframeMigrationModernizationBatch Processing

StopApplicationRequest is a JSON Structure definition published by Amazon Mainframe Modernization, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

forceStop

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-stop-application-request-structure.json",
  "name": "StopApplicationRequest",
  "description": "StopApplicationRequest schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "forceStop": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false."
        }
      ]
    }
  }
}