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

AdminCreateUserConfigType

import type { AdminCreateUserConfigType } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface AdminCreateUserConfigType {
AllowAdminCreateUserOnly?: boolean | null;
InviteMessageTemplate?: MessageTemplateType | null;
UnusedAccountValidityDays?: number | null;
}

§Properties

§
AllowAdminCreateUserOnly?: boolean | null
[src]
§
InviteMessageTemplate?: MessageTemplateType | null
[src]
§
UnusedAccountValidityDays?: number | null
[src]