{
  "typeName" : "AWS::ApiGatewayV2::Integration",
  "description" : "Resource Type definition for AWS::ApiGatewayV2::Integration",
  "additionalProperties" : false,
  "properties" : {
    "Description" : {
      "type" : "string"
    },
    "TemplateSelectionExpression" : {
      "type" : "string"
    },
    "ConnectionType" : {
      "type" : "string"
    },
    "ResponseParameters" : {
      "type" : "object"
    },
    "IntegrationMethod" : {
      "type" : "string"
    },
    "PassthroughBehavior" : {
      "type" : "string"
    },
    "RequestParameters" : {
      "type" : "object"
    },
    "ConnectionId" : {
      "type" : "string"
    },
    "IntegrationUri" : {
      "type" : "string"
    },
    "PayloadFormatVersion" : {
      "type" : "string"
    },
    "CredentialsArn" : {
      "type" : "string"
    },
    "RequestTemplates" : {
      "type" : "object"
    },
    "TimeoutInMillis" : {
      "type" : "integer"
    },
    "TlsConfig" : {
      "$ref" : "#/definitions/TlsConfig"
    },
    "ContentHandlingStrategy" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "IntegrationSubtype" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    },
    "IntegrationType" : {
      "type" : "string"
    }
  },
  "definitions" : {
    "TlsConfig" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "ServerNameToVerify" : {
          "type" : "string"
        }
      }
    }
  },
  "required" : [ "ApiId", "IntegrationType" ],
  "createOnlyProperties" : [ "/properties/ApiId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}