Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Storage Configuration Structure

Defines the storage configuration for a runtime environment.

Type: object Properties: 2
COBOLMainframeMigrationModernizationBatch Processing

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

Properties

efs fsx

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-storage-configuration-structure.json",
  "name": "StorageConfiguration",
  "description": "Defines the storage configuration for a runtime environment.",
  "type": "object",
  "properties": {
    "efs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EfsStorageConfiguration"
        },
        {
          "description": "Defines the storage configuration for an Amazon EFS file system."
        }
      ]
    },
    "fsx": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FsxStorageConfiguration"
        },
        {
          "description": "Defines the storage configuration for an Amazon FSx file system."
        }
      ]
    }
  }
}