| 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, if this is set then the lambdaFunctionProps is ignored.
|
CognitoToApiGatewayToLambda.Builder |
CognitoToApiGatewayToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
Copyright © 2020. All rights reserved.