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

CreateBackendAuthIdentityPoolConfig

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

Describes authorization configurations for the auth resources, configured as a part of your Amplify project.

interface CreateBackendAuthIdentityPoolConfig {
IdentityPoolName: string;
UnauthenticatedLogin: boolean;
}

§Properties

§
IdentityPoolName: string
[src]

Name of the Amazon Cognito identity pool used for authorization.

§
UnauthenticatedLogin: boolean
[src]

Set to true or false based on whether you want to enable guest authorization to your Amplify app.