| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiKeyConfig.Jsii$Proxy
An implementation for
ApiKeyConfig |
| Modifier and Type | Method and Description |
|---|---|
ApiKeyConfig |
ApiKeyConfig.Builder.build()
Builds the configured instance.
|
default ApiKeyConfig |
AuthorizationMode.getApiKeyConfig()
(experimental) If authorizationType is `AuthorizationType.API_KEY`, this option can be configured.
|
ApiKeyConfig |
AuthorizationMode.Jsii$Proxy.getApiKeyConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationMode.Builder |
AuthorizationMode.Builder.apiKeyConfig(ApiKeyConfig apiKeyConfig)
Sets the value of
AuthorizationMode.getApiKeyConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(AuthorizationType authorizationType,
ApiKeyConfig apiKeyConfig,
OpenIdConnectConfig openIdConnectConfig,
UserPoolConfig userPoolConfig)
Constructor that initializes the object based on literal property values passed by the
AuthorizationMode.Builder. |
Copyright © 2021. All rights reserved.