@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-02T01:59:49.532Z") 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, if this is set then the lambdaFunctionProps is ignored.
|
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.