Amazon App Runner · Schema

DeleteVpcConnectorRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
VpcConnectorArn object
View JSON Schema on GitHub

JSON Schema

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