SetIdentityHeadersInNotificationsEnabledRequest
public struct SetIdentityHeadersInNotificationsEnabledRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES will include headers in notifications, and a value of false specifies that Amazon SES will not include headers in notifications. This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.
Declaration
Swift
public let enabled: Bool -
The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.
Declaration
Swift
public let identity: String -
The notification type for which to enable or disable headers in notifications.
Declaration
Swift
public let notificationType: NotificationType -
Undocumented
Declaration
Swift
public init(enabled: Bool, identity: String, notificationType: NotificationType)
View on GitHub
SetIdentityHeadersInNotificationsEnabledRequest Structure Reference