| 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.DeviceFarm.Types.Project
Description
Synopsis
- data Project = Project' {}
- newProject :: Project
- project_arn :: Lens' Project (Maybe Text)
- project_created :: Lens' Project (Maybe UTCTime)
- project_defaultJobTimeoutMinutes :: Lens' Project (Maybe Int)
- project_name :: Lens' Project (Maybe Text)
- project_vpcConfig :: Lens' Project (Maybe VpcConfig)
Documentation
Represents an operating-system neutral workspace for running and managing tests.
See: newProject smart constructor.
Constructors
| Project' | |
Fields
| |
Instances
newProject :: Project Source #
Create a value of Project 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:arn:Project', project_arn - The project's ARN.
$sel:created:Project', project_created - When the project was created.
$sel:defaultJobTimeoutMinutes:Project', project_defaultJobTimeoutMinutes - The default number of minutes (at the project level) a test run executes
before it times out. The default value is 150 minutes.
$sel:name:Project', project_name - The project's name.
$sel:vpcConfig:Project', project_vpcConfig - The VPC security groups and subnets that are attached to a project.