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

CreateBackendStorageResourceConfig

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

The resource configuration for creating backend storage.

interface CreateBackendStorageResourceConfig {
BucketName?: string | null;
ServiceName: ServiceName;
}

§Properties

§
BucketName?: string | null
[src]

The name of the S3 bucket.

§

The authorization configuration for the storage S3 bucket.

§
ServiceName: ServiceName
[src]

The name of the storage service.