AWS App Runner · Example Payload

App Runner Connection Summary Example

CI/CDContainersDeploymentMicroservicesServerless

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

Top-level fields

ConnectionNameConnectionArnProviderTypeStatusCreatedAt

Example Payload

Raw ↑
{
  "ConnectionName": "my-app-service",
  "ConnectionArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service",
  "ProviderType": "GITHUB",
  "Status": "PENDING_HANDSHAKE",
  "CreatedAt": "example-value"
}