libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.PinpointDestination

Description

 
Synopsis

Documentation

data PinpointDestination Source #

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

See: newPinpointDestination smart constructor.

Constructors

PinpointDestination' 

Fields

Instances

Instances details
Eq PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Read PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Show PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Generic PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Associated Types

type Rep PinpointDestination :: Type -> Type #

NFData PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Methods

rnf :: PinpointDestination -> () #

Hashable PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

ToJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

FromJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

type Rep PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

type Rep PinpointDestination = D1 ('MetaData "PinpointDestination" "Amazonka.SESV2.Types.PinpointDestination" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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 to send email events to.

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

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