Amazon App Runner · Schema

CreateVpcConnectorRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
VpcConnectorName object
Subnets object
SecurityGroups object
Tags object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-createvpcconnectorrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateVpcConnectorRequest",
  "type": "object",
  "properties": {
    "VpcConnectorName": {},
    "Subnets": {},
    "SecurityGroups": {},
    "Tags": {}
  },
  "required": [
    "VpcConnectorName",
    "Subnets"
  ]
}