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

ReportDestination

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

Contains information from your report job about your report destination.

interface ReportDestination {
S3BucketName?: string | null;
S3Keys?: string[] | null;
}

§Properties

§
S3BucketName?: string | null
[src]

The unique name of the Amazon S3 bucket that receives your reports.

§
S3Keys?: string[] | null
[src]

The object key that uniquely identifies your reports in your S3 bucket.