Amazon App Runner · Schema

ConnectionSummary

Provides summary information about an App Runner connection resource.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionName object
ConnectionArn object
ProviderType object
Status object
CreatedAt object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-connectionsummary-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ConnectionSummary",
  "description": "Provides summary information about an App Runner connection resource.",
  "type": "object",
  "properties": {
    "ConnectionName": {},
    "ConnectionArn": {},
    "ProviderType": {},
    "Status": {},
    "CreatedAt": {}
  }
}