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

CodeRepository

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

Describes a source code repository.

interface CodeRepository {
CodeConfiguration?: CodeConfiguration | null;
RepositoryUrl: string;
SourceCodeVersion: SourceCodeVersion;
}

§Properties

§
CodeConfiguration?: CodeConfiguration | null
[src]

Configuration for building and running the service from a source code repository.

Note: CodeConfiguration is required only for CreateService request.

§
RepositoryUrl: string
[src]

The location of the repository that contains the source code.

§
SourceCodeVersion: SourceCodeVersion
[src]

The version that should be used within the source code repository.