Skip to content

/AWS1/CL_SESIDENTITYNOTIFATTRS

Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bouncetopic TYPE /AWS1/SESNOTIFICATIONTOPIC /AWS1/SESNOTIFICATIONTOPIC

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.

iv_complainttopic TYPE /AWS1/SESNOTIFICATIONTOPIC /AWS1/SESNOTIFICATIONTOPIC

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.

iv_deliverytopic TYPE /AWS1/SESNOTIFICATIONTOPIC /AWS1/SESNOTIFICATIONTOPIC

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.

iv_forwardingenabled TYPE /AWS1/SESENABLED /AWS1/SESENABLED

Describes whether Amazon SES forwards bounce and complaint notifications as email. true indicates that Amazon SES forwards bounce and complaint notifications as email, while false indicates that bounce and complaint notifications are published only to the specified bounce and complaint Amazon SNS topics.

Optional arguments:

iv_headersinbouncenotifsenbd TYPE /AWS1/SESENABLED /AWS1/SESENABLED

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES includes headers in bounce notifications, and a value of false specifies that Amazon SES does not include headers in bounce notifications.

iv_headersincomplaintnotif00 TYPE /AWS1/SESENABLED /AWS1/SESENABLED

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES includes headers in complaint notifications, and a value of false specifies that Amazon SES does not include headers in complaint notifications.

iv_headersindeliverynotifs00 TYPE /AWS1/SESENABLED /AWS1/SESENABLED

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES includes headers in delivery notifications, and a value of false specifies that Amazon SES does not include headers in delivery notifications.


Queryable Attributes

BounceTopic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.

Accessible with the following methods

Method Description
GET_BOUNCETOPIC() Getter for BOUNCETOPIC, with configurable default
ASK_BOUNCETOPIC() Getter for BOUNCETOPIC w/ exceptions if field has no value
HAS_BOUNCETOPIC() Determine if BOUNCETOPIC has a value

ComplaintTopic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.

Accessible with the following methods

Method Description
GET_COMPLAINTTOPIC() Getter for COMPLAINTTOPIC, with configurable default
ASK_COMPLAINTTOPIC() Getter for COMPLAINTTOPIC w/ exceptions if field has no valu
HAS_COMPLAINTTOPIC() Determine if COMPLAINTTOPIC has a value

DeliveryTopic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.

Accessible with the following methods

Method Description
GET_DELIVERYTOPIC() Getter for DELIVERYTOPIC, with configurable default
ASK_DELIVERYTOPIC() Getter for DELIVERYTOPIC w/ exceptions if field has no value
HAS_DELIVERYTOPIC() Determine if DELIVERYTOPIC has a value

ForwardingEnabled

Describes whether Amazon SES forwards bounce and complaint notifications as email. true indicates that Amazon SES forwards bounce and complaint notifications as email, while false indicates that bounce and complaint notifications are published only to the specified bounce and complaint Amazon SNS topics.

Accessible with the following methods

Method Description
GET_FORWARDINGENABLED() Getter for FORWARDINGENABLED

HeadersInBounceNotificationsEnabled

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES includes headers in bounce notifications, and a value of false specifies that Amazon SES does not include headers in bounce notifications.

Accessible with the following methods

Method Description
GET_HEADERSINBOUNCENOTIFSE00() Getter for HEADERSINBOUNCENOTIFSENABLED

HeadersInComplaintNotificationsEnabled

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES includes headers in complaint notifications, and a value of false specifies that Amazon SES does not include headers in complaint notifications.

Accessible with the following methods

Method Description
GET_HEADERSINCOMPLAINTNOTI00() Getter for HEADERSINCOMPLAINTNOTIFSENBD

HeadersInDeliveryNotificationsEnabled

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES includes headers in delivery notifications, and a value of false specifies that Amazon SES does not include headers in delivery notifications.

Accessible with the following methods

Method Description
GET_HEADERSINDELIVERYNOTIF00() Getter for HEADERSINDELIVERYNOTIFSENBD

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NOTIFICATIONATTRIBUTES

TYPES TT_NOTIFICATIONATTRIBUTES TYPE HASHED TABLE OF /AWS1/CL_SESIDENTITYNOTIFATTRS=>TS_NOTIFATTRIBUTES_MAPROW WITH UNIQUE KEY key
.

TS_NOTIFATTRIBUTES_MAPROW

TYPES: BEGIN OF TS_NOTIFATTRIBUTES_MAPROW,
  key TYPE /AWS1/SESIDENTITY,
  value TYPE REF TO /AWS1/CL_SESIDENTITYNOTIFATTRS,
END OF TS_NOTIFATTRIBUTES_MAPROW.