Amazon Supply Chain · JSON Structure

Amazon Supply Chain Instance Structure

An AWS Supply Chain instance

Type: object Properties: 8
ERP IntegrationLogisticsMachine-LearningSupply Chain

Instance is a JSON Structure definition published by Amazon Supply Chain, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

instanceId instanceName instanceDescription instanceState kmsKeyArn webAppDnsDomain createdTime lastModifiedTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-supply-chain/refs/heads/main/json-structure/amazon-supply-chain-instance-structure.json",
  "name": "Instance",
  "description": "An AWS Supply Chain instance",
  "properties": {
    "instanceId": {
      "type": "string",
      "description": "The unique identifier of the instance",
      "example": "inst-abc12345"
    },
    "instanceName": {
      "type": "string",
      "description": "The name of the instance",
      "example": "MySupplyChainInstance"
    },
    "instanceDescription": {
      "type": "string",
      "description": "The description of the instance",
      "example": "Production supply chain instance"
    },
    "instanceState": {
      "type": "string",
      "enum": [
        "Initializing",
        "Active",
        "CreateFailed",
        "DeleteFailed",
        "Deleting",
        "Deleted"
      ],
      "description": "The state of the instance",
      "example": "Active"
    },
    "kmsKeyArn": {
      "type": "string",
      "description": "The KMS key ARN used to encrypt instance data",
      "example": "arn:aws:kms:us-east-1:123456789012:key/abc12345"
    },
    "webAppDnsDomain": {
      "type": "string",
      "description": "The DNS domain for the web application",
      "example": "instance.scn.amazonaws.com"
    },
    "createdTime": {
      "type": "datetime",
      "description": "The creation timestamp",
      "example": "2025-01-15T10:30:00Z"
    },
    "lastModifiedTime": {
      "type": "datetime",
      "description": "The last modification timestamp",
      "example": "2025-03-01T08:00:00Z"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-supply-chain-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.