Class CfnApiPropsMixin.AuthProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnApiPropsMixin.AuthProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiPropsMixin.AuthProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiPropsMixin.AuthProviderProperty
@Stability(Stable)
@Internal
public static final class CfnApiPropsMixin.AuthProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiPropsMixin.AuthProviderProperty
An implementation for
CfnApiPropsMixin.AuthProviderProperty-
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.cfnpropertymixins.services.appsync.CfnApiPropsMixin.AuthProviderProperty
CfnApiPropsMixin.AuthProviderProperty.Builder, CfnApiPropsMixin.AuthProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiPropsMixin.AuthProviderProperty.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 StringThe authorization type.final ObjectDescribes an Amazon Cognito user pool configuration.final ObjectALambdaAuthorizerConfigspecifies how to authorize AWS AppSync API access when using theAWS_LAMBDAauthorizer mode.final ObjectDescribes an OpenID Connect (OIDC) configuration.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 theCfnApiPropsMixin.AuthProviderProperty.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnApiPropsMixin.AuthProviderPropertyThe authorization type.- Specified by:
getAuthTypein interfaceCfnApiPropsMixin.AuthProviderProperty- See Also:
-
getCognitoConfig
Description copied from interface:CfnApiPropsMixin.AuthProviderPropertyDescribes an Amazon Cognito user pool configuration.Returns union: either
IResolvableorCfnApiPropsMixin.CognitoConfigProperty- Specified by:
getCognitoConfigin interfaceCfnApiPropsMixin.AuthProviderProperty- See Also:
-
getLambdaAuthorizerConfig
Description copied from interface:CfnApiPropsMixin.AuthProviderPropertyALambdaAuthorizerConfigspecifies how to authorize AWS AppSync API access when using theAWS_LAMBDAauthorizer mode.Be aware that an AWS AppSync API can have only one AWS Lambda authorizer configured at a time.
Returns union: either
IResolvableorCfnApiPropsMixin.LambdaAuthorizerConfigProperty- Specified by:
getLambdaAuthorizerConfigin interfaceCfnApiPropsMixin.AuthProviderProperty- See Also:
-
getOpenIdConnectConfig
Description copied from interface:CfnApiPropsMixin.AuthProviderPropertyDescribes an OpenID Connect (OIDC) configuration.Returns union: either
IResolvableorCfnApiPropsMixin.OpenIDConnectConfigProperty- Specified by:
getOpenIdConnectConfigin interfaceCfnApiPropsMixin.AuthProviderProperty- See Also:
-
$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()
-