| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConfig |
AuthorizationConfig.Builder.build()
Builds the configured instance.
|
default AuthorizationConfig |
GraphqlApiProps.getAuthorizationConfig()
(experimental) Optional authorization configuration.
|
AuthorizationConfig |
GraphqlApiProps.Jsii$Proxy.getAuthorizationConfig() |
| Modifier and Type | Method and Description |
|---|---|
GraphqlApi.Builder |
GraphqlApi.Builder.authorizationConfig(AuthorizationConfig authorizationConfig)
(experimental) Optional authorization configuration.
|
GraphqlApiProps.Builder |
GraphqlApiProps.Builder.authorizationConfig(AuthorizationConfig authorizationConfig)
Sets the value of
GraphqlApiProps.getAuthorizationConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
AuthorizationConfig authorizationConfig,
LogConfig logConfig,
Schema schema,
Boolean xrayEnabled)
Constructor that initializes the object based on literal property values passed by the
GraphqlApiProps.Builder. |
Copyright © 2021. All rights reserved.