@Generated(value="jsii-pacmak/1.16.0 (build 99a3413)", date="2020-12-23T18:14:10.547Z") public class ApiGatewayToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiGatewayToLambda.Builder
A fluent builder for
ApiGatewayToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
ApiGatewayToLambda(software.amazon.awscdk.core.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() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, 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.amazon.awscdk.core.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.iam.Role getApiGatewayCloudWatchRole()
@NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
Copyright © 2020. All rights reserved.