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

UpdateProjectVisibilityOutput

import type { UpdateProjectVisibilityOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface UpdateProjectVisibilityOutput {
projectArn?: string | null;
projectVisibility?: ProjectVisibilityType | null;
publicProjectAlias?: string | null;
}

§Properties

§
projectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the build project.

§
projectVisibility?: ProjectVisibilityType | null
[src]
§
publicProjectAlias?: string | null
[src]

Contains the project identifier used with the public build APIs.