Class LambdaIntegration
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.Integration
-
- software.aws.awsprototypingsdk.openapigateway.LambdaIntegration
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T09:33:12.695Z") @Stability(Experimental) public class LambdaIntegration extends Integration
(experimental) A lambda integration.
-
-
Constructor Summary
Constructors Modifier Constructor Description LambdaIntegration(software.amazon.awscdk.services.lambda.IFunction lambdaFunction)protectedLambdaIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLambdaIntegration(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgrant(IntegrationGrantProps __0)(experimental) Grant API Gateway permissions to invoke the lambda.ApiGatewayIntegrationrender(IntegrationRenderProps props)(experimental) Render the lambda integration as a snippet of OpenAPI.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LambdaIntegration
protected LambdaIntegration(software.amazon.jsii.JsiiObjectRef objRef)
-
LambdaIntegration
protected LambdaIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LambdaIntegration
@Stability(Experimental) public LambdaIntegration(@NotNull software.amazon.awscdk.services.lambda.IFunction lambdaFunction)- Parameters:
lambdaFunction- This parameter is required.
-
-
Method Detail
-
grant
@Stability(Experimental) public void grant(@NotNull IntegrationGrantProps __0)(experimental) Grant API Gateway permissions to invoke the lambda.- Overrides:
grantin classIntegration- Parameters:
__0- This parameter is required.
-
render
@Stability(Experimental) @NotNull public ApiGatewayIntegration render(@NotNull IntegrationRenderProps props)
(experimental) Render the lambda integration as a snippet of OpenAPI.- Specified by:
renderin classIntegration- Parameters:
props- This parameter is required.
-
-