-
Optional user provided props to override the default props for the API Gateway.
Optional user provided props to override the default props.
CognitoToApiGatewayToLambda.Builder.cognitoUserPoolProps(software.amazon.awscdk.services.cognito.UserPoolProps cognitoUserPoolProps)
Optional user provided props to override the default props.
CognitoToApiGatewayToLambda.Builder.create(software.constructs.Construct scope,
String id)
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.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
CognitoToApiGatewayToLambda.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.