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

LoginAuthConfigReqObj

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

The request object for this operation.

interface LoginAuthConfigReqObj {
AwsCognitoIdentityPoolId?: string | null;
AwsCognitoRegion?: string | null;
AwsUserPoolsId?: string | null;
AwsUserPoolsWebClientId?: string | null;
}

§Properties

§
AwsCognitoIdentityPoolId?: string | null
[src]

The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.

§
AwsCognitoRegion?: string | null
[src]

The AWS Region for the Amplify Admin UI login.

§
AwsUserPoolsId?: string | null
[src]

The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.

§
AwsUserPoolsWebClientId?: string | null
[src]

The web client ID for the Amazon Cognito user pools.