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.

This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.

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.



12831
12832
12833
12834
12835
12836
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 12831

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.



12831
12832
12833
12834
12835
12836
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 12831

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