Class CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty
@Stability(Stable)
@Internal
public static final class CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty
An implementation for
CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty-
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.cognito.CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty
CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Builder, CfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.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 ObjectThe client ID for the Amazon Cognito user pool.final StringThe provider name for an Amazon Cognito user pool.final ObjectTRUE if server-side token validation is enabled for the identity provider’s token.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 theCfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty.Builder.
-
-
Method Details
-
getClientId
Description copied from interface:CfnIdentityPoolPropsMixin.CognitoIdentityProviderPropertyThe client ID for the Amazon Cognito user pool.Returns union: either
StringorIUserPoolClientRef- Specified by:
getClientIdin interfaceCfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty- See Also:
-
getProviderName
Description copied from interface:CfnIdentityPoolPropsMixin.CognitoIdentityProviderPropertyThe provider name for an Amazon Cognito user pool.For example:
cognito-idp.us-east-2.amazonaws.com/us-east-2_123456789.- Specified by:
getProviderNamein interfaceCfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty- See Also:
-
getServerSideTokenCheck
Description copied from interface:CfnIdentityPoolPropsMixin.CognitoIdentityProviderPropertyTRUE if server-side token validation is enabled for the identity provider’s token.After you set the
ServerSideTokenCheckto 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.
Returns union: either
BooleanorIResolvable- Specified by:
getServerSideTokenCheckin interfaceCfnIdentityPoolPropsMixin.CognitoIdentityProviderProperty- 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()
-