Class CfnUserPoolPropsMixin.UsernameConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.UsernameConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolPropsMixin.UsernameConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolPropsMixin.UsernameConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolPropsMixin.UsernameConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolPropsMixin.UsernameConfigurationProperty
An implementation for
CfnUserPoolPropsMixin.UsernameConfigurationProperty-
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.CfnUserPoolPropsMixin.UsernameConfigurationProperty
CfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder, CfnUserPoolPropsMixin.UsernameConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnUserPoolPropsMixin.UsernameConfigurationProperty.Builder.
-
-
Method Details
-
getCaseSensitive
Description copied from interface:CfnUserPoolPropsMixin.UsernameConfigurationPropertySpecifies whether user name case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs.For most use cases, set case sensitivity to
False(case insensitive) as a best practice. When usernames and email addresses are case insensitive, users can sign in as the same user when they enter a different capitalization of their user name.Valid values include:
- true - Enables case sensitivity for all username input. When this option is set to
true, users must sign in using the exact capitalization of their given username, such as “UserName”. This is the default value. - false - Enables case insensitivity for all username input. For example, when this option is set to
false, users can sign in usingusername,USERNAME, orUserName. This option also enables bothpreferred_usernameandemailalias to be case insensitive, in addition to theusernameattribute.
Returns union: either
BooleanorIResolvable- Specified by:
getCaseSensitivein interfaceCfnUserPoolPropsMixin.UsernameConfigurationProperty- See Also:
- true - Enables case sensitivity for all username input. When this option is set to
-
$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()
-