Class CfnGraphQLApi.UserPoolConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnGraphQLApi.UserPoolConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGraphQLApi.UserPoolConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGraphQLApi.UserPoolConfigProperty
@Stability(Stable)
@Internal
public static final class CfnGraphQLApi.UserPoolConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGraphQLApi.UserPoolConfigProperty
An implementation for
CfnGraphQLApi.UserPoolConfigProperty
-
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.UserPoolConfigProperty
CfnGraphQLApi.UserPoolConfigProperty.Builder, CfnGraphQLApi.UserPoolConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGraphQLApi.UserPoolConfigProperty.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
A regular expression for validating the incoming Amazon Cognito user pool app client ID.final String
The AWS Region in which the user pool was created.final String
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration.final String
The user pool ID.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.UserPoolConfigProperty.Builder
.
-
-
Method Details
-
getAppIdClientRegex
Description copied from interface:CfnGraphQLApi.UserPoolConfigProperty
A regular expression for validating the incoming Amazon Cognito user pool app client ID.If this value isn't set, no filtering is applied.
- Specified by:
getAppIdClientRegex
in interfaceCfnGraphQLApi.UserPoolConfigProperty
-
getAwsRegion
Description copied from interface:CfnGraphQLApi.UserPoolConfigProperty
The AWS Region in which the user pool was created.- Specified by:
getAwsRegion
in interfaceCfnGraphQLApi.UserPoolConfigProperty
-
getDefaultAction
Description copied from interface:CfnGraphQLApi.UserPoolConfigProperty
The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration.When specifying Amazon Cognito user pools as the default authentication, you must set the value for
DefaultAction
toALLOW
if specifyingAdditionalAuthenticationProviders
.- Specified by:
getDefaultAction
in interfaceCfnGraphQLApi.UserPoolConfigProperty
-
getUserPoolId
Description copied from interface:CfnGraphQLApi.UserPoolConfigProperty
The user pool ID.- Specified by:
getUserPoolId
in interfaceCfnGraphQLApi.UserPoolConfigProperty
-
$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()
-