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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A list of user pool policies. Contains the policy that sets password-complexity requirements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_policyTypes::PasswordPolicyType

The password policy settings for a user pool, including complexity, history, and length requirements.



13360
13361
13362
13363
13364
13365
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 13360

class UserPoolPolicyType < Struct.new(
  :password_policy,
  :sign_in_policy)
  SENSITIVE = []
  include Aws::Structure
end

#sign_in_policyTypes::SignInPolicyType

The policy for allowed types of authentication in a user pool.



13360
13361
13362
13363
13364
13365
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 13360

class UserPoolPolicyType < Struct.new(
  :password_policy,
  :sign_in_policy)
  SENSITIVE = []
  include Aws::Structure
end