Amazon App Runner · Schema

DescribeVpcIngressConnectionRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
VpcIngressConnectionArn object
View JSON Schema on GitHub

JSON Schema

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