PutIntegrationRequest
import type { PutIntegrationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";interface PutIntegrationRequest {
cacheKeyParameters?: string[] | null;
cacheNamespace?: string | null;
connectionId?: string | null;
connectionType?: ConnectionType | null;
contentHandling?: ContentHandlingStrategy | null;
credentials?: string | null;
httpMethod: string;
integrationHttpMethod?: string | null;
passthroughBehavior?: string | null;
requestParameters?: {} | null;
[key: string]: string | null | undefined;
requestTemplates?: {} | null;
[key: string]: string | null | undefined;
resourceId: string;
restApiId: string;
timeoutInMillis?: number | null;
tlsConfig?: TlsConfig | null;
type: IntegrationType;
uri?: string | null;
}§Properties
§
connectionType?: ConnectionType | null
[src]§
contentHandling?: ContentHandlingStrategy | null
[src]§
type: IntegrationType
[src]