| 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.AppRunner.Types.CodeRepository
Description
Synopsis
- data CodeRepository = CodeRepository' {}
- newCodeRepository :: Text -> SourceCodeVersion -> CodeRepository
- codeRepository_codeConfiguration :: Lens' CodeRepository (Maybe CodeConfiguration)
- codeRepository_repositoryUrl :: Lens' CodeRepository Text
- codeRepository_sourceCodeVersion :: Lens' CodeRepository SourceCodeVersion
Documentation
data CodeRepository Source #
Describes a source code repository.
See: newCodeRepository smart constructor.
Constructors
| CodeRepository' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SourceCodeVersion | |
| -> CodeRepository |
Create a value of CodeRepository with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:codeConfiguration:CodeRepository', codeRepository_codeConfiguration - Configuration for building and running the service from a source code
repository.
CodeConfiguration is required only for CreateService request.
$sel:repositoryUrl:CodeRepository', codeRepository_repositoryUrl - The location of the repository that contains the source code.
$sel:sourceCodeVersion:CodeRepository', codeRepository_sourceCodeVersion - The version that should be used within the source code repository.
codeRepository_codeConfiguration :: Lens' CodeRepository (Maybe CodeConfiguration) Source #
Configuration for building and running the service from a source code repository.
CodeConfiguration is required only for CreateService request.
codeRepository_repositoryUrl :: Lens' CodeRepository Text Source #
The location of the repository that contains the source code.
codeRepository_sourceCodeVersion :: Lens' CodeRepository SourceCodeVersion Source #
The version that should be used within the source code repository.