AWS App Runner · Example Payload

App Runner Service Summary Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Service Summary Example is an example object payload from AWS App Runner, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ServiceNameServiceIdServiceArnServiceUrlCreatedAtUpdatedAtStatus

Example Payload

Raw ↑
{
  "ServiceName": "my-app-service",
  "ServiceId": "abc123",
  "ServiceArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "ServiceUrl": "https://example.awsapprunner.com",
  "CreatedAt": "example-value",
  "UpdatedAt": "example-value",
  "Status": "CREATE_FAILED"
}