libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.Types.Threshold

Description

 
Synopsis

Documentation

data Threshold Source #

Contains information about the threshold for service level metrics.

See: newThreshold smart constructor.

Constructors

Threshold' 

Fields

Instances

Instances details
Eq Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

Read Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

Show Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

Generic Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

Associated Types

type Rep Threshold :: Type -> Type #

NFData Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

Methods

rnf :: Threshold -> () #

Hashable Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

ToJSON Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

FromJSON Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

type Rep Threshold Source # 
Instance details

Defined in Amazonka.Connect.Types.Threshold

type Rep Threshold = D1 ('MetaData "Threshold" "Amazonka.Connect.Types.Threshold" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "Threshold'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thresholdValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "comparison") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Comparison))))

newThreshold :: Threshold Source #

Create a value of Threshold 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:thresholdValue:Threshold', threshold_thresholdValue - The threshold value to compare.

$sel:comparison:Threshold', threshold_comparison - The type of comparison. Only "less than" (LT) comparisons are supported.

threshold_thresholdValue :: Lens' Threshold (Maybe Double) Source #

The threshold value to compare.

threshold_comparison :: Lens' Threshold (Maybe Comparison) Source #

The type of comparison. Only "less than" (LT) comparisons are supported.