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

GetBackendStorageResponse

import type { GetBackendStorageResponse } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
interface GetBackendStorageResponse {
AppId?: string | null;
BackendEnvironmentName?: string | null;
ResourceConfig?: GetBackendStorageResourceConfig | null;
ResourceName?: string | null;
}

§Properties

§
AppId?: string | null
[src]

The app ID.

§
BackendEnvironmentName?: string | null
[src]

The name of the backend environment.

§
ResourceConfig?: GetBackendStorageResourceConfig | null
[src]

The resource configuration for the backend storage resource.

§
ResourceName?: string | null
[src]

The name of the storage resource.