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

ProjectVisibilityType

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

Specifies the visibility of the project's builds. Possible values are:

PUBLIC_READ: The project builds are visible to the public.

PRIVATE: The project builds are not visible to the public.

type ProjectVisibilityType = "PUBLIC_READ" | "PRIVATE" | cmnP.UnexpectedEnumValue;

§Type

§
"PUBLIC_READ" | "PRIVATE" | cmnP.UnexpectedEnumValue
[src]