libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.Types.EventCondition

Description

 
Synopsis

Documentation

data EventCondition Source #

Specifies the conditions to evaluate for an event that applies to an activity in a journey.

See: newEventCondition smart constructor.

Constructors

EventCondition' 

Fields

Instances

Instances details
Eq EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

Read EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

Show EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

Generic EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

Associated Types

type Rep EventCondition :: Type -> Type #

NFData EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

Methods

rnf :: EventCondition -> () #

Hashable EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

ToJSON EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

FromJSON EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

type Rep EventCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventCondition

type Rep EventCondition = D1 ('MetaData "EventCondition" "Amazonka.Pinpoint.Types.EventCondition" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "EventCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventDimensions)) :*: S1 ('MetaSel ('Just "messageActivity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEventCondition :: EventCondition Source #

Create a value of EventCondition 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:dimensions:EventCondition', eventCondition_dimensions - The dimensions for the event filter to use for the activity.

$sel:messageActivity:EventCondition', eventCondition_messageActivity - The message identifier (message_id) for the message to use when determining whether message events meet the condition.

eventCondition_dimensions :: Lens' EventCondition (Maybe EventDimensions) Source #

The dimensions for the event filter to use for the activity.

eventCondition_messageActivity :: Lens' EventCondition (Maybe Text) Source #

The message identifier (message_id) for the message to use when determining whether message events meet the condition.