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

UpdateBackendConfigRequest

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

The request body for UpdateBackendConfig.

interface UpdateBackendConfigRequest {
AppId: string;
LoginAuthConfig?: LoginAuthConfigReqObj | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
LoginAuthConfig?: LoginAuthConfigReqObj | null
[src]

Describes the Amazon Cognito configuration for Admin UI access.