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

CognitoUserPoolConfig

import type { CognitoUserPoolConfig } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";

Describes an Amazon Cognito user pool configuration.

interface CognitoUserPoolConfig {
appIdClientRegex?: string | null;
awsRegion: string;
userPoolId: string;
}

§Properties

§
appIdClientRegex?: string | null
[src]

A regular expression for validating the incoming Amazon Cognito user pool app client ID.

§
awsRegion: string
[src]

The Amazon Web Services Region in which the user pool was created.

§
userPoolId: string
[src]

The user pool ID.