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

CreateBackendRequest

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

The request body for CreateBackend.

interface CreateBackendRequest {
AppId: string;
AppName: string;
BackendEnvironmentName: string;
ResourceConfig?: ResourceConfig | null;
ResourceName?: string | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
AppName: string
[src]

The name of the app.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
ResourceConfig?: ResourceConfig | null
[src]

The resource configuration for creating backend storage.

§
ResourceName?: string | null
[src]

The name of the resource.