| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.ProjectVisibilityType
Description
Synopsis
- newtype ProjectVisibilityType where
Documentation
newtype ProjectVisibilityType Source #
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.
Constructors
| ProjectVisibilityType' | |
Fields | |
Bundled Patterns
| pattern ProjectVisibilityType_PRIVATE :: ProjectVisibilityType | |
| pattern ProjectVisibilityType_PUBLIC_READ :: ProjectVisibilityType |