Amazon App Runner · Schema

UpdateVpcIngressConnectionResponse

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
VpcIngressConnection object
View JSON Schema on GitHub

JSON Schema

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