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

ProjectBadge

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

Information about the build badge for the build project.

interface ProjectBadge {
badgeEnabled?: boolean | null;
badgeRequestUrl?: string | null;
}

§Properties

§
badgeEnabled?: boolean | null
[src]

Set this to true to generate a publicly accessible URL for your project's build badge.

§
badgeRequestUrl?: string | null
[src]

The publicly-accessible URL through which you can access the build badge for your project.