Amazon CodeBuild · JSON Structure

Amazon Codebuild Project Visibility Type Structure

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: string Properties: 0
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

ProjectVisibilityType is a JSON Structure definition published by Amazon CodeBuild. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-project-visibility-type-structure.json",
  "name": "ProjectVisibilityType",
  "description": "<p>Specifies the visibility of the project's builds. Possible values are:</p> <dl> <dt>PUBLIC_READ</dt> <dd> <p>The project builds are visible to the public.</p> </dd> <dt>PRIVATE</dt> <dd> <p>The project builds are not visible to the public.</p> </dd> </dl>",
  "type": "string",
  "enum": [
    "PUBLIC_READ",
    "PRIVATE"
  ]
}