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

CreateBackendAuthResourceConfig

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

Defines the resource configuration when creating an auth resource in your Amplify project.

interface CreateBackendAuthResourceConfig {
AuthResources: AuthResources;
IdentityPoolConfigs?: CreateBackendAuthIdentityPoolConfig | null;
Service: Service;
}

§Properties

§
AuthResources: AuthResources
[src]

Defines whether you want to configure only authentication or both authentication and authorization settings.

§
IdentityPoolConfigs?: CreateBackendAuthIdentityPoolConfig | null
[src]

Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

§
Service: Service
[src]

Defines the service name to use when configuring an authentication resource in your Amplify project.

§

Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.