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

SourceS3Location

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

Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.

interface SourceS3Location {
bucket: string;
key: string;
region?: S3BucketRegion | null;
}

§Properties

§
bucket: string
[src]

Name of the bucket.

§
key: string
[src]

Key of the object.

§
region?: S3BucketRegion | null
[src]

Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.