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

SourceCodeVersion

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

Identifies a version of code that App Runner refers to within a source code repository.

interface SourceCodeVersion {
Value: string;
}

§Properties

§

The type of version identifier.

For a git-based repository, branches represent versions.

§
Value: string
[src]

A source code version.

For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.