SetIdentityFeedbackForwardingEnabledRequest
public struct SetIdentityFeedbackForwardingEnabledRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.
Declaration
Swift
public let forwardingEnabled: Bool
-
The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.
Declaration
Swift
public let identity: String
-
Undocumented
Declaration
Swift
public init(forwardingEnabled: Bool, identity: String)