Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UserPoolPolicyType

import type { UserPoolPolicyType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The policy associated with a user pool.

interface UserPoolPolicyType {
PasswordPolicy?: PasswordPolicyType | null;
}

§Properties

§
PasswordPolicy?: PasswordPolicyType | null
[src]

The password policy.