Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization External Location Structure

Defines an external storage location.

Type: object Properties: 1
COBOLMainframeMigrationModernizationBatch Processing

ExternalLocation 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

s3Location

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-external-location-structure.json",
  "name": "ExternalLocation",
  "description": "Defines an external storage location.",
  "type": "object",
  "properties": {
    "s3Location": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String2000"
        },
        {
          "description": "The URI of the Amazon S3 bucket."
        }
      ]
    }
  }
}