Amazon Amplify · Example Payload

Amazon Amplify App Example

example-description

FrontendFull StackHostingMobile DevelopmentWeb Applications

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

Top-level fields

appIdappArnnamedescriptionrepositoryplatformcreateTimeupdateTimedefaultDomainproductionBranch

Example Payload

Raw ↑
{
  "appId": "example-appId",
  "appArn": "example-appArn",
  "name": "example-name",
  "description": "example-description",
  "repository": "example-repository",
  "platform": "WEB",
  "createTime": "2024-01-15T10:30:00Z",
  "updateTime": "2024-01-15T10:30:00Z",
  "defaultDomain": "example-defaultDomain",
  "productionBranch": "example-productionBranch"
}