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

BusinessReportS3Location

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

The S3 location of the output reports.

interface BusinessReportS3Location {
BucketName?: string | null;
Path?: string | null;
}

§Properties

§
BucketName?: string | null
[src]

The S3 bucket name of the output reports.

§
Path?: string | null
[src]

The path of the business report.