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

StringAttributeConstraintsType

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

The constraints associated with a string attribute.

interface StringAttributeConstraintsType {
MaxLength?: string | null;
MinLength?: string | null;
}

§Properties

§
MaxLength?: string | null
[src]

The maximum length.

§
MinLength?: string | null
[src]

The minimum length.