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.EventStartCondition

Description

 
Synopsis

Documentation

data EventStartCondition Source #

Specifies the settings for an event that causes a journey activity to start.

See: newEventStartCondition smart constructor.

Instances

Instances details
Eq EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Read EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Show EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Generic EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Associated Types

type Rep EventStartCondition :: Type -> Type #

NFData EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Methods

rnf :: EventStartCondition -> () #

Hashable EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

ToJSON EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

FromJSON EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

type Rep EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

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

newEventStartCondition :: EventStartCondition Source #

Create a value of EventStartCondition 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:eventFilter:EventStartCondition', eventStartCondition_eventFilter - Undocumented member.

$sel:segmentId:EventStartCondition', eventStartCondition_segmentId - Undocumented member.