Class: Aws::SES::Types::IdentityNotificationAttributes

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_topicString

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

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#complaint_topicString

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

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#delivery_topicString

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

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#forwarding_enabledBoolean

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.

Returns:

  • (Boolean)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#headers_in_bounce_notifications_enabledBoolean

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.

Returns:

  • (Boolean)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#headers_in_complaint_notifications_enabledBoolean

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.

Returns:

  • (Boolean)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end

#headers_in_delivery_notifications_enabledBoolean

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.

Returns:

  • (Boolean)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-ses/types.rb', line 2252

class IdentityNotificationAttributes < Struct.new(
  :bounce_topic,
  :complaint_topic,
  :delivery_topic,
  :forwarding_enabled,
  :headers_in_bounce_notifications_enabled,
  :headers_in_complaint_notifications_enabled,
  :headers_in_delivery_notifications_enabled)
  include Aws::Structure
end