Amazon API Gateway · Schema

CreateVpcLinkRequest

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
name string
description string
targetArns array
tags object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-createvpclinkrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateVpcLinkRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "targetArns": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "tags": {
      "type": "object"
    }
  },
  "required": [
    "name",
    "targetArns"
  ]
}