@Stability(value=Stable)
public static interface CfnGraphQLApi.AdditionalAuthenticationProviderProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder
A builder for
CfnGraphQLApi.AdditionalAuthenticationProviderProperty |
static class |
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Jsii$Proxy
An implementation for
CfnGraphQLApi.AdditionalAuthenticationProviderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder |
builder() |
String |
getAuthenticationType()
`CfnGraphQLApi.AdditionalAuthenticationProviderProperty.AuthenticationType`.
|
default Object |
getOpenIdConnectConfig()
`CfnGraphQLApi.AdditionalAuthenticationProviderProperty.OpenIDConnectConfig`.
|
default Object |
getUserPoolConfig()
`CfnGraphQLApi.AdditionalAuthenticationProviderProperty.UserPoolConfig`.
|
@Stability(value=Stable) @NotNull String getAuthenticationType()
@Stability(value=Stable) @Nullable default Object getOpenIdConnectConfig()
@Stability(value=Stable) @Nullable default Object getUserPoolConfig()
@Stability(value=Stable) static CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder builder()
Copyright © 2021. All rights reserved.