Class CognitoToApiGatewayToLambdaProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.cognitoapigatewaylambda.CognitoToApiGatewayToLambdaProps.Jsii$Proxy
- All Implemented Interfaces:
CognitoToApiGatewayToLambdaProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CognitoToApiGatewayToLambdaProps
@Internal
public static final class CognitoToApiGatewayToLambdaProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CognitoToApiGatewayToLambdaProps
An implementation for
CognitoToApiGatewayToLambdaProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.cognitoapigatewaylambda.CognitoToApiGatewayToLambdaProps
CognitoToApiGatewayToLambdaProps.Builder, CognitoToApiGatewayToLambdaProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCognitoToApiGatewayToLambdaProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectOptional user provided props to override the default props for the API Gateway.final ObjectOptional user provided props to override the default props.final software.amazon.awscdk.services.cognito.UserPoolPropsOptional user provided props to override the default props.final software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCognitoToApiGatewayToLambdaProps.Builder.
-
-
Method Details
-
getApiGatewayProps
Description copied from interface:CognitoToApiGatewayToLambdaPropsOptional user provided props to override the default props for the API Gateway.Default: - Default props are used
- Specified by:
getApiGatewayPropsin interfaceCognitoToApiGatewayToLambdaProps
-
getCognitoUserPoolClientProps
Description copied from interface:CognitoToApiGatewayToLambdaPropsOptional user provided props to override the default props.Default: - Default props are used
- Specified by:
getCognitoUserPoolClientPropsin interfaceCognitoToApiGatewayToLambdaProps
-
getCognitoUserPoolProps
public final software.amazon.awscdk.services.cognito.UserPoolProps getCognitoUserPoolProps()Description copied from interface:CognitoToApiGatewayToLambdaPropsOptional user provided props to override the default props.Default: - Default props are used
- Specified by:
getCognitoUserPoolPropsin interfaceCognitoToApiGatewayToLambdaProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:CognitoToApiGatewayToLambdaPropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceCognitoToApiGatewayToLambdaProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:CognitoToApiGatewayToLambdaPropsUser provided props to override the default props for the Lambda function.Default: - Default props are used
- Specified by:
getLambdaFunctionPropsin interfaceCognitoToApiGatewayToLambdaProps
-
getLogGroupProps
public final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()Description copied from interface:CognitoToApiGatewayToLambdaPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
- Specified by:
getLogGroupPropsin interfaceCognitoToApiGatewayToLambdaProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-