You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::UserPoolPolicyType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UserPoolPolicyType as input to an Aws::Client method, you can use a vanilla Hash:

{
  password_policy: {
    minimum_length: 1,
    require_uppercase: false,
    require_lowercase: false,
    require_numbers: false,
    require_symbols: false,
    temporary_password_validity_days: 1,
  },
}

The policy associated with a user pool.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#password_policyTypes::PasswordPolicyType

The password policy.

Returns: