| 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.TestGridProject
Description
Synopsis
- data TestGridProject = TestGridProject' {}
- newTestGridProject :: TestGridProject
- testGridProject_arn :: Lens' TestGridProject (Maybe Text)
- testGridProject_created :: Lens' TestGridProject (Maybe UTCTime)
- testGridProject_description :: Lens' TestGridProject (Maybe Text)
- testGridProject_name :: Lens' TestGridProject (Maybe Text)
- testGridProject_vpcConfig :: Lens' TestGridProject (Maybe TestGridVpcConfig)
Documentation
data TestGridProject Source #
A Selenium testing project. Projects are used to collect and collate sessions.
See: newTestGridProject smart constructor.
Constructors
| TestGridProject' | |
Fields
| |
Instances
newTestGridProject :: TestGridProject Source #
Create a value of TestGridProject 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:TestGridProject', testGridProject_arn - The ARN for the project.
$sel:created:TestGridProject', testGridProject_created - When the project was created.
$sel:description:TestGridProject', testGridProject_description - A human-readable description for the project.
$sel:name:TestGridProject', testGridProject_name - A human-readable name for the project.
$sel:vpcConfig:TestGridProject', testGridProject_vpcConfig - The VPC security groups and subnets that are attached to a project.
testGridProject_arn :: Lens' TestGridProject (Maybe Text) Source #
The ARN for the project.
testGridProject_created :: Lens' TestGridProject (Maybe UTCTime) Source #
When the project was created.
testGridProject_description :: Lens' TestGridProject (Maybe Text) Source #
A human-readable description for the project.
testGridProject_name :: Lens' TestGridProject (Maybe Text) Source #
A human-readable name for the project.
testGridProject_vpcConfig :: Lens' TestGridProject (Maybe TestGridVpcConfig) Source #
The VPC security groups and subnets that are attached to a project.