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 CanaryRunConfigOutput = CanaryRunConfigOutput' {}
- newCanaryRunConfigOutput :: CanaryRunConfigOutput
- canaryRunConfigOutput_timeoutInSeconds :: Lens' CanaryRunConfigOutput (Maybe Natural)
- canaryRunConfigOutput_activeTracing :: Lens' CanaryRunConfigOutput (Maybe Bool)
- canaryRunConfigOutput_memoryInMB :: Lens' CanaryRunConfigOutput (Maybe Natural)
Documentation
data CanaryRunConfigOutput Source #
A structure that contains information about a canary run.
See: newCanaryRunConfigOutput
smart constructor.
CanaryRunConfigOutput' | |
|
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:timeoutInSeconds:CanaryRunConfigOutput'
, canaryRunConfigOutput_timeoutInSeconds
- How long the canary is allowed to run before it must stop.
$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.
canaryRunConfigOutput_timeoutInSeconds :: Lens' CanaryRunConfigOutput (Maybe Natural) Source #
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.