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

CreateBackendAuthPasswordPolicyConfig

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

The password policy configuration for the backend to your Amplify project.

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

§Properties

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

Additional constraints for the password used to access the backend of your Amplify project.

§
MinimumLength: number
[src]

The minimum length of the password used to access the backend of your Amplify project.