Amazon API Gateway · JSON Structure

Amazon Api Gateway Integration Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

Integration is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Integration",
  "type": "record",
  "fields": [
    {
      "name": "type",
      "type": "string"
    },
    {
      "name": "httpMethod",
      "type": "string"
    },
    {
      "name": "uri",
      "type": "string"
    },
    {
      "name": "connectionType",
      "type": "string"
    },
    {
      "name": "connectionId",
      "type": "string"
    },
    {
      "name": "credentials",
      "type": "string"
    },
    {
      "name": "requestParameters",
      "type": "object"
    },
    {
      "name": "requestTemplates",
      "type": "object"
    },
    {
      "name": "passthroughBehavior",
      "type": "string"
    },
    {
      "name": "contentHandling",
      "type": "string"
    },
    {
      "name": "timeoutInMillis",
      "type": "int32"
    },
    {
      "name": "cacheNamespace",
      "type": "string"
    },
    {
      "name": "cacheKeyParameters",
      "type": "array"
    },
    {
      "name": "integrationResponses",
      "type": "object"
    },
    {
      "name": "tlsConfig",
      "type": "object"
    }
  ]
}