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

UpdateBackendAuthResourceConfig

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

Defines the resource configuration when updating an authentication resource in your Amplify project.

interface UpdateBackendAuthResourceConfig {
AuthResources: AuthResources;
IdentityPoolConfigs?: UpdateBackendAuthIdentityPoolConfig | null;
Service: Service;
}

§Properties

§
AuthResources: AuthResources
[src]

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

§
IdentityPoolConfigs?: UpdateBackendAuthIdentityPoolConfig | 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 the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.