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

The Amazon S3 location where the source code files provided with the project request are stored.

interface S3Location {
bucketKey?: string | null;
bucketName?: string | null;
}

§Properties

§
bucketKey?: string | null
[src]

The Amazon S3 object key where the source code files provided with the project request are stored.

§
bucketName?: string | null
[src]

The Amazon S3 bucket name where the source code files provided with the project request are stored.