@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T01:42:13.244Z") public interface CognitoToApiGatewayToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CognitoToApiGatewayToLambdaProps.Builder
A builder for
CognitoToApiGatewayToLambdaProps |
static class |
CognitoToApiGatewayToLambdaProps.Jsii$Proxy
An implementation for
CognitoToApiGatewayToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static CognitoToApiGatewayToLambdaProps.Builder |
builder() |
default Object |
getApiGatewayProps()
Optional user provided props to override the default props for the API Gateway.
|
default Object |
getCognitoUserPoolClientProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.cognito.UserPoolProps |
getCognitoUserPoolProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
@Nullable default Object getApiGatewayProps()
Default: - Default props are used
@Nullable default Object getCognitoUserPoolClientProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.cognito.UserPoolProps getCognitoUserPoolProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
Default: - Default props are used
static CognitoToApiGatewayToLambdaProps.Builder builder()
Copyright © 2021. All rights reserved.