Class CfnApi.AuthProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnApi.AuthProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApi.AuthProviderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApi.AuthProviderProperty
@Stability(Stable)
@Internal
public static final class CfnApi.AuthProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApi.AuthProviderProperty
An implementation for
CfnApi.AuthProviderProperty
-
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.CfnApi.AuthProviderProperty
CfnApi.AuthProviderProperty.Builder, CfnApi.AuthProviderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApi.AuthProviderProperty.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 authorization type.final Object
Describes an Amazon Cognito user pool configuration.final Object
ALambdaAuthorizerConfig
specifies how to authorize AWS AppSync API access when using theAWS_LAMBDA
authorizer mode.final Object
Describes an OpenID Connect (OIDC) 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 theCfnApi.AuthProviderProperty.Builder
.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnApi.AuthProviderProperty
The authorization type.- Specified by:
getAuthType
in interfaceCfnApi.AuthProviderProperty
- See Also:
-
getCognitoConfig
Description copied from interface:CfnApi.AuthProviderProperty
Describes an Amazon Cognito user pool configuration.- Specified by:
getCognitoConfig
in interfaceCfnApi.AuthProviderProperty
- See Also:
-
getLambdaAuthorizerConfig
Description copied from interface:CfnApi.AuthProviderProperty
ALambdaAuthorizerConfig
specifies how to authorize AWS AppSync API access when using theAWS_LAMBDA
authorizer mode.Be aware that an AWS AppSync API can have only one AWS Lambda authorizer configured at a time.
- Specified by:
getLambdaAuthorizerConfig
in interfaceCfnApi.AuthProviderProperty
- See Also:
-
getOpenIdConnectConfig
Description copied from interface:CfnApi.AuthProviderProperty
Describes an OpenID Connect (OIDC) configuration.- Specified by:
getOpenIdConnectConfig
in interfaceCfnApi.AuthProviderProperty
- 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()
-