| Modifier and Type | Method and Description |
|---|---|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.apiGatewayProps(Object apiGatewayProps)
Optional user provided props to override the default props for the API Gateway.
|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.cognitoUserPoolClientProps(Object cognitoUserPoolClientProps)
Optional user provided props to override the default props.
|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.cognitoUserPoolProps(software.amazon.awscdk.services.cognito.UserPoolProps cognitoUserPoolProps)
Optional user provided props to override the default props.
|
static CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
Copyright © 2021. All rights reserved.