Class CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityPool.CognitoIdentityProviderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityPool.CognitoIdentityProviderProperty
@Stability(Stable)
@Internal
public static final class CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityPool.CognitoIdentityProviderProperty
An implementation for
CfnIdentityPool.CognitoIdentityProviderProperty
-
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.cognito.CfnIdentityPool.CognitoIdentityProviderProperty
CfnIdentityPool.CognitoIdentityProviderProperty.Builder, CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentityPool.CognitoIdentityProviderProperty.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 client ID for the Amazon Cognito user pool.final String
The provider name for an Amazon Cognito user pool.final Object
TRUE if server-side token validation is enabled for the identity provider’s token.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 theCfnIdentityPool.CognitoIdentityProviderProperty.Builder
.
-
-
Method Details
-
getClientId
Description copied from interface:CfnIdentityPool.CognitoIdentityProviderProperty
The client ID for the Amazon Cognito user pool.- Specified by:
getClientId
in interfaceCfnIdentityPool.CognitoIdentityProviderProperty
-
getProviderName
Description copied from interface:CfnIdentityPool.CognitoIdentityProviderProperty
The provider name for an Amazon Cognito user pool.For example:
cognito-idp.us-east-2.amazonaws.com/us-east-2_123456789
.- Specified by:
getProviderName
in interfaceCfnIdentityPool.CognitoIdentityProviderProperty
-
getServerSideTokenCheck
Description copied from interface:CfnIdentityPool.CognitoIdentityProviderProperty
TRUE if server-side token validation is enabled for the identity provider’s token.After you set the
ServerSideTokenCheck
to TRUE for an identity pool, that identity pool checks with the integrated user pools to make sure the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.If the user is signed out or deleted, the identity pool returns a 400 Not Authorized error.
- Specified by:
getServerSideTokenCheck
in interfaceCfnIdentityPool.CognitoIdentityProviderProperty
-
$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()
-