| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnGraphQLApi.LambdaAuthorizerConfigProperty.Jsii$Proxy
An implementation for
CfnGraphQLApi.LambdaAuthorizerConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApi.LambdaAuthorizerConfigProperty |
CfnGraphQLApi.LambdaAuthorizerConfigProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApiProps.Builder |
CfnGraphQLApiProps.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig)
Sets the value of
CfnGraphQLApiProps.getLambdaAuthorizerConfig() |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig)
|
CfnGraphQLApi.Builder |
CfnGraphQLApi.Builder.lambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty lambdaAuthorizerConfig)
A `LambdaAuthorizerConfig` holds configuration on how to authorize AWS AppSync API access when using the `AWS_LAMBDA` authorizer mode.
|
void |
CfnGraphQLApi.setLambdaAuthorizerConfig(CfnGraphQLApi.LambdaAuthorizerConfigProperty value)
A `LambdaAuthorizerConfig` holds configuration on how to authorize AWS AppSync API access when using the `AWS_LAMBDA` authorizer mode.
|
Copyright © 2022. All rights reserved.