@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-01T18:20:23.919Z") public class CognitoToApiGatewayToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
CognitoToApiGatewayToLambda.Builder
A fluent builder for
CognitoToApiGatewayToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
CognitoToApiGatewayToLambda(software.constructs.Construct scope,
String id,
CognitoToApiGatewayToLambdaProps props) |
protected |
CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizers() |
software.amazon.awscdk.services.apigateway.RestApi |
getApiGateway() |
software.amazon.awscdk.services.apigateway.CfnAuthorizer |
getApiGatewayAuthorizer() |
software.amazon.awscdk.services.iam.Role |
getApiGatewayCloudWatchRole() |
software.amazon.awscdk.services.logs.LogGroup |
getApiGatewayLogGroup() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.cognito.UserPool |
getUserPool() |
software.amazon.awscdk.services.cognito.UserPoolClient |
getUserPoolClient() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CognitoToApiGatewayToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CognitoToApiGatewayToLambdaProps 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.public void addAuthorizers()
@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway()
@NotNull public software.amazon.awscdk.services.apigateway.CfnAuthorizer getApiGatewayAuthorizer()
@NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@NotNull public software.amazon.awscdk.services.cognito.UserPool getUserPool()
@NotNull public software.amazon.awscdk.services.cognito.UserPoolClient getUserPoolClient()
@Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole()
Copyright © 2022. All rights reserved.