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

UserPoolDescriptionType

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

A user pool description.

interface UserPoolDescriptionType {
CreationDate?: Date | number | null;
Id?: string | null;
LambdaConfig?: LambdaConfigType | null;
LastModifiedDate?: Date | number | null;
Name?: string | null;
Status?: StatusType | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]

The date the user pool description was created.

§
Id?: string | null
[src]

The ID in a user pool description.

§
LambdaConfig?: LambdaConfigType | null
[src]

The Lambda configuration information in a user pool description.

§
LastModifiedDate?: Date | number | null
[src]

The date the user pool description was last modified.

§
Name?: string | null
[src]

The name in a user pool description.

§
Status?: StatusType | null
[src]

The user pool status in a user pool description.