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

UpdateBackendAuthPasswordPolicyConfig

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

Describes the password policy for your Amazon Cognito user pool configured as a part of your Amplify project.

interface UpdateBackendAuthPasswordPolicyConfig {
AdditionalConstraints?: AdditionalConstraintsElement[] | null;
MinimumLength?: number | null;
}

§Properties

§
AdditionalConstraints?: AdditionalConstraintsElement[] | null
[src]

Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.

§
MinimumLength?: number | null
[src]

Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.