| 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.IoTDeviceAdvisor.Types.SuiteRunConfiguration
Description
Synopsis
- data SuiteRunConfiguration = SuiteRunConfiguration' {}
- newSuiteRunConfiguration :: DeviceUnderTest -> SuiteRunConfiguration
- suiteRunConfiguration_parallelRun :: Lens' SuiteRunConfiguration (Maybe Bool)
- suiteRunConfiguration_selectedTestList :: Lens' SuiteRunConfiguration (Maybe [Text])
- suiteRunConfiguration_primaryDevice :: Lens' SuiteRunConfiguration DeviceUnderTest
Documentation
data SuiteRunConfiguration Source #
Gets suite run configuration.
See: newSuiteRunConfiguration smart constructor.
Constructors
| SuiteRunConfiguration' | |
Fields
| |
Instances
newSuiteRunConfiguration Source #
Create a value of SuiteRunConfiguration 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:parallelRun:SuiteRunConfiguration', suiteRunConfiguration_parallelRun - TRUE if multiple test suites run in parallel.
$sel:selectedTestList:SuiteRunConfiguration', suiteRunConfiguration_selectedTestList - Sets test case list.
$sel:primaryDevice:SuiteRunConfiguration', suiteRunConfiguration_primaryDevice - Sets the primary device for the test suite run. This requires a thing
ARN or a certificate ARN.
suiteRunConfiguration_parallelRun :: Lens' SuiteRunConfiguration (Maybe Bool) Source #
TRUE if multiple test suites run in parallel.
suiteRunConfiguration_selectedTestList :: Lens' SuiteRunConfiguration (Maybe [Text]) Source #
Sets test case list.
suiteRunConfiguration_primaryDevice :: Lens' SuiteRunConfiguration DeviceUnderTest Source #
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.