Amazon App Runner · JSON Structure

Amazon App Runner Connectionsummary Structure

Type: record Properties: 0
CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

ConnectionSummary is a JSON Structure definition published by Amazon App Runner. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ConnectionSummary",
  "type": "record",
  "fields": [
    {
      "name": "ConnectionName",
      "type": "string"
    },
    {
      "name": "ConnectionArn",
      "type": "string"
    },
    {
      "name": "ProviderType",
      "type": "string"
    },
    {
      "name": "Status",
      "type": "string"
    },
    {
      "name": "CreatedAt",
      "type": "string"
    }
  ]
}