Amazon App Runner · Schema

ListConnectionsResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionSummaryList object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-listconnectionsresponse-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListConnectionsResponse",
  "type": "object",
  "properties": {
    "ConnectionSummaryList": {},
    "NextToken": {}
  },
  "required": [
    "ConnectionSummaryList"
  ]
}