Class CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty
@Stability(Stable)
@Internal
public static final class CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty
An implementation for
CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty-
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.CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty
CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Builder, CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.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 authentication type for API key, AWS Identity and Access Management , OIDC, Amazon Cognito user pools , or AWS Lambda .final ObjectConfiguration for AWS Lambda function authorization.final ObjectThe OIDC configuration.final ObjectThe Amazon Cognito user pool 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
protected Jsii$Proxy(CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty.Builder.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderPropertyThe 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:
getAuthenticationTypein interfaceCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty- See Also:
-
getLambdaAuthorizerConfig
Description copied from interface:CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderPropertyConfiguration for AWS Lambda function authorization.Returns union: either
IResolvableorCfnGraphQLApiPropsMixin.LambdaAuthorizerConfigProperty- Specified by:
getLambdaAuthorizerConfigin interfaceCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty- See Also:
-
getOpenIdConnectConfig
Description copied from interface:CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderPropertyThe OIDC configuration.Returns union: either
IResolvableorCfnGraphQLApiPropsMixin.OpenIDConnectConfigProperty- Specified by:
getOpenIdConnectConfigin interfaceCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty- See Also:
-
getUserPoolConfig
Description copied from interface:CfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderPropertyThe Amazon Cognito user pool configuration.Returns union: either
IResolvableorCfnGraphQLApiPropsMixin.CognitoUserPoolConfigProperty- Specified by:
getUserPoolConfigin interfaceCfnGraphQLApiPropsMixin.AdditionalAuthenticationProviderProperty- 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()
-