Class CognitoToApiGatewayToLambda
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.cognitoapigatewaylambda.CognitoToApiGatewayToLambda
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.90.0 (build d6bdb4d)",
date="2023-10-14T14:17:03.466Z")
public class CognitoToApiGatewayToLambda
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCognitoToApiGatewayToLambda.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef) CognitoToApiGatewayToLambda(software.constructs.Construct scope, String id, CognitoToApiGatewayToLambdaProps props) -
Method Summary
Modifier and TypeMethodDescriptionvoidsoftware.amazon.awscdk.services.apigateway.RestApisoftware.amazon.awscdk.services.apigateway.CfnAuthorizersoftware.amazon.awscdk.services.iam.Rolesoftware.amazon.awscdk.services.logs.LogGroupsoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.cognito.UserPoolsoftware.amazon.awscdk.services.cognito.UserPoolClientMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CognitoToApiGatewayToLambda
protected CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef) -
CognitoToApiGatewayToLambda
protected CognitoToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CognitoToApiGatewayToLambda
public CognitoToApiGatewayToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CognitoToApiGatewayToLambdaProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
addAuthorizers
public void addAuthorizers() -
getApiGateway
@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway() -
getApiGatewayAuthorizer
@NotNull public software.amazon.awscdk.services.apigateway.CfnAuthorizer getApiGatewayAuthorizer() -
getApiGatewayLogGroup
@NotNull public software.amazon.awscdk.services.logs.LogGroup getApiGatewayLogGroup() -
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getUserPool
@NotNull public software.amazon.awscdk.services.cognito.UserPool getUserPool() -
getUserPoolClient
@NotNull public software.amazon.awscdk.services.cognito.UserPoolClient getUserPoolClient() -
getApiGatewayCloudWatchRole
@Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole()
-