Uses of Interface
software.amazon.awscdk.services.appsync.CfnGraphQLApi.LambdaAuthorizerConfigProperty
Packages that use CfnGraphQLApi.LambdaAuthorizerConfigProperty
-
Uses of CfnGraphQLApi.LambdaAuthorizerConfigProperty in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement CfnGraphQLApi.LambdaAuthorizerConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnGraphQLApi.LambdaAuthorizerConfigPropertyMethods in software.amazon.awscdk.services.appsync that return CfnGraphQLApi.LambdaAuthorizerConfigPropertyModifier and TypeMethodDescriptionCfnGraphQLApi.LambdaAuthorizerConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type CfnGraphQLApi.LambdaAuthorizerConfigPropertyModifier and TypeMethodDescriptionCfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig) CfnGraphQLApi.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig) ALambdaAuthorizerConfigholds configuration on how to authorize AWS AppSync API access when using theAWS_LAMBDAauthorizer mode.CfnGraphQLApiProps.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig) Sets the value ofCfnGraphQLApiProps.getLambdaAuthorizerConfig()voidCfnGraphQLApi.setLambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty value) ALambdaAuthorizerConfigholds configuration on how to authorize AWS AppSync API access when using theAWS_LAMBDAauthorizer mode.