Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CodeBuildProjectProjectCache
Description
Synopsis
- data CodeBuildProjectProjectCache = CodeBuildProjectProjectCache {}
- codeBuildProjectProjectCache :: Val Text -> CodeBuildProjectProjectCache
- cbppcLocation :: Lens' CodeBuildProjectProjectCache (Maybe (Val Text))
- cbppcModes :: Lens' CodeBuildProjectProjectCache (Maybe (ValList Text))
- cbppcType :: Lens' CodeBuildProjectProjectCache (Val Text)
Documentation
data CodeBuildProjectProjectCache Source #
Full data type definition for CodeBuildProjectProjectCache. See
codeBuildProjectProjectCache
for a more convenient constructor.
Constructors
CodeBuildProjectProjectCache | |
Instances
codeBuildProjectProjectCache Source #
Arguments
:: Val Text | |
-> CodeBuildProjectProjectCache |
Constructor for CodeBuildProjectProjectCache
containing required fields
as arguments.