Interface CognitoToApiGatewayToLambdaProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CognitoToApiGatewayToLambdaProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)",
date="2024-01-30T21:51:37.927Z")
public interface CognitoToApiGatewayToLambdaProps
extends software.amazon.jsii.JsiiSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCognitoToApiGatewayToLambdaPropsstatic final classAn implementation forCognitoToApiGatewayToLambdaProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectOptional user provided props to override the default props for the API Gateway.default ObjectOptional user provided props to override the default props.default software.amazon.awscdk.services.cognito.UserPoolPropsOptional user provided props to override the default props.default software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.default software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.default software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiGatewayProps
Optional user provided props to override the default props for the API Gateway.Default: - Default props are used
-
getCognitoUserPoolClientProps
Optional user provided props to override the default props.Default: - Default props are used
-
getCognitoUserPoolProps
@Nullable default software.amazon.awscdk.services.cognito.UserPoolProps getCognitoUserPoolProps()Optional user provided props to override the default props.Default: - Default props are used
-
getExistingLambdaObj
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Existing instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
-
getLambdaFunctionProps
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()User provided props to override the default props for the Lambda function.Default: - Default props are used
-
getLogGroupProps
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()User provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
-
builder
-