interface ApigatewayIntegration {
    connectionId?: any;
    connectionType?: any;
    credentials?: any;
    httpMethod: Input<Method>;
    passthroughBehavior?: any;
    requestParameters?: any;
    responses?: {
        [pattern: string]: SwaggerAPIGatewayIntegrationResponse;
    };
    type: Input<IntegrationType>;
    uri: Input<string>;
}

Properties

connectionId?: any
connectionType?: any
credentials?: any
httpMethod: Input<Method>
passthroughBehavior?: any
requestParameters?: any
responses?: {
    [pattern: string]: SwaggerAPIGatewayIntegrationResponse;
}

Type declaration

type: Input<IntegrationType>
uri: Input<string>

Generated using TypeDoc