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

Description

 
Synopsis

Documentation

data EventFilter Source #

Specifies the settings for an event that causes a campaign to be sent or a journey activity to be performed.

See: newEventFilter smart constructor.

Constructors

EventFilter' 

Fields

  • filterType :: FilterType

    The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

  • dimensions :: EventDimensions

    The dimensions for the event filter to use for the campaign or the journey activity.

Instances

Instances details
Eq EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

Read EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

Show EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

Generic EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

Associated Types

type Rep EventFilter :: Type -> Type #

NFData EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

Methods

rnf :: EventFilter -> () #

Hashable EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

ToJSON EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

FromJSON EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

type Rep EventFilter Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EventFilter

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

newEventFilter Source #

Create a value of EventFilter 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:filterType:EventFilter', eventFilter_filterType - The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

$sel:dimensions:EventFilter', eventFilter_dimensions - The dimensions for the event filter to use for the campaign or the journey activity.

eventFilter_filterType :: Lens' EventFilter FilterType Source #

The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

eventFilter_dimensions :: Lens' EventFilter EventDimensions Source #

The dimensions for the event filter to use for the campaign or the journey activity.