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

SourceConfig

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

Information about a source configuration.

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

§Properties

§
architecture?: Architecture | null
[src]

The target processor architecture for the application.

§
s3Bucket?: string | null
[src]

The Amazon S3 bucket name.

§
s3Key?: string | null
[src]

The s3 object key.