Class AuthorizationMode.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.AuthorizationMode.Jsii$Proxy
- All Implemented Interfaces:
AuthorizationMode,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AuthorizationMode
@Stability(Stable)
@Internal
public static final class AuthorizationMode.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AuthorizationMode
An implementation for
AuthorizationMode-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.AuthorizationMode
AuthorizationMode.Builder, AuthorizationMode.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AuthorizationMode.Builder builder) Constructor that initializes the object based on literal property values passed by theAuthorizationMode.Builder.protectedJsii$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.JsonNodefinal booleanfinal ApiKeyConfigIf authorizationType isAuthorizationType.API_KEY, this option can be configured.final AuthorizationTypeOne of possible four values AppSync supports.final LambdaAuthorizerConfigIf authorizationType isAuthorizationType.LAMBDA, this option is required.final OpenIdConnectConfigIf authorizationType isAuthorizationType.OIDC, this option is required.final UserPoolConfigIf authorizationType isAuthorizationType.USER_POOL, this option is required.final inthashCode()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 theAuthorizationMode.Builder.
-
-
Method Details
-
getAuthorizationType
Description copied from interface:AuthorizationModeOne of possible four values AppSync supports.Default: - `AuthorizationType.API_KEY`
- Specified by:
getAuthorizationTypein interfaceAuthorizationMode- See Also:
-
getApiKeyConfig
Description copied from interface:AuthorizationModeIf authorizationType isAuthorizationType.API_KEY, this option can be configured.Default: - name: 'DefaultAPIKey' | description: 'Default API Key created by CDK'
- Specified by:
getApiKeyConfigin interfaceAuthorizationMode
-
getLambdaAuthorizerConfig
Description copied from interface:AuthorizationModeIf authorizationType isAuthorizationType.LAMBDA, this option is required.Default: - none
- Specified by:
getLambdaAuthorizerConfigin interfaceAuthorizationMode
-
getOpenIdConnectConfig
Description copied from interface:AuthorizationModeIf authorizationType isAuthorizationType.OIDC, this option is required.Default: - none
- Specified by:
getOpenIdConnectConfigin interfaceAuthorizationMode
-
getUserPoolConfig
Description copied from interface:AuthorizationModeIf authorizationType isAuthorizationType.USER_POOL, this option is required.Default: - none
- Specified by:
getUserPoolConfigin interfaceAuthorizationMode
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-