Class LambdaAuthorizerConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.LambdaAuthorizerConfig.Jsii$Proxy
- All Implemented Interfaces:
LambdaAuthorizerConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LambdaAuthorizerConfig
@Stability(Stable)
@Internal
public static final class LambdaAuthorizerConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LambdaAuthorizerConfig
An implementation for
LambdaAuthorizerConfig-
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.awscdk.services.appsync.LambdaAuthorizerConfig
LambdaAuthorizerConfig.Builder, LambdaAuthorizerConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LambdaAuthorizerConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaAuthorizerConfig.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 IFunctionThe authorizer lambda function.final DurationHow long the results are cached.final StringA regular expression for validation of tokens before the Lambda function is called.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 theLambdaAuthorizerConfig.Builder.
-
-
Method Details
-
getHandler
Description copied from interface:LambdaAuthorizerConfigThe authorizer lambda function.- Specified by:
getHandlerin interfaceLambdaAuthorizerConfig- See Also:
-
getResultsCacheTtl
Description copied from interface:LambdaAuthorizerConfigHow long the results are cached.Disable caching by setting this to 0.
Default: Duration.minutes(5)
- Specified by:
getResultsCacheTtlin interfaceLambdaAuthorizerConfig
-
getValidationRegex
Description copied from interface:LambdaAuthorizerConfigA regular expression for validation of tokens before the Lambda function is called.Default: - no regex filter will be applied.
- Specified by:
getValidationRegexin interfaceLambdaAuthorizerConfig
-
$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()
-