amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.TagCondition

Description

 
Synopsis

Documentation

data TagCondition Source #

A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.

See: newTagCondition smart constructor.

Constructors

TagCondition' 

Fields

Instances

Instances details
ToJSON TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

Generic TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

Associated Types

type Rep TagCondition :: Type -> Type #

Read TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

Show TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

NFData TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

Methods

rnf :: TagCondition -> () #

Eq TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

Hashable TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

type Rep TagCondition Source # 
Instance details

Defined in Amazonka.Connect.Types.TagCondition

type Rep TagCondition = D1 ('MetaData "TagCondition" "Amazonka.Connect.Types.TagCondition" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "TagCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagCondition :: TagCondition Source #

Create a value of TagCondition 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:tagKey:TagCondition', tagCondition_tagKey - The tag key in the tag condition.

$sel:tagValue:TagCondition', tagCondition_tagValue - The tag value in the tag condition.

tagCondition_tagKey :: Lens' TagCondition (Maybe Text) Source #

The tag key in the tag condition.

tagCondition_tagValue :: Lens' TagCondition (Maybe Text) Source #

The tag value in the tag condition.