Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetIntegrationRequest

import type { GetIntegrationRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Represents a request to get the integration configuration.

interface GetIntegrationRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
}

§Properties

§
httpMethod: string
[src]

[Required] Specifies a get integration request's HTTP method.

§
resourceId: string
[src]

[Required] Specifies a get integration request's resource identifier

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".