public static final class CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPool.CognitoIdentityProviderProperty
CfnIdentityPool.CognitoIdentityProviderProperty
CfnIdentityPool.CognitoIdentityProviderProperty.Builder, CfnIdentityPool.CognitoIdentityProviderProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClientId()
The client ID for the Amazon Cognito user pool.
|
java.lang.String |
getProviderName()
The provider name for an Amazon Cognito user pool.
|
java.lang.Object |
getServerSideTokenCheck()
TRUE if server-side token validation is enabled for the identity provider’s token.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClientId()
CfnIdentityPool.CognitoIdentityProviderProperty
getClientId
in interface CfnIdentityPool.CognitoIdentityProviderProperty
public final java.lang.String getProviderName()
CfnIdentityPool.CognitoIdentityProviderProperty
For example: cognito-idp.us-east-2.amazonaws.com/us-east-2_123456789
.
getProviderName
in interface CfnIdentityPool.CognitoIdentityProviderProperty
public final java.lang.Object getServerSideTokenCheck()
CfnIdentityPool.CognitoIdentityProviderProperty
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.
getServerSideTokenCheck
in interface CfnIdentityPool.CognitoIdentityProviderProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()