User Pool Policies Args
data class UserPoolPoliciesArgs(val passwordPolicy: Output<UserPoolPasswordPolicyArgs>? = null, val signInPolicy: Output<UserPoolSignInPolicyArgs>? = null) : ConvertibleToJava<UserPoolPoliciesArgs>
Constructors
Link copied to clipboard
constructor(passwordPolicy: Output<UserPoolPasswordPolicyArgs>? = null, signInPolicy: Output<UserPoolSignInPolicyArgs>? = 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.