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

CognitoConfig

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

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

interface CognitoConfig {
ClientId: string;
UserPool: string;
}

§Properties

§
ClientId: string
[src]

The client ID for your Amazon Cognito user pool.

§
UserPool: string
[src]

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.