Class CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphQLApi.AdditionalAuthenticationProviderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGraphQLApi.AdditionalAuthenticationProviderProperty
@Stability(Stable)
@Internal
public static final class CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGraphQLApi.AdditionalAuthenticationProviderProperty
An implementation for
CfnGraphQLApi.AdditionalAuthenticationProviderProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.CfnGraphQLApi.AdditionalAuthenticationProviderProperty
CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder, CfnGraphQLApi.AdditionalAuthenticationProviderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The authentication type for API key, AWS Identity and Access Management , OIDC, Amazon Cognito user pools , or AWS Lambda .final Object
Configuration for AWS Lambda function authorization.final Object
The OIDC configuration.final Object
The Amazon Cognito user pool configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGraphQLApi.AdditionalAuthenticationProviderProperty.Builder
.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnGraphQLApi.AdditionalAuthenticationProviderProperty
The authentication type for API key, AWS Identity and Access Management , OIDC, Amazon Cognito user pools , or AWS Lambda .Valid Values:
API_KEY
|AWS_IAM
|OPENID_CONNECT
|AMAZON_COGNITO_USER_POOLS
|AWS_LAMBDA
- Specified by:
getAuthenticationType
in interfaceCfnGraphQLApi.AdditionalAuthenticationProviderProperty
- See Also:
-
getLambdaAuthorizerConfig
Description copied from interface:CfnGraphQLApi.AdditionalAuthenticationProviderProperty
Configuration for AWS Lambda function authorization.- Specified by:
getLambdaAuthorizerConfig
in interfaceCfnGraphQLApi.AdditionalAuthenticationProviderProperty
- See Also:
-
getOpenIdConnectConfig
Description copied from interface:CfnGraphQLApi.AdditionalAuthenticationProviderProperty
The OIDC configuration.- Specified by:
getOpenIdConnectConfig
in interfaceCfnGraphQLApi.AdditionalAuthenticationProviderProperty
- See Also:
-
getUserPoolConfig
Description copied from interface:CfnGraphQLApi.AdditionalAuthenticationProviderProperty
The Amazon Cognito user pool configuration.- Specified by:
getUserPoolConfig
in interfaceCfnGraphQLApi.AdditionalAuthenticationProviderProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-