class Aws::SES::Types::IdentityNotificationAttributes

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.

@!attribute [rw] bounce_topic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon
SES will publish bounce notifications.
@return [String]

@!attribute [rw] complaint_topic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon
SES will publish complaint notifications.
@return [String]

@!attribute [rw] delivery_topic

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon
SES will publish delivery notifications.
@return [String]

@!attribute [rw] forwarding_enabled

Describes whether Amazon SES will forward bounce and complaint
notifications as email. `true` indicates that Amazon SES will
forward bounce and complaint notifications as email, while `false`
indicates that bounce and complaint notifications will be published
only to the specified bounce and complaint Amazon SNS topics.
@return [Boolean]

@!attribute [rw] headers_in_bounce_notifications_enabled

Describes whether Amazon SES includes the original email headers in
Amazon SNS notifications of type `Bounce`. A value of `true`
specifies that Amazon SES will include headers in bounce
notifications, and a value of `false` specifies that Amazon SES will
not include headers in bounce notifications.
@return [Boolean]

@!attribute [rw] headers_in_complaint_notifications_enabled

Describes whether Amazon SES includes the original email headers in
Amazon SNS notifications of type `Complaint`. A value of `true`
specifies that Amazon SES will include headers in complaint
notifications, and a value of `false` specifies that Amazon SES will
not include headers in complaint notifications.
@return [Boolean]

@!attribute [rw] headers_in_delivery_notifications_enabled

Describes whether Amazon SES includes the original email headers in
Amazon SNS notifications of type `Delivery`. A value of `true`
specifies that Amazon SES will include headers in delivery
notifications, and a value of `false` specifies that Amazon SES will
not include headers in delivery notifications.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/IdentityNotificationAttributes AWS API Documentation

Constants

SENSITIVE