Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization Efs Storage Configuration Structure

Defines the storage configuration for an Amazon EFS file system.

Type: object Properties: 2 Required: 2
COBOLMainframeMigrationModernizationBatch Processing

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

Properties

fileSystemId mountPoint

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-efs-storage-configuration-structure.json",
  "name": "EfsStorageConfiguration",
  "description": "Defines the storage configuration for an Amazon EFS file system.",
  "type": "object",
  "properties": {
    "fileSystemId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String200"
        },
        {
          "xml": {
            "name": "file-system-id"
          },
          "description": "The file system identifier."
        }
      ]
    },
    "mountPoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String200"
        },
        {
          "xml": {
            "name": "mount-point"
          },
          "description": "The mount point for the file system."
        }
      ]
    }
  },
  "required": [
    "fileSystemId",
    "mountPoint"
  ]
}