Class CfnUserPool.UsernameConfigurationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPool.UsernameConfigurationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnUserPool.UsernameConfigurationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnUserPool.UsernameConfigurationProperty

@Stability(Stable) @Internal public static final class CfnUserPool.UsernameConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPool.UsernameConfigurationProperty
  • Constructor Details

  • Method Details

    • getCaseSensitive

      public final Object getCaseSensitive()
      Description copied from interface: CfnUserPool.UsernameConfigurationProperty
      Specifies 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 using username , USERNAME , or UserName . This option also enables both preferred_username and email alias to be case insensitive, in addition to the username attribute.

      Specified by:
      getCaseSensitive in interface CfnUserPool.UsernameConfigurationProperty
      See Also:
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object