ProjectVisibility
- class aws_cdk.aws_codebuild.ProjectVisibility(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Specifies the visibility of the project’s builds.
- ExampleMetadata:
infused
Example:
codebuild.Project(self, "MyProject", visibility=codebuild.ProjectVisibility.PUBLIC_READ )
Attributes
- PRIVATE
The project builds are not visible to the public.
- PUBLIC_READ
The project builds are visible to the public.