| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenIdConnectConfig.Jsii$Proxy
An implementation for
OpenIdConnectConfig |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectConfig |
OpenIdConnectConfig.Builder.build()
Builds the configured instance.
|
default OpenIdConnectConfig |
AuthorizationMode.getOpenIdConnectConfig()
(experimental) If authorizationType is `AuthorizationType.OIDC`, this option is required.
|
OpenIdConnectConfig |
AuthorizationMode.Jsii$Proxy.getOpenIdConnectConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationMode.Builder |
AuthorizationMode.Builder.openIdConnectConfig(OpenIdConnectConfig openIdConnectConfig)
Sets the value of
AuthorizationMode.getOpenIdConnectConfig() |
| 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.