AWS App Runner · Example Payload

App Runner Operation Summary Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Operation 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

IdTypeStatusTargetArnStartedAtEndedAtUpdatedAt

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Type": "CREATE_SERVICE",
  "Status": "PENDING",
  "TargetArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "StartedAt": "example-value",
  "EndedAt": "example-value",
  "UpdatedAt": "example-value"
}