public static final class CognitoToApiGatewayToLambda.Builder extends Object implements software.amazon.jsii.Builder<CognitoToApiGatewayToLambda>
CognitoToApiGatewayToLambda.| Modifier and Type | Method and Description |
|---|---|
CognitoToApiGatewayToLambda.Builder |
apiGatewayProps(Object apiGatewayProps)
Optional user provided props to override the default props for the API Gateway.
|
CognitoToApiGatewayToLambda |
build() |
CognitoToApiGatewayToLambda.Builder |
cognitoUserPoolClientProps(Object cognitoUserPoolClientProps)
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.
|
static CognitoToApiGatewayToLambda.Builder |
create(software.amazon.awscdk.core.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.
|
public static CognitoToApiGatewayToLambda.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.CognitoToApiGatewayToLambda.Builder.public CognitoToApiGatewayToLambda.Builder apiGatewayProps(Object apiGatewayProps)
Default: - Default props are used
apiGatewayProps - Optional user provided props to override the default props for the API Gateway. This parameter is required.thispublic CognitoToApiGatewayToLambda.Builder cognitoUserPoolClientProps(Object cognitoUserPoolClientProps)
Default: - Default props are used
cognitoUserPoolClientProps - Optional user provided props to override the default props. This parameter is required.thispublic CognitoToApiGatewayToLambda.Builder cognitoUserPoolProps(software.amazon.awscdk.services.cognito.UserPoolProps cognitoUserPoolProps)
Default: - Default props are used
cognitoUserPoolProps - Optional user provided props to override the default props. This parameter is required.thispublic CognitoToApiGatewayToLambda.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Default: - None
existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error. This parameter is required.thispublic CognitoToApiGatewayToLambda.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Default: - Default props are used
lambdaFunctionProps - User provided props to override the default props for the Lambda function. This parameter is required.thispublic CognitoToApiGatewayToLambda.Builder logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Default: - Default props are used
logGroupProps - User provided props to override the default props for the CloudWatchLogs LogGroup. This parameter is required.thispublic CognitoToApiGatewayToLambda build()
build in interface software.amazon.jsii.Builder<CognitoToApiGatewayToLambda>Copyright © 2022. All rights reserved.