libZSservicesZSamazonka-syntheticsZSamazonka-synthetics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Synthetics.Types.CanaryRunConfigOutput

Description

 
Synopsis

Documentation

data CanaryRunConfigOutput Source #

A structure that contains information about a canary run.

See: newCanaryRunConfigOutput smart constructor.

Constructors

CanaryRunConfigOutput' 

Fields

Instances

Instances details
Eq CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

Read CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

Show CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

Generic CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

Associated Types

type Rep CanaryRunConfigOutput :: Type -> Type #

NFData CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

Methods

rnf :: CanaryRunConfigOutput -> () #

Hashable CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

FromJSON CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

type Rep CanaryRunConfigOutput Source # 
Instance details

Defined in Amazonka.Synthetics.Types.CanaryRunConfigOutput

type Rep CanaryRunConfigOutput = D1 ('MetaData "CanaryRunConfigOutput" "Amazonka.Synthetics.Types.CanaryRunConfigOutput" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "CanaryRunConfigOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "activeTracing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "memoryInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

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.