Amazon App Runner · Schema

CreateConnectionResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Connection object
View JSON Schema on GitHub

JSON Schema

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