Uses of Interface
software.amazon.awscdk.services.appsync.LambdaAuthorizerConfig
Packages that use LambdaAuthorizerConfig
-
Uses of LambdaAuthorizerConfig in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement LambdaAuthorizerConfigMethods in software.amazon.awscdk.services.appsync that return LambdaAuthorizerConfigModifier and TypeMethodDescriptionLambdaAuthorizerConfig.Builder.build()
Builds the configured instance.default LambdaAuthorizerConfig
AuthorizationMode.getLambdaAuthorizerConfig()
If authorizationType isAuthorizationType.LAMBDA
, this option is required.final LambdaAuthorizerConfig
AuthorizationMode.Jsii$Proxy.getLambdaAuthorizerConfig()
Methods in software.amazon.awscdk.services.appsync with parameters of type LambdaAuthorizerConfigModifier and TypeMethodDescriptionAuthorizationMode.Builder.lambdaAuthorizerConfig
(LambdaAuthorizerConfig lambdaAuthorizerConfig) Sets the value ofAuthorizationMode.getLambdaAuthorizerConfig()