@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-29T17:47:57.647Z") public class ApiGatewayToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiGatewayToLambda.Builder
A fluent builder for
ApiGatewayToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
ApiGatewayToLambda(software.constructs.Construct scope,
String id,
ApiGatewayToLambdaProps props) |
protected |
ApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.apigateway.RestApi |
getApiGateway() |
software.amazon.awscdk.services.iam.Role |
getApiGatewayCloudWatchRole() |
software.amazon.awscdk.services.logs.LogGroup |
getApiGatewayLogGroup() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected ApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public ApiGatewayToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ApiGatewayToLambdaProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway()
@NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole()
Copyright © 2023. All rights reserved.