User Pool Policies
data class UserPoolPolicies(val passwordPolicy: UserPoolPasswordPolicy? = null, val signInPolicy: UserPoolSignInPolicy? = null)
Constructors
Link copied to clipboard
constructor(passwordPolicy: UserPoolPasswordPolicy? = null, signInPolicy: UserPoolSignInPolicy? = null)
Properties
Link copied to clipboard
The password policy settings for a user pool, including complexity, history, and length requirements.
Link copied to clipboard
The policy for allowed types of authentication in a user pool. To activate this setting, your user pool must be in the Essentials tier or higher.