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

Source

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

Information about a source.

interface Source {
architecture?: Architecture | null;
etag?: string | null;
s3Bucket?: string | null;
s3Key?: string | null;
}

§Properties

§
architecture?: Architecture | null
[src]

The taget processor architecture for the application.

§
etag?: string | null
[src]

A hash of the object specified by s3Bucket and s3Key.

§
s3Bucket?: string | null
[src]

The s3 bucket name.

§
s3Key?: string | null
[src]

The s3 object key.