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

SourceCode

import type { SourceCode } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Object containing source code information that is linked to an application component.

interface SourceCode {
location?: string | null;
projectName?: string | null;
sourceVersion?: string | null;
versionControl?: VersionControl | null;
}

§Properties

§
location?: string | null
[src]

The repository name for the source code.

§
projectName?: string | null
[src]

The name of the project.

§
sourceVersion?: string | null
[src]

The branch of the source code.

§
versionControl?: VersionControl | null
[src]

The type of repository to use for the source code.