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

S3Location

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

Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.

interface S3Location {
bucket: string;
prefix: string;
}

§Properties

§
bucket: string
[src]

Name of the S3 bucket.

§
prefix: string
[src]

Prefix for the location to write to.