Amazon Supply Chain · Example Payload

Amazon Supply Chain Instance Example

ERP IntegrationLogisticsMachine LearningSupply Chain

Amazon Supply Chain Instance Example is an example object payload from Amazon Supply Chain, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

instanceIdinstanceNameinstanceDescriptioninstanceStatekmsKeyArnwebAppDnsDomaincreatedTimelastModifiedTime

Example Payload

Raw ↑
{
  "instanceId": "inst-abc12345",
  "instanceName": "inst-abc12345",
  "instanceDescription": "inst-abc12345",
  "instanceState": "Initializing",
  "kmsKeyArn": "arn:aws:scn:us-east-1:123456789012:instance/inst-abc12345",
  "webAppDnsDomain": "example-value",
  "createdTime": "2025-03-15T14:30:00Z",
  "lastModifiedTime": "2025-03-15T14:30:00Z"
}