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

TemplateLocation

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

Information about a template location.

interface TemplateLocation {
s3Bucket: string;
s3Key: string;
}

§Properties

§
s3Bucket: string
[src]

The Amazon S3 bucket name.

§
s3Key: string
[src]

The list of S3 keys identifying the data source files.