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

CreateBackendConfigRequest

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

The request body for CreateBackendConfig.

interface CreateBackendConfigRequest {
AppId: string;
BackendManagerAppId?: string | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendManagerAppId?: string | null
[src]

The app ID for the backend manager.