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

UpdateProjectVisibilityInput

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

§Properties

§
projectArn: string
[src]

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

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

The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.