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

GetBackendStorageResourceConfig

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

The details for a backend storage resource.

interface GetBackendStorageResourceConfig {
BucketName?: string | null;
Imported: boolean;
Permissions?: BackendStoragePermissions | null;
ServiceName: ServiceName;
}

§Properties

§
BucketName?: string | null
[src]

The name of the S3 bucket.

§
Imported: boolean
[src]

Returns True if the storage resource has been imported.

§
Permissions?: BackendStoragePermissions | null
[src]

The authorization configuration for the storage S3 bucket.

§
ServiceName: ServiceName
[src]

The name of the storage service.