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

OutputLocation

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

The output location.

interface OutputLocation {
s3Bucket?: string | null;
s3Prefix?: string | null;
}

§Properties

§
s3Bucket?: string | null
[src]

The S3 bucket for output.

§
s3Prefix?: string | null
[src]

The S3 folder in the s3Bucket where output files will be placed.