amazonka-pinpoint-2.0: Amazon Pinpoint 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.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
FromJSON EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

ToJSON 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 #

Read EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Show EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

NFData EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Methods

rnf :: EventStartCondition -> () #

Eq EventStartCondition Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventStartCondition

Hashable 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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.