libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
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.PinpointEmail.Types.PinpointDestination

Description

 
Synopsis

Documentation

data PinpointDestination Source #

An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

See: newPinpointDestination smart constructor.

Constructors

PinpointDestination' 

Fields

  • applicationArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

Instances

Instances details
Eq PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Read PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Show PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Generic PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Associated Types

type Rep PinpointDestination :: Type -> Type #

NFData PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Methods

rnf :: PinpointDestination -> () #

Hashable PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

ToJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

FromJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination = D1 ('MetaData "PinpointDestination" "Amazonka.PinpointEmail.Types.PinpointDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PinpointDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPinpointDestination :: PinpointDestination Source #

Create a value of PinpointDestination 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:applicationArn:PinpointDestination', pinpointDestination_applicationArn - The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

pinpointDestination_applicationArn :: Lens' PinpointDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.