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/licensemanager.ts?docs=full";

Details of the S3 bucket that report generator reports are published to.

interface S3Location {
bucket?: string | null;
keyPrefix?: string | null;
}

§Properties

§
bucket?: string | null
[src]

Name of the S3 bucket reports are published to.

§
keyPrefix?: string | null
[src]

Prefix of the S3 bucket reports are published to.