AWS App Runner · JSON Structure

App Runner Connection Summary Structure

ConnectionSummary schema from AWS App Runner

Type: object Properties: 5
CI/CDContainersDeploymentMicroservicesServerless

ConnectionSummary is a JSON Structure definition published by AWS App Runner, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ConnectionName ConnectionArn ProviderType Status CreatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ConnectionName": {
      "type": "string"
    },
    "ConnectionArn": {
      "type": "string"
    },
    "ProviderType": {
      "type": "string",
      "enum": [
        "GITHUB",
        "BITBUCKET"
      ]
    },
    "Status": {
      "type": "string",
      "enum": [
        "PENDING_HANDSHAKE",
        "AVAILABLE",
        "ERROR",
        "DELETED"
      ]
    },
    "CreatedAt": {
      "type": "datetime"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-runner/refs/heads/main/json-structure/app-runner-connection-summary-structure.json",
  "name": "ConnectionSummary",
  "description": "ConnectionSummary schema from AWS App Runner"
}