Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TestGridProject = TestGridProject' {}
- newTestGridProject :: TestGridProject
- testGridProject_arn :: Lens' TestGridProject (Maybe Text)
- testGridProject_created :: Lens' TestGridProject (Maybe UTCTime)
- testGridProject_name :: Lens' TestGridProject (Maybe Text)
- testGridProject_vpcConfig :: Lens' TestGridProject (Maybe TestGridVpcConfig)
- testGridProject_description :: Lens' TestGridProject (Maybe Text)
Documentation
data TestGridProject Source #
A Selenium testing project. Projects are used to collect and collate sessions.
See: newTestGridProject
smart constructor.
TestGridProject' | |
|
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: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.
$sel:description:TestGridProject'
, testGridProject_description
- A human-readable description for the 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_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.
testGridProject_description :: Lens' TestGridProject (Maybe Text) Source #
A human-readable description for the project.