| 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.Synthetics.Types.CanaryRunConfigOutput
Description
Synopsis
- data CanaryRunConfigOutput = CanaryRunConfigOutput' {}
- newCanaryRunConfigOutput :: CanaryRunConfigOutput
- canaryRunConfigOutput_activeTracing :: Lens' CanaryRunConfigOutput (Maybe Bool)
- canaryRunConfigOutput_memoryInMB :: Lens' CanaryRunConfigOutput (Maybe Natural)
- canaryRunConfigOutput_timeoutInSeconds :: Lens' CanaryRunConfigOutput (Maybe Natural)
Documentation
data CanaryRunConfigOutput Source #
A structure that contains information about a canary run.
See: newCanaryRunConfigOutput smart constructor.
Constructors
| CanaryRunConfigOutput' | |
Fields
| |
Instances
newCanaryRunConfigOutput :: CanaryRunConfigOutput Source #
Create a value of CanaryRunConfigOutput 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:activeTracing:CanaryRunConfigOutput', canaryRunConfigOutput_activeTracing - Displays whether this canary run used active X-Ray tracing.
$sel:memoryInMB:CanaryRunConfigOutput', canaryRunConfigOutput_memoryInMB - The maximum amount of memory available to the canary while it is
running, in MB. This value must be a multiple of 64.
$sel:timeoutInSeconds:CanaryRunConfigOutput', canaryRunConfigOutput_timeoutInSeconds - How long the canary is allowed to run before it must stop.
canaryRunConfigOutput_activeTracing :: Lens' CanaryRunConfigOutput (Maybe Bool) Source #
Displays whether this canary run used active X-Ray tracing.
canaryRunConfigOutput_memoryInMB :: Lens' CanaryRunConfigOutput (Maybe Natural) Source #
The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
canaryRunConfigOutput_timeoutInSeconds :: Lens' CanaryRunConfigOutput (Maybe Natural) Source #
How long the canary is allowed to run before it must stop.